|
|
|
|
|
Login to share your opinion Wall4PHP Mobile FrameworkWall4PHP is one of the framework that I recommend to mobile web application developer for the number of useful information that you may find inside… read more Practical PHP Refactoring: Convert Procedural Design to ObjectsEven in languages where there are no constructs but classes, there is no constraint that can force a programmer into writing object-oriented code. In many… read more The __toString() Method – Objects as StringsWe started the study of PHP magic methods by learning about __get() magic method. All the names of magic methods are reserved and cannot be… read more How to Create Your Own Super Simple WordPress PluginsThat may not sound like a problem, but it is. Because these files are tied to your theme, if you ever want to use them… read more 13 Most Used Speedy Tools To Write CSS And HTML CodeHTML which stands for Hypertext mark-up language is supposed to be the main language for web pages. Hence the purpose of a web browser is… read more Control image aspect ratios with CSS3This article first appeared in issue 214 of .net magazine - the world's best-selling magazine for web designers and developers. read more Private Functions In JavaScriptJavaScript doesn't have a native namespace facility so how are you supposed to keep utility and helper functions private? The solution is to use inner… read more 3D Gallery with CSS3 and jQueryWith 3D transforms, we can make simple elements more interesting by setting them into three dimensional space. Together with CSS transitions, these elements can be… read more turn.js - The page flip effect for HTML5A plugin for jQuery that adds a beautiful transition similar to real pages in a book or magazine for HTML5. read more HTML5 Web Workers: Classic Message Passing ConcurrencyMost concurrency frameworks I write about on this blog consist of numerous layers of abstraction. Consider the Task Parallel Library, for instance: it’s a wrapper… read more Web Essentials and CSSCop for Visual Studio 2010This post discuss about new features in Web Essentials extension and Image optimizer which helps developers to write web applications faster. A new extension CSSCop… read more Dynamic CSS with Razor and no LESS (part 1)When I customize a web site template, I always replace the color palette looking for a consistent set of colors. In this series I’ll tell… read more File Loking in PHPWhile writing to files that are possibly being read by other scripts at the same time, you will run into problems at some point specifically… read more Critical PHP Remote Vuln Introduced in Hashtable DOS PatchToday, Stefan Esser (@i0n1c) reported a critical remotely exploitable vulnerability in PHP 5.3.9 (update assigned CVE-2012-0830). The funny thing is that this vulnerability was introduced… read more MySql insert into statementMySQL INSERT INTO statement is used to insert record(s) or row(s) into a table. read more PHP : var_dump() functionThe var_dump() function is used to displays structured information (type and value) about one or more variables. read more Morning Star: An Impressive Audio Synth in JavaScriptIt uses Mozilla’s Audio Data API, and Google’s competing Web Audio API to produce sound in real time abstracting them with a library called KievII, which… read more Bulletproof CSS3 Dropdown Navigation MenuOne of the most critical aspects of web design is the navigation. The navigation, above all else, must be clear, usable and cross-browser compliant. But… read more New CSS3 Properties to Handle Text and Word WrappingAbout a year and a half ago, I wrote about CSS3′s word-wrap property. The angle of the article was the fact that it was a… read more JavaScript LoopsIf you have read some preformance tests on JavaScript loops, you may have heard that “while” is faster than “for”. However the question is how… read more |