
Adapter design pattern
January 15, 2011 by ·

This batch file will lessen your sqlplus login frustration at zenit server.
September 23, 2010 by ·
If you are in DBS501 like me, you must be frustrated with sqlplus command. Why did they remove the good old isqlplus and instead put sqlplus. The problem with the sqlplus for most of us is because of connection problem.
If you haven’t modified the ora file to include host address for neptune, you must do that before proceeding any further. Here is the link
https://cs.senecac.on.ca/~nconkic/db-oracle11g.html
[Read more…]
CSS Layout without the hassle of div position
July 22, 2010 by ·
Tables are for tabular data. Div with CSS has been the new layout trend. With div and css, the code is much cleaner and accessible. But div positioning is something I always had problem with. But now using float attribute, I can create CSS Layout in much easier way.
I just watched a very good video on google about how to easily create CSS Layout. I hope you have enough time, its about an hour long video.
Check it out.
Reading about how to customize WordPress
July 19, 2010 by ·
I have been reading about WordPress this weekend.
WordPress is a Web CMS that can be used to create a blog. By default, it is set to create blog. But lots of website use WordPress as the base website and customize it to create amazing websites.
I still need to hone my CSS 2 skills, specially the layout skills. With a good knowledge of CSS, PHP, Photoshop and JQuery, WordPress can be customized to create very professional quality websites.
JQuery rocks !!!
July 17, 2010 by ·

Earthquake in Toronto
June 23, 2010 by ·
Wow, there was small earthquake in Toronto at about 1:40pm today. It lasted for about 10 seconds. I was not sure if the house I was in was shaking or was it really an earthquake. I was about to run out of the house but by then earthquake had stopped. So I turned on the tv and checked CP24. It was showing a live speech by Obama. As soon as Obama’s speech was over, CP24 breaking news talked about the earthquake.
There were people calling CP24 about the earthquake and telling their experiences. It was funny. Why did these people call the news amidst an earthquake? and they had the phone number of CP24 handy too? wow..these people are resourceful, they can get you a phone number of the tv news in the middle of an earthquake.
Singleton Pattern
June 20, 2010 by ·

class ProgramConfiguration{ public ProgramConfiguraiton(){ //default constructor code } }[Read more…]
Factory method design pattern
June 9, 2010 by ·

Reading ‘Head First Design Patterns’
June 3, 2010 by ·
