August 06, 2010
Posted by: Joy : Category:
Web Development

PHPMailer is a PHP email transport class featuring file attachments, SMTP servers, CCs, BCCs, HTML messages, word wrap, and more. we can use it for sending email via sendmail, PHP mail(), QMail, or with SMTP. You can read more about it on their official website
here…. With this class, i tried to make another simple wp plugin called
WP PHPMailer contact form. This plugin will create a simple contact form for your wordpress powered blog. captcha code is also added to the form to prevent spamming.
Read more…
May 02, 2010
Posted by: Joy : Category:
Web Development

The
W3C Validation Service validates multiple versions of XHTML and HTML, outputing many useful errors and warnings to help users to create a site that meets the W3C standards. If a site meets the W3C standards, it has several advantages. There is also a reasonable chance that the site will looks good in all browsers.
Embed is one of deprecated tags, you will get error message when you use this tag on your page, to fix this issue, you can use object tag instead
Read more…
August 10, 2009
Posted by: Joy : Category:
Web Development
The view-source protocol is a URI scheme used in HTML to display the source code of a web page. Firefox and Internet Explorer both supported the view-source protocol, but support was dropped from Internet Explorer in Windows XP SP2 due to security problems. Firefox also suffered a similar security issue (by combining the view-source: and javascript: protocols), but still supported the protocol in Firefox 1.5 after being fixed.
In 2009 a new discovered bug was fixed in Firefox 3.0.9. Additionally, the protocol is also supported on google chrome. OK, let’s just try it, for example, this URL shows the source of crazydavinci home page (try it on firefox or chrome) :
Read more…
July 26, 2009
Posted by: Joy : Category:
Web Development
Wonder how to rise your ads number of clicks? Many script available out there to make
floating google ads. But this one is quite different, this would make your ads more eye-catching with
sliding and shaking feature. Plus automatic hide which is actually optional, you can modify it if you just want to put a close button rather than the automatic hide.
This script is based on Dynamic Drive DHTML AdBox with a little feature added.
OK, lets start. Here we go…
Read more…