Archive for October, 2008

Chrome : Google Adsense’s Site Potentially Harmfull

Google chrome security feature is very cool i though. However, it doesn’t cool enough for some kind of website .. event for google own site.

13 Wordpress Ajax Plugin

Well.. ajax everywhere ! If you don’t know what ajax is, it’s programming technique used to update, change, or add content of the webpage without reloading the entire site. Ajax will makes your site more responsive and lovely ( huh ? ). However, we need some programming knowledge to implement ajax in our hompage. It’s not rocket science but doesn’t mean easy too.

However.. don’t be sad wordpress user !! There is so many nice programmers out there. They have build so many usefull wordpress plugin those allow us to taste ajax without any programming skill ! Check this out 

Read the rest of this entry »

My Favorite Programming Quote :)

For me, CS student :

“Theory is when you know something, but it doesn’t work. Practice is when something works, but you don’t know why. Programmers combine theory and practice: Nothing works and they don’t know why.” - anon

There are 10 kinds of people in this world….Those who understand binary and those who don’t.” - anon

“Controlling complexity is the essence of computer programming.”
(Brian Kernigan)

“When someone says: ‘I want a programming language in which I need only say what I wish done’, give him a lollipop.”  - Alan J. Perlis.

Bear in your mind while developing any kind of system :

“Simplicity is prerequisite for reliability” - Edsger W. Dijkstra

“Any code of your own that you haven’t looked at for six or more months might as well have been written by someone else.” - Eagleson’s law

Measuring programming progress by lines of code is like measuring aircraft building progress by weight.”
(Bill Gates)

Read the rest of this entry »

15 Websites To Help You Learn and Master C++ Programming

Learning C / C++ Programming isn’t easy. We need good resource and tutorial to learn and master it. Here, the sites I found across the internet that I tought will help you to master C / C++ programming in no particular order. 

  1. Cplusplus.com.  No 1 site in google for keyword C++ tutorial :) As the name said, this site give you everything about C++ programming from history of C++, basic tutorial, web forum, tips and trick, and more. Highly recommended
  2. Codeguru Forum . The Larget C++ and Programming related forum in the internet i though.  Visual C++ Programming section of that site already have 238,735 thread. 
  3. CProgramming.com . Same as www.cplusplus.com , very complete reference site for C++ programmer. Also covered broad topics include SDL , OpenGL, AI, etc
  4. http://www.cs.wustl.edu/~schmidt/C++/ . Cover advance topics such as inheritence, dynamic binding, etc. Read the rest of this entry »