As a software developer you can get very much trouble. http://cwe.mitre.org/ describes in detail what these problems can be and how to avoid them.
08.15.2011
Mr. abhilash posted a much better “how to” use Google Fonts in Your WordPress Blog on meabi.com for the WordPress Plugin WP Web Fonts. Nice to see that somebody cares, so thank you!
10.23.2010
More performance and access to modern web technologies In IE Google Chrome Frame is out of beta. The Plugin allows users to access modern web technologies like HTML5 on legacy browsers. Take a look at this video to see how Google Chrome Frame works.
08.22.2010

This Post shows how to install Ubuntu on VirtualBox.
08.13.2010
Categories: docs | Add a Comment
YUI Compressor is one of the most known Javascript code obfuscator and minimizer.
08.08.2010
jQuery.tmp Level 1 - Static Html Load a Template from static Html Javascript String. Html Source <div class="s1"></div> <div class="s1"></div> Javascript Source $('.s1').tmp('<span>Template from static Html...</span>'); Load a Template from static Html Javascript String with context data.
07.26.2010
There are a lot of spider bots out there using so much traffic. It can be usefull for a webmaster to restrict access of some bots to keep your traffic limit save. It is easy to protect your website. Here is a list of bots no one needs.
07.25.2010
Javascript Console-Log: Objects can be used in many ways in JavaScript. The following examples illustrate aspects of class architecture in Javascript. First of all: The execution context As described here it is allways a good idea to declare your own execution context.
07.16.2010
The big players on the Internet offer a good possibility to include well known JavaScript libraries in your own websites. There is no need for a own webspace. This is an example to load jQuery and jQuery UI with the basic theme from Google CDN. <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" [...]