|
|
|
|
Login to share your opinion HTML5 Boilerplate: Working with jQuery and ModernizrThis article concludes a two-part tutorial on the many benefits of using HTML5 Boilerplate. As you'll see, its “style.css” and “index.html” files are real time-savers,… read more Changing Wordpress admin login error messageIt can be surprising how easy it is to overlook security issues in software design. WordPress for example, after all the versions, still displays login… read more Implementing the ArrayAccess InterfaceThis is the second part of an occasional series looking at practical uses for the PHP SPL and predefined interfaces. The first post in the… read more SQL Server: Create Objects Automatically in New DatabasesSuppose whenever a new database is created, you also want to create a stored procedure automatically (by default) in this new database. Let us see… read more Create Twitter, Facebook style ‘x-time ago’ date format in phpWe used to see “1 minutes ago”, “2 days ago” time format in may websites like Twitter, Facebook, etc. This is what is called ‘x-time… read more How to fix xhtml and css validation errors in VirtuemartLast week I received a private message on our forum from one of our members saying that his Virtuemart store was failing css validation and… read more How to Access jQuery's Internal DataAs you may or may not be aware as of jQuery 1.7 the whole event system was rewritten from the ground up. The codebase is… read more Useful CSS Snippets for Your Coding ArsenalCSS is a beautiful language but it can also be frustrating at times. Certain CSS solutions don’t work on certain browsers (cough Internet Explorer cough)… read more Twitter Bootstrap tutorialTwitter Bootstrap is a toolkit to develop web apps and sites fast. It includes basic CSS and HTML for creating Grids, Layouts, Typography, Tables, Forms,… read more Developing with PHP and Eclipse (Indigo)Find out how to make PHP development easy with the latest version of Eclipse, Indigo, and how to set up local and remote debugging. read more How to create animated tooltips with CSS3In today’s tip we’ll show you how to create some simple, animated tooltips using CSS transitions and the pseudo-classes :before and :after. read more JavaScript Engines: How to Compile ThemThe unique thing about JavaScript compared to other scripting environments, is that it’s already deployed to billions of Internet users out there. If you are… read more Auto Prepend and Append PHP Files using htaccessThis article is about to explain the trick to auto append and prepend the php file using htaccess file. Surprised? read more Using HTML5 to Determine User LocationUsing some relatively simple JavaScript code, you can create Web applications that determine various aspects of the user location, including longitude, latitude and altitude plus… read more 40+ Best jQuery Player & HTML5 Player tutorials and jQuery ExamplesIn this article, We are providing the best tutorials of jquery players and HTML5′s <audio> and <video> new features. In which the collection of both… read more Upload Photos to Flickr with PHPI have a bit of an obsession with uploading photos to different services thanks to Instagram. Instagram's iPhone app allows me to take photos and… read more To parse CSV Data in PHPSometimes you have data(mainly MySQL data) in comma-separated values (CSV) format. or you have CSV file to import database values and you tried with CSV… read more PHP and Roman NumeralsAfter hunting around for functions that convert Arabic numbers to Roman numerals and vice versa, everything I found was huge (~100 lines) except for one… read more Create a custom web services project in Drupal 7The Services module allows you to enable custom-built content servers and services on your Drupal site from one main module back-end configuration and administration area.… read more SMS Nagios Notifications with PHP & TwilioI’ve had a few requests to share my Nagios SMS notifications using Twilio. I’m almost embarrassed to share them, since they are so dead simple.… read more |
|