News Feed
Sections

News Archive


Community Events






Don't see your event here?
Let us know!


feed this:

Developer Tutorials Blog:
Five Wordpress Tips for Power Users
0 comments :: posted Wednesday May 07, 2008 @ 07:57:58
voice your opinion now!

On the Developer Tutorials Blog today, there's a new post aimed at WordPress users to help them on the path to becoming "power users" with five tips.

If you're a wordpress power user, you'll inevitably have some questions about how you can improve your blog or add new features. Here are five tips that will make life easier for people wanting to maximize their use of Wordpress.

The list is:

  • Quickly Find Page/Post ID
  • Custom Front Page
  • Password Protect Wordpress
  • Protect from the 'Digg Efect' with HTML
  • Stop Hackers

Each of them with their own explanations (and links to other resources detailing how they're done).

tagged with: wordpress power user tips find custom page password digg hacker


Michael Kimsal's Blog:
Joe Stump @ MySQL
0 comments :: posted Friday April 18, 2008 @ 12:09:57
voice your opinion now!

On his blog, Michael Kimsal talks about a presentation he sat in on at this year's MySQL Conference given by Joe Stump from Digg.com:

One key thing he's repeating is using a service layer to access data asynchronously. His advice right now is to group data requests at the top of a user request, do them asynchronously, and then use the data in the rendering when it comes back.

They've published a PEAR package as an example of this asynchronous method that interfaces with Digg's API (http://services.digg.com). You can read more about the subject of his talk on the MySQL Conference website.

tagged with: joestump mysqlcon2008 digg pear package asynchronous

Developer Tutorials Blog:
Digg Clone Start your own Digg in five minutes flat with PHP
0 comments :: posted Monday April 07, 2008 @ 10:25:55
voice your opinion now!

Ever through about starting up your own custom version of a Digg-sort of site? Well, check out this new tutorial from the Developer Tutorials blog showing how to start it in "five minutes flat".

So, you want to start your own Digg or Reddit? Look no further. With PHP and MySQL, you can create your own Digg site in just five minutes. All you need is a PHP web server and MySQL database server; follow these instructions and you'll be up and running in time.

They use the Pligg software to do all of the hard work and describe its installation, configuration and use - simple and easy. You can find out more about Pligg on its website.

tagged with: digg clone pligg tutorial setup configure install

True Hacker! Blog:
Digg style clean URLs with PHP and Apache
0 comments :: posted Wednesday November 29, 2006 @ 09:57:00
voice your opinion now!

The 'true hacker!' blog has a new post today that gives you a quick four step process for creating some clean, Digg-style URLs for your site with some simple Apache configuration changes (mod_rewrite).

You might have noticed that Digg has a cool way of maintaining clean URLs. Digg actually uses LAMP - Linux/Apache/MySQL/PHP. But where are the .php extensions? The answer is here. 4 steps to implement your own Digg style clean URLs.

His method turns on Apache's rewrite engine (you do have mod_rewrite enabled, don't you?) and adds a rule to push all of the requests to two default PHP files. There's also a ForceType method that can be used to achieve the same effect. One .htaccess file later, you're in business and the PHP script only needs to access the $_SERVER['REQUEST_URI'] value to get the parameters.

tagged with: digg style clean url apache modrewrite rule forcetype digg style clean url apache modrewrite rule forcetype


example zendframework job cakephp zend conference release package book code releases mysql PHP5 application framework PEAR security developer ajax database

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework