Tutorials »

Editing ID3 tags for MP3s -- such as you would find on an online music site, for example -- may seem to be no big deal. If you've ever had to edit lots of them at the same time, however, it's a different story. Fortunately, there's an efficient way to do it that consumes less time and resources than you might fear. Best of all, even a beginner can do it. Read More
Posted by girish.r 1218 days ago (http://www.codewalkers.com)
Discuss  | Read MoreBury | Tweet This | Tagged: mp3 id3 tags getid3
Add To 

Articles »

Go to any PHP help forum and you’ll be sure to see many bad practices, innocent misconceptions and blatant no nos. None of us are perfect and none of us started off writing great code. We have all had that moment where we looked back on a script that we wrote years ago and thought “what the hell was I thinking?”. Read More
Posted by girish.r 1219 days ago (http://www.sellmix.com)
Discuss  | Read MoreBury | Tweet This | Tagged: pdo mysql_fetch_array addslashes
Add To 

Tutorials »

I am working with sunshop shopping cart and my client needs seo friendly urls instead of Query string(parameters) passed in urls. By default in sunshop shopping cart, URLS are not seo friendly. I searched for url rewriting options but finally i found how to do make seo friendly urls in sunshop shopping cart.

Read More
Posted by girish.r 1220 days ago (http://www.programmingfacts.com)
Discuss  | Read MoreBury | Tweet This | Tagged: seo .htaccess sunshop shopping cart
Add To 

PHP Dev Tools »

Firebug is an exceptional tool that can increase your productivity many fold. However it is amazing to see a large number of web developers working without it. This article covers essential overview, useful tips and links to some really awesome resources that will help you master this wonderful tool.

Read More
Posted by girish.r 1219 days ago (http://www.w3avenue.com)
Discuss  | Read MoreBury | Tweet This | Tagged: css debugging dom firebug firefox add-on
Add To 

PHP Dev Tools »

The Firebug Working Group proudly announces the availability of Firebug 1.5.0! After more than 6 months of development and 36 alpha and beta releases, the new Firebug is ready. Read More
Posted by girish.r 1219 days ago (http://blog.getfirebug.com)
Discuss  | Read MoreBury | Tweet This | Tagged: firebug plugin browser firefox
Add To 

Articles »

Joomla! is often paralleled to point-and-click presentation software, such as Impress or PowerPoint, in terms of ease of use. Granted, Joomla! makes it extremely easy to build a site having no knowledge of its internal working, or even what HTML is. Read More
Posted by girish.r 1220 days ago (http://www.webappers.com)
Discuss  | Read MoreBury | Tweet This | Tagged: joomla
Add To 

Tutorials »

If you've just started using the Yahoo Site Explorer Inbound Links API and want to know how far you can take it, keep reading. This three-part series will show you how to build an application that can help you track your links. Read More
Posted by girish.r 1219 days ago (http://www.devshed.com)
Discuss  | Read MoreBury | Tweet This | Tagged: backlinks yahoo site explorer api
Add To 

Made in PHP »

I don't know if it's just me, or whether everyone in software development finds issue tracking software frustrating and/or broken in some way. They're all either way too complicated to set up, configure or use (the Bugzilla's or the Jira's), or have annoying "features" (such as Trac's you-lose-your-edits-if-someone-else-changed-something). Read More
Posted by girish.r 1219 days ago (http://netevil.org)
Discuss  | Read MoreBury | Tweet This | Tagged: mtrack issue tracking tracker wiki
Add To 

Articles »

We mentioned a few weeks ago that we were going to be holding a free webinar on January 19th, featuring some of the leading Subversion committers. Letting you know about some of the future developments that are being worked on in the coming versions of the Subversion Project. Read More
Posted by girish.r 1219 days ago (http://subversion.wandisco.com)
Discuss  | Read MoreBury | Tweet This | Tagged: subversion
Add To 

Tutorials »

Welcome to the final part of a seven part series on building polymorphs in PHP. In a friendly fashion, this series gets you started constructing polymorph classes specifically in PHP 5. It shows you how to accomplish this by using first interfaces, then parent classes, and finally a proper combination of both. Read More
Posted by girish.r 1220 days ago (http://www.devshed.com)
Discuss  | Read MoreBury | Tweet This | Tagged: oop polymorphs interface abstract
Add To 

Tutorials »

HTML 5 provides some great new features for web designers who want to code readable, semantically-meaningful layouts. However, support for HTML 5 is still evolving, and Internet Explorer is the last to add support. In this tutorial, we’ll create a common layout using some of HTML 5’s new semantic elements, then use JavaScript and CSS to make our design backwards-compatible with Internet Explorer. Read More
Posted by girish.r 1220 days ago (http://net.tutsplus.com)
Discuss  | Read MoreBury | Tweet This | Tagged: html5 browsers screencast
Add To 

Tips & Tricks »

Couple of months back, i was given a revamping project for one of our client’s car rental booking portal…in that his primary requirement was to remove the “PHPSESSID” parameter and value that appears in the URL’s, even though he didn’t know much about it, someone told him its not so good having it in the urls… Read More
Posted by girish.r 1221 days ago (http://blog.webtechies.in)
Discuss  | Read MoreBury | Tweet This | Tagged: phpsessid seo
Add To 

PHP Dev Tools »

The Simple Cloud API is an open source project providing common PHP interfaces for File Storage, Document Storage, and Simple Queue cloud services. It will enable you to easily connect your application with a new service without having to learn their specific API. Read More
Posted by girish.r 1222 days ago (http://www.w3avenue.com)
Discuss  | Read MoreBury | Tweet This | Tagged: api cloud services php zend
Add To 

Tutorials »

One of the most important structural patterns is the Composite one: its goal is managing a hierarchy of objects where both leaf objects and composition of other objects conform to a common interface. This hierarchy is usually constituted by part-whole relationships (often composition in the strict sense or aggregation), and it can be viewed as a tree.

Read More
Posted by girish.r 1221 days ago (http://giorgiosironi.blogspot.com)
Discuss  | Read MoreBury | Tweet This | Tagged: oop patterns testing series
Add To 

Tutorials »

I’ve never really got the hang of PHP frameworks and have tended to use my own custom built CMS but even with this I still find myself writing the same code over and over again. In the past I’ve dabbled with CakePHP and the Zend Framework and not really got very far, so a few days ago I downloaded CodeIgniter. Although I’m extremely new to this I was pretty blown away by the simplicity of setting Read More
Posted by girish.r 1221 days ago (http://papermashup.com)
Discuss  | Read MoreBury | Tweet This | Tagged: codeigniter mvc
Add To