Join 9674 Members Sharing 5501 Tutorials
You Submit We Follow
Add Sexy Bookmarks to your blog & network with us


 
Gravatar Shared by 8 days ago ( )
 
How to improve PHP session security ( )



Gravatar Shared by 8 days ago ( )
 
If Apache detects the .htaccess file, it will then try to execute the .htaccess file where custom commands for configuring a lot of functionalities and features in delivering your site to the public are. The file .htaccess is just so powerful that's why in this article, we will try to utilize its c ( )



Gravatar Shared by 10 days ago ( )
 
I have been looking through the available functions and was interested to find some really cool functions that I should have known about. Here, I share my findings. ( )



Gravatar Shared by 13 days ago ( )
 
In this tutorial, I'm going to show you how to get started with this document-riented database and how you can use it with PHP. ( )



Gravatar Shared by 16 days ago ( )
 
In this post I want to explain how to store twitter oauth_token and secret values in to database and how to update status with your own web application. ( )



Gravatar Shared by 16 days ago ( )
 
In this blog post, I will demonstrate how can we avoid such overlaps by using simple locking techniques. I will also discuss a few edge cases we need to consider while using locks to avoid overlap. ( )



Gravatar Shared by 19 days ago ( )
 
Social Media Companies have developed a mobile version for the main website, which when where detected a phone browser gets redirected to mobile version website. The detection of a smart phone and then redirection is done usually at hosting server and for Apache Web Server, using the .htaccess file ( )



Gravatar Shared by 39 days ago ( )
 
Related posts can be easily displayed with plugins, but did you ever wonder how you could display related posts with a Thumbnail without using a Plugin? In this article, we will share two different algorithm which you can use to generate related posts with thumbnails and avoid using any plugin. ( )



Gravatar Shared by 54 days ago ( )
 
I've seen so many Wordpress blogs that have nicely styled number of RSS subscribers and Twitter followers, but almost none ASP.NET-based blog engines. I am still using a default RSS subscriber counter provided by Feedburner which is, let's face it, ugly and boring, but that will change soon. Here i ( )



Gravatar Shared by 55 days ago ( )
 
6+ best tips to make your website hacker proof! ( )



Gravatar Shared by 58 days ago ( )
 
However, htaccess is quite sensitive configuration file and it may pose some problem including compromising over security of your website. Following are some of the point need to be considered while going with htaccess. ( )



Gravatar Shared by 59 days ago ( )
 
PHP scripts with hundreds of calls to PRCE functions like preg_replace, preg_match and preg_match_all fail on GoDaddy shared hosting. Switching to multibyte regular expression functions solves this problem. ( )