Join
9674 Members Sharing
5501 Tutorials
You Submit
We FollowAdd
Sexy Bookmarks to your blog & network with us
( http://www.ezuca.com )
-
Shared by
enlighten
8 days ago
( read more )
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
( PHP )
( http://infinity-infinity.com )
-
Shared by
Geoserv
10 days ago
( read more )
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.
( PHP )
( http://www.9lessons.info )
-
Shared by
showme
16 days ago
( read more )
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.
( PHP )
( http://abhinavsingh.com )
-
Shared by
god
16 days ago
( read more )
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.
( PHP )
( http://www.themepremium.com )
-
Shared by
god
19 days ago
( read more )
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
( PHP )
( http://www.wpbeginner.com )
-
Shared by
Ileane
39 days ago
( read more )
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.
( PHP )
( http://www.jankoatwarpspeed.com )
-
Shared by
Geoserv
54 days ago
( read more )
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
( PHP )
( http://www.cyberdesignz.com )
-
Shared by
god
58 days ago
( read more )
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.
( PHP )
( http://blog.pumka.net )
-
Shared by
pumkanet
59 days ago
( read more )
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.
( PHP )