Join
9738 Members Sharing
5515 Tutorials
You Submit
We FollowAdd
Sexy Bookmarks to your blog & network with us
Today's Featured Submission - Staff Pick
( http://www.impressivewebs.com )
-
Shared by
showme
made popular 1 21 ago
( read more )
In this tutorial, I’m going to describe some JavaScript that I wrote that will dynamically embed a custom ad block between paragraphs in a chosen set of WordPress posts.
( AJAX )
Staff Pick brought to you by:
( http://www.thewebdesignblog.co.uk )
-
Shared by
ThePAL
made popular 27 days ago
( read more )
For the anniversary of PHP, I decided a “5 Useful Tips” list was in order, to help you use PHP to its full potential (and to avoid some of the problems inherent in the language!).
( PHP )
( http://blogfreakz.com )
-
Shared by
mupet
made popular 35 days ago
( read more )
Facebook CakePHP plugin created by nick on webtechnick. The purpose of this plugin is provide a seamless way to connect your cakePHP app to Facebook. The goal for this plugin is to not only provide extremely useful dynamic features but to also provide a complete interface to the Facebook API. This
( PHP )
( http://css-tricks.com )
-
Shared by
Geoserv
made popular 62 days ago
( read more )
In this tutorial we are going to build a little chat program that is really easy to get up and running on any server running PHP. No database is required – as the chat will store itself in a simple text file.
( PHP )
( http://nickbrowndesign.com )
-
Shared by
enlighten
made popular 66 days ago
( read more )
There are no lack of PHP uploader classes out there, so let's not pretend this is groundbreaking. The problem is a lot of those classes are extremely bloated and difficult to either learn the basics from or adapt to your program's specific needs.
( PHP )
( http://blog.pumka.net )
-
Shared by
pumkanet
made popular 78 days ago
( read more )
Almost every web developer recognizes advantages of SEO-friendly URLs. Apache and PHP allow multiple ways to implement them. What are pros and cons of each way and which one is the best?
( PHP )
( http://blog.pumka.net )
-
Shared by
pumkanet
made popular 80 days ago
( read more )
Perl-compatible regular expression functions in PHP can properly work with Unicode strings. Just add /u modifier to turn on UTF-8 support in preg_replace, preg_match, preg_match_all, preg_split and other PCRE (preg) functions. This way you can parse strings with national characters.
( PHP )
( http://blog.pumka.net )
-
Shared by
pumkanet
made popular 78 days ago
( read more )
Just a little tip to programmers. Even if your language has no built-in function result variable, you can easily create it. Why not to give the same name to a variable storing function return value?
( PHP )
( http://blog.pumka.net )
-
Shared by
pumkanet
made popular 82 days ago
( read more )
Development of modern web sites always involves implementation of rewriting for SEO-friendly URLs. Keep in mind that you also need to solve relative link problem. Usage of base tag is the most recommended solution.
( PHP )
( http://fourblogger.com )
-
Shared by
sakthikumaranbe
made popular 82 days ago
( read more )
Are you a blogger, you are running your blog in wordpress platform?.
This post is very useful for you. In wordpress blog without plugins, it is very tough to run your wordpress blog. Why? Because for adding more features to your blog, you have to install plugins in your wordpress blog.
( PHP )
( http://designbeep.com )
-
Shared by
cini
made popular 112 days ago
( read more )
When it comes to the Wordpress theme designing,some designers have no limit to imagine.Day by day the designing structure changes in wordpress themes and it is
( PHP )