I had been working with this for a while and i have created a snippet for myself. Here it is. You can copy the complete page and you can work it out for further usage. This applies to anybody who...
I have created a table in which i have categories and products all in one table. i have id and pid column. Id is the main uniq id and pid is for the parent id. so for any first category the pid is 0...
Hi,
You guys would have seen the image cropping tool which has a selection option (marque tool) created in javascript.
http://marqueetool.net/examples/
Like this i want to get all elements under...
Hi,
i have a tech question.
i want to set the memory_limit to 20mb in either .htaccess or local php.ini or in my script.
will the server reserves 20mb every time any of my page loads or
is it...
Hi,
I(we) have a problem with a newly deployed. it has url rewriting which redirects sitename.com/gallery perfectly in all other domains except the current one.
I use both sync and async modes.
Before starting any ajax request i display a processing(rotating) gif icon to show that the request is in progress.
when i get the response i will hide the...
i have a div with fixed height.
i use dwscroll.
it has many include files.
when i use jquery animatins this dwscroll is not working but without the animations it works.
so i need a simple jquery...
Hi,
I have been using asynchronous requests for a long time. so the response was processed in a callback function. I thought of not using async so i made synchronous requests. The reason is that i...
Hi,
I have a newsletter module. i create a database for that with the content field in the database is set to TEXT. I a project i was that the person has used BLOB... i have read the mysql manual...
it is not that i have just one validating rule ... but i have more than 1 and it is not that i am using this code just for this purpose... i am using it in various places... just want to know its...