|
|
|
|
|
Login To Share Articles With PHP Community Resumable.js: Fault Tolerant Resumable File Uploads in JavaScriptEver had an experience on a website where you’re uploading a really big file and its taking a while, you’re not quite sure how much… read more Why We Use Memcache for PHP Sessions?Few Days back I have posted about storing the PHP Session in MemCache Server. Before this article I have also written about setting up PHP… read more PHP: Does SimpleXMLElement have toString() method? No, better use asXML()!SimpleXML is a PHP extension that “provides a very simple and easily usable toolset to convert XML to an object” [1]. Thus you can pass… read more Abstract Class in PHPData abstraction is one among several features of Object Oriented Programming.This article providesa brief description about implementation of abstract class in php. read more Server-Side JavaScript InjectionThis whitepaper is presented in support of the BlackHat USA 2011 talk, “Server-Side JavaScript Injection: Attacking NoSQL and Node.js”. Both this paper and theaccompanying talk… read more Top 10 PHP Best Security Practices for Sys AdminsPHP is widely used for various of web development. However, misconfigured server-side scripting would create all sorts of problem. And here are php security best… read more Bending XML to Your WillIf you’ve ever worked with the Twitter or Facebook APIs, looked at RSS feeds from a website, or made use of some type of RPC… read more Node.js for PHP Programmers #1: Event-driven programming... and Pasta.For a PHP developer, asynchronicity is the most puzzling aspect of the Node.js runtime. It's simply a new way to write programs. And once you… read more Practical PHP Patterns: Implicit LockAs for the Coarse Grained Lock pattern, the Implicit Lock one is an orthogonal consideration on locking mechanisms which can be adapted to both pessimistic… read more CSS3 Image Hover EffectsToday I will tell you how to create different CSS3 image hover effects. I hope that you still remember our one old tutorial. We used… read more What is CSS Reset?Every browser has a default stylesheet that it uses while rendering the content. These styles are useful in setting some kind of look for a… read more Communication between PHP and JavaScriptWhile developing a WordPress theme there are numerous occasions when you will need to communicate between PHP and jQuery (JavaScript). The concept may seam hard… read more jqTimeline Plugin: DemoA jquery plugin to display a gantt chart: events on a timeline. Raises events when timeline is changed (moved or zoomed in/out), and when an… read more SQL 101 - Summarizing DataWhen beginning to learn SQL, it won't be long until you have to answer questions that require you to summarize the data. It's one of… read more You Used PHP to Write WHAT?!PHP may be the most popular Web scripting language in the world. But despite a large collection of nails, not every tool is a hammer.… read more Get number of likes of your/any Facebook page via PHPCreate a new basic application from here. Just enter some data and you will receive AppID and Secret keys. read more What would you do with 5 million lines of code?Hand in hand with this shift has been the tireless work of Daniel C – someone who brazenly said “I will fix the failing packages!”… read more Skip Intro - CSS3 is the new FlashI remember spring of 1996 when FutureSplash Animator came out. That was 16 years ago, youngsters. Our minds were blown. No one had seen a… read more The Liskov Substitution PrincipleMorpheus: Neo, I’m inside the Matrix right now. Sorry to give you the bad news but our agent-tracking PHP program needs a quick update. It… read more How to spice up your menu with CSS3In this new category called “Tips and Tricks” we will introduce some quick and interesting methods around web development and web design. In today’s tip… read more |