|
|
|
|
|
Login to share your opinion A primer on PHP exceptionsThis post provides a whirlwind tour through the architecture and implementation of PHP exceptions. read more 3 Ways to Parse a Query String in a URLIt’s not often that a query string needs to be parsed with JavaScript, but for those rare occurrences when you do need to parse the… read more Set error log in phpHello folks, i wasn’t active on blog so much these days, cause i was on vacation with my family and had really great time! Set and Get Custom HTTP headers with phpThis article will teach you how to send and read non-standard HTTP headers read more The Lazy Man’s URL ParsingHave you ever needed to parse a URL using regular expressions? It’s not easy to write regular expressions. You could, of course, just copy and… read more Making A Slick Content Slider in jQueryWeb masters constantly search for ways to optimize the way content is presented on their sites. With the advent of terms like “above the fold”… read more Login simple with Zend_AuthAlmost every Web application today need a way to track information about their users, actions and behaviors. Best way to accomplish this is to authenticate… read more JavaScript Closures and The Module PatternThe module pattern makes use of one of the nicer features of JavaScript – closures – in order to give you some control of the… read more The Great Semicolon DebateRecently there has been a large debate about the use (or rather, the lack of use) of the semicolon in JavaScript code. A few words… read more Object Oriented Programming meets PHP with ExamplesAs we all know that object-oriented programming is an approach in which objects and classes are used and this approach is being followed by the… read more Making a jQuery Page Flip Magazine with turn.jsIn this tutorial we are going to use PHP and the turn.js plugin, an implementation of the page flip effect with pure CSS3 and jQuery,… read more URL rewriting in Yii to hide index.phpHi Folks, Best php array functionsDuring the writing PHP code in process of developing web applications, we use various programming techniques. But i think that there is hard to find… read more Tools for Modern Web DevelopmentFor addressing new Web Projects it's very important to have the appropriate Arsenal for optimizing the development and the post-development phases of the project. Choosing… read more 35+ Techniques to enhance your php code35+ advanced techniques to enhance your php code and write better apps. read more jQuery Multi-level Photo MapThis multi-level map based image gallery makes it possible to show images related to their location. The first level indicates the location of the places… read more jQuery Plugin: JZ Publish/SubscribeThis plugin adds Publish/Subscribe capability to jQuery without going through bind/unbind/trigger, which are very slow in comparison. read more Introduction to Backbone.js Part 1: Models – Video TutorialIf you’ve read my last post or have just been keeping up with the JavaScript world at all, you’ve heard about Backbone.js. Well, I’m starting… read more 5 Tips to Make Your jQuery Plugins AwesomejQuery plugins are popping up all over the place and just about everyone is trying to get in on the action. There are few things… read more Talking to GitHub with PHPThe GitHub team does a pretty impressive job of responding to user feedback, adding and improving service features, In addition, GitHub follows an approach embraced… read more |