From the category archives:

programming

If you have two blogs installed on same domain, you may want to combine two blogs feed into one blog feed. It will provide few benefits:
a) Ease of feed management
b) More readers
c) Better feed stats and much more
Required tools
=> MagpieRSS rss parser for php (download link)
=> FeedCreator lets you easily create RSS 0.91, 1.0 [...]

{ 7 comments }

HTML has been in continuous evolution since it was introduced to the Internet in the early 1990’s. Some features were introduced in specifications; others were introduced in software releases. In some respects, implementations and author practices have converged with each other and with specifications and standards, but in other ways, they continue to diverge.
HTML4 became [...]

{ 1 comment }

Very few people are aware about history’s first programmer.
Ada Lovelace is popularly credited as history’s first programmer. She was the first to express an algorithm intended for implementation on a computer, Charles Babbage’s analytical engine, in October 1842. She really did write a program, one for calculating Bernoulli numbers. Ada, a computer programming language, is [...]

{ 0 comments }

Q. How do I write C++ program that calculate tomorrow’s date? For example user input a date 30/03/2007, then it should print 31/03/2007. Your program must take care of following issues:
=> Leap year
=> Validate date for month, day etc
=> Change of date/month/year should be handled properly.

{ 9 comments }