Fun stuff to share
Software Engineering
Apps: ninite.com – easy pc setup
Oct 26th
ninite.com, this web apps could be the solutions for us when we reinstall our pc / notebook. The user interface is so easy and simple. Installation will be done on the back-end. Nice features and good job to ninite.com.

The howto on how to use this apps.
Nimblekit: New platform for Iphone development (Pure HTML + Javascript)
May 28th
Wow, this really a tools that I am waiting for. I will try it soon for iPhone apps development. Having being delaying for a while too because need to learn a new programming language.
Instead of learning new language Objective-C, web programmer now can develop iPhone apps just with pure HTML and javascript. This both language is a common language for web programmer. Hmmm. Good good.
Click here to download NimbleKit.
Auto Generate Insert Statements from your Data
Mar 23rd
Hi guys,
I am was browsing around and found this stored procedures by Vyas Kondreddi.
The stored procedure is stored in your master database, and you will be able to use it for any database to generate yr inserts statement.
The result is good and confirm save a lot time for data migration.
iPhone OS 3.0 review
Mar 18th
At last is 17 of March, the new iPhone OS 3.0 is now announce.
Summary advancement of the new OS:
1. Search features built in to iPhone
2. Cut, copy, and paste features
3. Send photos, contacts, audio files, and location via MMS*
4. Read and compose email and text messages in landscape
5. Bluetooth Stereo
6. Peer to peer technology
7. Custom application for accessories
8. Built in Map control
9. Push services
10. Voice memo
11. and more …
What is interesting in my point of view, is the new business in-apps purchase model. With the subscription features, developer will be able to introduce additional features of the application and end-user able to spend according to what they require or demand. For example, like game application, developer can introduce additional stage when user reach certain stages of the game and with the push technology it allows developer to push message in the middle of the game to allow user to buy the additional stage if the user demand too. Interesting.
View the live video recording of the announcement here.
Infected by TrojanDNSChanger
Dec 20th
Guys,
If you are infected by this spyware where random ads pop up and the initial ads pop up to this address: http://popup.adv.net/popup2.php?blablabla. You are infected trojanDNSChanger. Even Spybot Seach and Destroy can’t find it.
After searching up and down over the net, found an article to download malwarebytes that will remove the trojan. If your system is infected and you try to download malwarebytes from the www.malwarebytes.com, you are blocked. It seems like that the trojan is smart enough to block you from accessing the site. The solutions is to download it from the download.com. Here is the link : http://www.download.com/Malwarebytes-Anti-Malware/3000-8022_4-10804572.html?tag=mncol;psum . Download it and install, scan through yr system.
Hope this helps.
SQL 2005 Express, where is the DTS wizards?
Nov 28th
Hmm, was looking up and down for the DTS wizards in the SQL Express Management Studios to transfer data to another test database. Hold and behold, there is actually DTS Wizards hidden in the SQL Express installation folder. Found it here: C:\Program Files\Microsoft SQL Server\90\DTS\Binn. Works like wonders.
My IPhone 3G went black. Faulty?
Nov 28th
Wah, after just having fun with my IPhone for a week, to my suprise I got this IPhone 3G blank screen of death. Thank God I found on of the post in this url : http://seogadget.co.uk/iphone-display-blank-screen/. My IPhone back to life. fuih.
If any of you that have this problem just follow the step below:
(extracted from the http://seogadget.co.uk/iphone-display-blank-screen/)
- Press and hold down the Sleep/Wake button and Home button simultaneously until the Apple Logo is back.
- You will see your Iphone 3G screen light up and walah its alive. Thank God.
Hope my search in google save your time too. Thank again to richardbaxterseo that post the solutions at seogadget.co.uk.
Blogging with Iphone
Nov 26th
Ha2 testing to post to my blog using wordpress blogging for iphone. Now I can blog on the move.
Trying a few apps at the moment, exciting phone I can say. So far so great.
SQL Server 2005 Reporting Services
Oct 3rd
At last I finish my training today and going back tomorrow to work. Hope my current attained knowledge from this training will be put to practice on my working place. Quite interesting to know the features that are available on the Reporting services.
Hi readers and friends, if you are one of those people that use SQL Server 2005 Reporting Services, lets share what do you think about it.
Just for references:
SQL Server 2005 Reporting Services Guided Tours
My First Flash Banner Yeah…
Jul 27th
[kml_flashembed movie="flash/myBanner.swf" width="468" height="60" /]
My first flash. Having difficulties to display it now at the moment.
Wow after changing some script, now its working properly.
downloaded the swfobject from :
http://blog.deconcept.com/swfobject/#howitworks
and install the flash plugin for wordpress Kimili Flash Embed
and made some changes to suits the new swfobject.js and now its working.
What i changes in the kml_flashembed.php script:
at the function kml_build_fo_script($atts)
replace this line
$out[] = ‘ var flashObject = new FlashObject(“‘ . $movie . ‘”,”‘ . $id . ‘”,”‘ . $width . ‘”,”‘ . $height . ‘”,”‘ . $fversion . ‘”,”‘ . $bgcolor . ‘”,’ . $useexpressinstall . ‘,”‘ . $quality . ‘”,”‘ . $xiredirecturl . ‘”,”‘ . $redirecturl . ‘”‘ . $detectKey . ‘);’;
with this
$out[] = ‘ var flashObject = new SWFObject(“‘ . $movie . ‘”, “‘ . $id . ‘”, “‘ . $width . ‘”, “‘ . $height . ‘”, “‘ . $fversion . ‘”, “‘ . $bgcolor . ‘”);’;
and
at the function kml_add_flashobject_js()
replace this
plugins/kml_flashembed.php?flashobject.js
to this
plugins/swfobject.js






