Archive for July, 2010

Oscommerce reference guide

Following is the link to Oscommerce basic. Reference PDF

selecting value from a 3tables

assume 6th class  is a category assigned to a user 1 which is having three sub-categories maths,physics,chemistry. 7th class is also a category assigned to a user 2 which is having three sub-categories english,biology,science but when  i need  to display userids  with their  category names………but iam getting output+sub-categories of another category……. ex:   1   6th class  [...]

5 Steps to secure your PHP powered website

Unfortunately there will always be some one out there on the world wide web who will attempt to break any thing they can find on the Internet so you owe it to your visitors/ members to ensure nothing malicious is being hidden on your site and there info isn’t being stolen. In this article i [...]

Joomla component development

Here is Joomla  custom component development pdf

PHP file coding

I had uploaded a file, stored in a folder and now i need to display the file path where my file has been uploaded and when i click that the file should open . Please help me the coding part in php

Pagination in PHP

This tutorial is intended for developers who wish to give their users the ability to step through a large number of database rows in manageable chunks instead of the whole lot in one go. Prerequisites It is assumed that you already have basic knowledge of PHP and MySQL. The techniques described in this document are [...]

PHP RSS Reader

How to display an RSS feed with a single PHP function? The URL of the file may be – local, in the form: rss.xml, or – distant in the form: http://www.xul.fr/rss.xml. There is only one difference, if the filename has the “.php” extension when it is generated by a CMS or such software, locally the [...]

Useful Ajax Auto Suggest scripts collection

This post is a collection of some interesting and useful Ajax Auto Suggest scripts ready to use (from beginner or professional web developers) in your web projects. This collection includes standard auto suggest scripts, del.icious tag suggestion, autosuggest control to search images on Flickr, and advanced table filter with auto suggest control.

check username availability in ajax and php using jquery’s fading effect

In this post,I’ll show you how to make a fancy username availability checking in ajax and php using jquery.When, you check the the username avaiability a fancy message box will show you the message with a little bit of animation. If you are looking for such kind of effect for checking username availability, then this [...]

Create a simple Joomla 1.5 template

This tutorial will show you how to create a simple Joomla 1.5 template. How to create a basic Joomla 1.5 template? First, open the “templates” directory in your Joomla installation. Then create a subfolder in it named “tutorial_template”. All the files of your template will reside in it. Inside your new directory, create a file [...]