|
|
|
|
|
Login To Share Articles With PHP Community 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 Meet Crockford’s JSCheckCrockford describes JSCheck as a “specification-driven testing tool.” When using the frameworks you’re used to, you would write a test for a given piece of… read more 9 Impressive WebGL Javascript Effect ShowcaseWebGL (Web Graphic Library) is a Javascript API for rendering interactive 3D graphic within any compatible browser without the use of plug-ins. It's developed by… read more Complete List of Default WordPress FilesWhen cleaning up hacked sites and testing .htaccess tricks, it’s nice to have a list of WordPress directory and file names for checking patterns and… read more Yet another PHP API documentation generatorToday is my "let open source some of my private Github repositories" day, and more specifically, I'm releasing a bunch of code related to documentation. read more Rotating Web Page Elements Using The CSS3 Rotate TransformWith CSS3, you can rotate Web page elements by a specified number of degrees, clockwise or anti-clockwise. With a small amount of HTML and JavaScript… read more Create an online radio using jQuery and jPlayerToday, I’m glad to show you how you can use jQuery and the jPlayer plugin to build an online radio using JavaScript, PHP and a… read more CSS Table Design | CSS Table GalleryA Big collection of CSS designs tables, you can download any table design code for free. read more PHP as a templating languageThere’s been quite a bit of talk, recently, in PHP-land about templates and the ramifications of enforcing “pure” PHP scripts by preventing scripts from entering… read more Using SPL Iterators, Part 1When I first came across the term iteration and saw the overwhelming list of classes related to it in the SPL, I was taken aback.… read more PHP Fatal error: Allowed memory size of 8388608 bytes exhausted....(Resolved)When you are working with the file upload,read file or write file then you get the issue regarding the memory size, its give you fetal… read more remove index.php from url phpusing .htaccess file, you can easily remove the index.php from the url, its just two line code you need to set in the .htaccess file… read more Setup CRON jobs with wordpressHi today i am explaining how to run piece of code on specific time interval using word press wp_schedule_event. read more PHP script to perform IP whoisTo fetch the whois data of an IP address , the steps are as follows : Setting a Cookie with PHPA cookie is a small amount of data stored in the visitor’s browser with a request from a server or script.Cookies are like sessions. They… read more Overview of JavaScript VariablesThis article will provide a basic overview of JavaScript variables and the functionality they can provide, as well as some examples read more Getting Started with MongoDB and PHPNearly 3 years ago I discovered a new database that literally changed my life. I know, that’s a pretty bold claim, but it’s true. While… read more Ajax file upload HTML5 drag and drop file upload progress barHTML5 has really changed the way we used to define HTML. For the years we have been using third party javascript libraries like jquery, prototype,… read more Building a simple SQL wrapper with PHPIf we don’t use an ORM within our projects we need to write SQL statements by hand. I don’t mind to write SQL. It’s simple… read more |