saquery.com
a web developer' s kung fu…
Categories: docs | Add a Comment

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.

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!

Categories: docs, free, Plugin | Add a Comment

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.

Categories: docs, free | Add a Comment
VirtualBox

This Post shows how to install Ubuntu on VirtualBox.

Categories: docs | Add a Comment

YUI Compressor is one of the most known Javascript code obfuscator and minimizer.

Categories: docs, free | Add a Comment
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.
Categories: docs, english | Add a Comment
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.
Categories: docs, english | Add a Comment
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.
Categories: docs, english | Add a Comment
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" [...]