By Mufti Ali on January 12, 2011
The DBacesslayer aka DBSlayer is a lightweight database abstraction layer suitable for high-load websites where you need the scalable advantages of connection pooling. Written in C for speed, DBSlayer talks to clients via JSON over HTTP, meaning it’s simple to monitor and can swiftly interoperate with any web framework you choose. Incoming search terms for [...]
Posted in Javascript, Server
By Mufti Ali on January 3, 2011
CssUserAgent help Us to apply special CSS classes to your pages allowing you to use valid CSS to work around browser-specific quirks. Since these are performed once at startup, CSS may be statically defined without the need to mix browser-specific logic into the presentation. Incoming search terms for the article:javascript browser specific cssUserAgent map cssua
Posted in Django, Javascript | Tagged css, Javascript
By Mufti Ali on December 22, 2010
XRegExp is an open source JavaScript library that provides an augmented, extensible, cross-browser implementation of regular expressions, including support for additional syntax, flags, and methods. Incoming search terms for the article:regex add flags javascript
Posted in Javascript | Tagged Javascript, regex, wordpress theme
By Mufti Ali on December 21, 2010
Modernizr is a script that will detect native CSS3 and HTML5 features available in the current UA and provide an object containing all features with a true/false value, depending on whether the UA has native support for it or not. Incoming search terms for the article:modernizr demomodernizr wordpress theme\jquery detect css3modernizr jquery makes font text [...]
Posted in CSS3, HTML5, Javascript | Tagged CSS3, HTML5
By Mufti Ali on December 18, 2010
The new Canvas element in HTML5 is powerful, but it can be difficult to work with. It has no internal concept of discrete display elements, so you are required to manage updates manually. The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with Canvas [...]
Posted in HTML5, Javascript | Tagged HTML5, Javascript
By Mufti Ali on December 3, 2010
The HEAD section is the worst place to load scripts. It’s painfully slow. The more and the bigger the worse it gets. Move scrips to the bottom and you run into dependency issues and you cannot safely use HTML5 and CSS3. Enter Head JS. A compact solution to these universal issues. The alternative solution is load [...]
Posted in Javascript, Software & Tools | Tagged jaavascript
By Mufti Ali on November 28, 2010
Graphs and charts are the best way to display information at hand to the user and make it easy to read and understand. These visual structures allow you to easily simplify complex data and output easier to understand content. Thanks to Javascript and a bunch of talented developers, which is give us solutions for easily [...]
Posted in Charts/Graph, Javascript | Tagged chart, graph
By Mufti Ali on November 21, 2010
nude.js is a JavaScript implementation of a nudity scanner based on approaches from research papers. HTMLCanvas makes it possible to analyse image data and afterwards decide whether it should be displayed or not. The detection algorithm runs at the client, therefore it’s possible (with user interaction) to display the image even if it’s identified as [...]
Posted in Javascript | Tagged Javascript, nude detection
By Mufti Ali on November 6, 2010
With the recent introduction of the <canvas> tag to HTML, the question arises as to whether a JavaScript program is capable of emulating a system, much like desktop applications are available to emulate the Commodore 64, GameBoy Advance and other gaming consoles. The simplest way of checking whether this is viable is, of course, to [...]
Posted in Javascript | Tagged Javascript
By Mufti Ali on November 2, 2010
Previously blogfreakz has publishing resource about Face Detection Using PHP. Today I will sharing with you another face detection resource which is using javascript and HTML5 canvas. This script is created by Liu Liu, Chinese developer. The algorithm is implemented on top of a JS port of a C-based computer vision library by the same [...]
Posted in Javascript | Tagged face detection javascript