Download free | softwrae | game | code | plugin | theams

Avoiding xss attacks in a PHP site

Monday, April 23rd, 2012 | Core Classes

have PHP configured so that magic quotes are on and register globals are off. I do my best to always call htmlentities() for anything I am outputing that is derived from user input. Escaping input is not the best you can do for successful XSS prevention. Also output must be escaped. If you use Smarty [...]

Display 12 minutes ago etc in a PHP webpages

Monday, April 23rd, 2012 | Core Classes

Here is the php code for the same: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 function time_since($since) { $chunks = array( array(60 * 60 * 24 * 365 , ‘year’), array(60 * 60 * 24 * 30 , ‘month’), array(60 [...]

How to make pretty urls work in php hosted in IIS

Monday, April 23rd, 2012 | Core Classes

This is how I did it with WordPress on IIS 6.0 http://www.coderjournal.com/2008/02/url-rewriter-reverse-proxy-iis-wordpress/ However it all depends on what version of IIS you are using. If you are lucky enough to use IIS 7.0 you don’t really have to worry about pretty urls because everything is supported out of the box. However if you are using [...]

php upload zip file and unzip code

Monday, March 19th, 2012 | Web Development

From this code you can upload zip file easily in PHP and unzip on server side using zip library . Step 1 : Create a Html file with a form for uploading a file and set action for upload.php file. <form action=”upload.php” method=”post” enctype=”multipart/form-data”> <input type=’text’ name=’conntent_name’ /> <input type=”file” name=’content’ /> <input type=”submit” name=’submit’ [...]

Google Play — Store for Android

Monday, March 19th, 2012 | Android

Now Google Play provides many paid and free Android apps for android usrers. Google Play gives you one place to find, enjoy, & share Apps, Music, Movies & Books – instantly anywhere across the web & android devices. Google Play is your entertainment hub.

Free e commerce Magento Templates

Friday, March 16th, 2012 | Web Development, web design

Download free and latest e commerce Magento Templates from downloadallfree.in. Magento – A successful open source E commerce. We are happy to launch a website to provide free themes of MAGENTO eCommerce here. you could browse site and find out free Magento themes inside, and feel free to send us your review and suggestion by [...]

Samsung to tackle Android-powered cameras next?

Thursday, March 15th, 2012 | Android

What do you if you’re Samsung and you’ve pretty much conquered the Android smartphone landscape? Well, according to a recent Engadget report, the company is now evaluating the Android-based digital camera market. The tech blog recently spent some time touring Samsung Korea’s headquarters where it learned that the manufacturer’s R&D department is considering an “open” [...]

Free Best Android Apps

Thursday, March 15th, 2012 | Android

Images are the most important part of our life , and if you love photo editing , you’ll like all fowlloing android apps. If you’re new to Android, a casual photography enthusiast, an avid photo-sharer or just very fond of trying out new apps but don’t get the time to browse through

wordpress page list

Thursday, December 8th, 2011 | Core Classes, Web Development

One of the most common things to do with your wp_list_pages, is to use css to create a horizontal navigation. A problem can sometimes occur when you decide later to add another page s a child to an original page. WordPress by default will begin a child ul within the parent li and most of the time, this will break your [...]

Best SEO Resources

Friday, September 23rd, 2011 | SEO

Free website analysers: www.sitereportcard.com  Link popularity checkers: www.freewebsubmission.com/link-popularity.html  Page Rank Analysis: www.iwebtool.com/pagerank_checker www.top25web.com/pagerank.php  Search engine rankings: www.makemetop.co.uk/free_offer.htm www.googlerankings.com  Keyword analysis: www.gorank.com/analyze.php www.widexl.com/remote/search-engines/metatag-analyzer.html  Keyword generators: www.freewebsubmission.com/meta-tags.html www.goodkeywords.com  Page download speeds: www.websiteoptimization.com/services/analyze/  This lists all the different types of search you can do on Google: www.google.com/help/features.html  Duplicate Content: www.copyscape.com  Other Useful Resources Check Server Responses: www.seoconsultants.com/tools/headers.asp  Free [...]