|
|
|
|
|
Login To Have Your Say Social Media Buttons on Mobile-First Responsive DesignsSocial Sharing buttons can be brutal on load time (Facebook I’m looking at you) and with speed being a crucial factor in building a mobile… read more Automated Deployment of PHP Applications using gitHeroku is sweet hosting platform which offers a pure git deployment workflow. I love using it to deploy my Rails projects. I miss using when… read more Using JavaScript Objects for storing dataSome experiments and ideas about using the JavaScript Object like data-storage. read more Getting Started with the Fuel PHP FrameworkRegular PHPBuilder readers are well aware of my personal affinity for framework-driven development. These days I opt to use a framework for every conceivable web… read more Server-Sent Event Notifications with HTML5WebSockets allow bi-directional communication and to do so, they piggyback on the original HTTP connection and "upgrade" to the WebSocket protocol. By comparison, and as… read more Turn MySQL to NoSQLMost of the scalable application on web use MYSQL+memcached as the back end for their applications. Recently some of them shifted to NOSQL for one… read more Less obvious PHP tricks?On reddit there is a question asked by kborz1 about less obvious PHP tricks, check it out for some of the answers. read more PHP Advent 2010 / Don’t PanicIt’s finally happening. The end is near. The server is about to be destroyed by a fleet of Vogon cruisers. Actually, the server is about… read more The Joomla Hacking CompendiumThis document should provide you with security related information about Getting PHPUnit setup from GitI recently had a fun idea, that I wanted to try and implement for PHPUnit. I really like coloured console output. PHPUnit already has the… read more Legacy JungleAt some point in every developer’s career, they get the opportunity to work on a gnarly, horrible briar patch of a project. Surviving that experience… read more The truth about non-blocking JavaScriptOver the past couple of years, a lot of attention has been paid to blocking and non-blocking JavaScript in browsers, and with good reason. JavaScript… read more How to make WordPress load faster, tips to optimize the serverWhen it comes to web page load time, she should always say “wow, that was fast”. HTML5 is the FutureNow, most of the time, HTML isn’t that exciting of a topic. HTML is basic. But, whenever we’re talking about HTML5, people get excited. Because… read more HTML Lazy LoadIf you’re developing a web app that requires to load and show large HTML chunks (for example, an e-book reader), this trick may help your… read more Everyone Loves PHPA year ago today, I started at Facebook. I’ve been using PHP for the last twelve years, and before I got there, I thought I… read more How Microsoft is making PHP Development easierRecently i had an opportunity to have a chat with Microsoft, along with a few PHP community members. We were greeted by Josh Holmes (Architect… read more Building Mobile Apps with PHPWay back when I first dove into web programming, PHP was the obvious choice for my needs. It was available on virtually all web servers,… read more Python vs. PHPEvery month or so someone posts to comp.lang.python asking how Python compares to PHP. Python's 'language comparisons' page doesn't have an entry for PHP so… read more Easy Cache HeadersWhen components of the page are not transferred over the network, but loaded from local drive, page rendering happens much faster. Bloated Request & Response HeadersEvery time an HTTP request is made or an HTTP response is returned, in addition to the main body content, there’s a string of Headers… read more ToroPHP - A Tiny PHP FrameworkToro is a tiny framework for PHP that lets you prototype web applications quickly. read more LocalizationIf visitors want to buy something, use the service, or read the information provided, will the web site be able to accommodate them? Should it?… read more Pinned Sites: Windows 7 Desktop Integration with Internet Explorer 9Windows Internet Explorer 9 introduces pinned sites, a feature with which you can integrate your websites with the Windows 7 desktop. With pinned sites enabled… read more Notepad++ & Function List for Object Oriented JavascriptWell, it’s no secret that I use Notepad++ as an IDE for almost all web development works that I do. To customize notepad++ I created… read more Using MongoDb in PHP ApplicationsThis tutorial will show you how to incorporate MongoDB into new or existing object-oriented applications, by showing how to interact and integrate with applications and… read more Inheritance in PHP, or why you want to use an Interface or an Abstract class…Every class has an interface, every class can be typehinted as a method argument, typehint lets you specify the collaborator requirements. Not every typehint is… read more Doctrator, real and flexible behaviors for Doctrine2What's happen then when you combine the flexibility of Doctrine2 and the power of Mondator? You get Doctrator! Doctrator is an ActiveRecord implementation (or not)… read more 24 ways: Ignorance Is Blissin the real world, people using the Web don’t find a Web site that they like, then open up another browser to check that it… read more FirePHP 1.0 in 5 StepsChristoph Dorn, author of the FirePHP tool for interfacing your PHP applications directly with Firebug, has written up a guide to help you get started… read more Creating PDF Using PHPIn this article you will learn how to create PDF documents using PHP on the fly. read more |