Computer, Technology, Databases, Google, Internet, Mobile, Linux, Microsoft, Open Source, Security, Social Media, Web Development, Business, Finance
Thursday, August 30, 2007
Vista SP1: Small things come in big packages
Based on current test versions, the operating system update will be a 1GB file when uncompressed. By way of comparison, Windows XP--the whole thing--shipped on a CD, which only holds about three quarters of a gigabyte. On the plus side, systems that already have the latest Vista patches can be brought up to the Service Pack 1 level with only a 50MB compressed file through Microsoft's online Windows Update utility.
http://news.com.com/8301-10784_3-9768026-7.html
Wednesday, August 29, 2007
Monday, August 27, 2007
Saturday, August 25, 2007
27 - 31 Aug 07 Stock Market Mood
In Memory of SSG Liew - 23/08/2007
May God bless you.
Friday, August 24, 2007
Microsoft Launches Snazzy New Search Engine Tafiti
http://lifehacker.com/software/launch/microsoft-launches-snazzy-new-search-engine-tafiti-292396.php
Install Silverlight plugin
http://silverlight.net/
Monday, August 20, 2007
Got Myself $10 Popular Voucher
It's time to go shopping!
Independent Financial Advisers VS Tied-Agents
http://www.maa.com.sg/career_train&comm.htm
http://www.pensionsorter.co.uk/independentadvisors.cfm (UK Article: Some may not apply)
http://hongjun.blogspot.com/2007/07/perception-of-ifa-vs-fa.html (My previous article)
National Day Rally 2007
- Introduction
- Income Gap – leaving no one behind
- Upgrading Education – levelling up society
- Ageing Population – living active lives
- Working Longer – more savings for old age
- Improving CPF – building a nest egg
- Upgrading & Renewal – best home for all
- Forging Ahead – go for it together
Sunday, August 19, 2007
Vista Cursors on Windows XP
Friday, August 17, 2007
Plans to Get Another Blog
I am in the process in designing and setting up environment ready for the new blog.
Thursday, August 16, 2007
A Petition for the Development of Unmanaged Visual Basic
What Is It ?
By providing a new version of a COM-based Visual Basic within the Visual Studio IDE, Microsoft will help maintain the value of its clients' existing code, demonstrate its ongoing commitment to the core Visual Basic language, and greatly simplify the adoption of VB.NET by those that wish to do so.This mirrors the approach taken for the C language and enhances the viability of VB.NET while preserving customers' assets. By continuing development of both managed and unmanaged Visual Basic, Microsoft will demonstrate their commitment to their entire developer community.
http://classicvb.org/petition/
I myself has just signed my petition (It will take a while to load).
You can find my name "Loh Hon Chun" near the bottom.
http://www.classicvb.org/petition/signatories.asp?lang=en&page=-1
.NET Checklist
Download
http://www.box.net/shared/3ki66r7yjl
The Fall of Asia Pacific Bulls
The bulls are becoming bears.
Tuesday, August 14, 2007
Hotmail Email Storage Up to 5 GB
Sunday, August 12, 2007
Apple Beats Microsoft at its Own Open XML Game
Added meebOme! Widget!
You can find the widget at the right panel of this blog.
[Removed meebOme! Widget in this post]
Saturday, August 11, 2007
Click My Google Ads
Please continue to click on my Google Ads.
Currently Ranked 21st for August 2007
Folders for GMail
1,911,776 Points Now
Currently, I am at a total of 1,911,776 EE expert points. I am gunning for 2,000,000 (2 Million) points by end of this month (August). It's going to be very very tough but I know pretty well the likelihood of the goal stands only at 50/50 chance.
Keep my fingers crossed.
10 Minute Email Address
Why would you use this? Maybe you want to sign up for a site which requires that you provide an e-mail address to send a validation e-mail to. And maybe you don't want to give up your real e-mail address and end up on a bunch of spam lists. This is nice and disposable. And it's free. Enjoy!
Friday, August 10, 2007
I Feel Bad
I just sent out an email to my freelance business analyst telling him I will not be taking up a project. I feel bad because I sent out the email really late.
Thursday, August 09, 2007
Mexico's Slim Passes Bill Gates to Be World's Richest
Google Talk in Different Flavours
http://www.google.com/talk/
JavaSript Version
http://demo.java2script.org/gtalk/
AJAX Version
http://www.meebo.com/
Wednesday, August 08, 2007
Tuesday, August 07, 2007
4 Great Eastern funds have CDO exposure
GEH said that the four funds - GreatLink Choice Sept 2010, GreatLink Choice Oct 2010, GreatLink Choice Aug 2013 and GreatLink Choice Dec 2013 - are invested in CDO-related products.
It said GreatLink Choice will continue to pay the annual coupon as well as the 100 per cent principal at maturity as projected if the default losses stay within the subordination levels throughout the policy term.
Google Cheat Sheet
Sunday, August 05, 2007
Microsoft SQL Server - Get Random Integer from a Range
I created the below script today as an answer to one of the SQL question in EE. I thought it may come handy.
Basically, the below Stored Procedure will generate a random integer from an integer range. The code is tested using SQL Server 2005.
IF ISNULL(object_id('cspGenRandomInteger'),0)<>0 DROP PROC cspGenRandomInteger GO CREATE PROC cspGenRandomInteger(@MinValue int, @MaxValue int, @RandomInteger int output, @DebugMode bit=0) AS BEGIN SET NOCOUNT ON DECLARE @RandomNumber float SELECT @RandomNumber = RAND(CONVERT(VARBINARY, NEWID())) SELECT @RandomInteger = ((@MaxValue + 1) - @MinValue) * @RandomNumber + @MinValue IF @DebugMode = 1 SELECT @RandomNumber RandomNumber, @RandomInteger RandomInteger END GO IF ISNULL(object_id('cspGenRandomInteger'),0)<>0 GRANT EXECUTE ON cspGenRandomInteger TO PUBLIC GO -- Test SP DECLARE @RandomInteger int DECLARE @MinValue int, @MaxValue int SELECT @MinValue = 1, @MaxValue = 10 -- Add last parameter @DebugMode=1 for debugging purposes --EXEC cspGenRandomInteger @MinValue, @MaxValue, @RandomInteger output, 1 EXEC cspGenRandomInteger @MinValue, @MaxValue, @RandomInteger output PRINT @RandomInteger IF ISNULL(object_id('cspGenRandomInteger'),0)<>0 DROP PROC cspGenRandomInteger GO
CPF Contribution
Just in case you are no aware of the recent changes to CPF contribution rates, refer to below.
CPF Contribution and Allocation Rates from 1 July 2007
http://mycpf.cpf.gov.sg/Members/Gen-Info/Con-Rates/ContriRa.htm
Saturday, August 04, 2007
Alternative Method to Detect IE/Firefox Browser Using JavaScript
if ( window.ActiveXObject ) { // IE } else { // Firefox }
Friday, August 03, 2007
Thursday, August 02, 2007
Just Upgraded Visual Basic 6.0 EE Cert and Earned 1st VB.NET EE Cert
So far I have attained
Sage
Active Server Pages (ASP)
Guru
Visual Basic Programming
Master
JavaScript
Miscellaneous Web Development
Microsoft Access Database
MS SQL Server
Microsoft Visual Basic.Net
Popular Posts
-
I would like to apologize that sigining of my guestbook is not possible at the moment due to an unexpected bug. There is already 74 entries ...
-
Google url shortener service, goo.gl , is now much improved with newly included features like easier copy and paste, and ability to delete e...
-
Terms Of Use By downloading or using the app, these terms will automatically apply to you – please read them carefully before using the app....
-
As of today, Google will start using a new shortened url - g.co , to promote Google websites. g.co works differently as compared to a long-t...
-
Why I choose to remain single Sun, Apr 05, 2009 - The Straits Times My parents have a loving relationship, but I knew I could not live my li...