Posts Tagged ‘php’

Woo Themes | Premium Wordpress Themes

Thursday, September 11th, 2008

Woo Themes has some pretty outstanding premium themes. User feedback seems to be fairly positive. If anyone has tried their themes I would like to hear about your experiences.

The themes are about $70 for a single license and $150 for multiple site license.
They also have something called a Themes Club which allows you access to all their current and future themes – but of course this comes at a higher cost…

Below is a sample of some of their themes.

Papercut

The Human Race MX


Salmon Crazy


Go Media Zone

Create dynamic WordPress sidebars using conditional tags

Tuesday, September 9th, 2008

WordPress is a wonderful blogging platform that is very flexible. In this tutorial , I’ll be showing you how to create a dynamic sidebar, which changes according to the current page.

Continue here:
Create dynamic WordPress sidebars using conditional tags

WordPress 2.6.2

Monday, September 8th, 2008

Stefan Esser recently warned developers of the dangers of SQL Column Truncation and the weakness of mt_rand() .  With his help we worked around these problems and are now releasing WordPress 2.6.2.  If you allow open registration on your blog, you should definitely upgrade.  With open registration enabled, it is possible in WordPress versions 2.6.1 and earlier to craft a username such that it will allow resetting another user’s password to a randomly generated password.  The randomly generated password is not disclosed to the attacker, so this problem by itself is annoying but not a security exploit.  However, this attack coupled with a weakness in the random number seeding in mt_rand() could be used to predict the randomly generated password.  Stefan Esser will release details of the complete attack shortly.  The attack is difficult to accomplish,  but its mere possibility means we recommend upgrading to 2.6.2. Other PHP apps are susceptible to this class of attack.  To protect all of your apps, grab the latest version of Suhosin .  If you’ve already updated Suhosin, your existing WordPress install is already protected from the full exploit.  You should still upgrade to 2.6.2 if you allow open user registration so as to prevent the possibility of passwords being randomized. 2.6.2 also contains a handful of bug fixes .  Check out the full changeset and list of changed files

Read more:
WordPress 2.6.2

Comment on How to Create a Wordpress Theme from Scratch by insic

Friday, September 5th, 2008

WOW cool tutorial .

More:
Comment on How to Create a Wordpress Theme from Scratch by insic

Comment on How to Create a Wordpress Theme from Scratch by Shane

Friday, September 5th, 2008

As @Dan said, probably the quickest get yourself up and running theme tutorial I’ve ever seen. Perhaps many people survive by hacking available themes until they’re happy with the output, but it’s great to know how to start from scratch …

Continue here: Comment on How to Create a Wordpress Theme from Scratch by Shane

Comment on How to Create a Wordpress Theme from Scratch by Dan

Friday, September 5th, 2008

That was the fastest tutorial I have ever seen for wordpress .

Continue here:
Comment on How to Create a Wordpress Theme from Scratch by Dan

Wordpress parse error: syntax error on PHP 5.2.x

Wednesday, September 3rd, 2008

Here is a short Wordpress troubleshooting tutorial for theme tweaking. A theme I’m working on runs fine and was tested on PHP 4.3.x locally in my machine, I tried testing on PHP 5.2.x and I immediately encountered syntax error on …

Read the rest here:
Wordpress parse error: syntax error on PHP 5.2.x

Display Flickr Images in Wordpress

Monday, September 1st, 2008

Now lets say you got your own Flickr group and want to show it of on your website but you don’t know how! Well stop what you are doing right now and read this tutorial because this is the answer you where looking for!

Read more:
Display Flickr Images in Wordpress

Displaying Code In WordPress Posts

Sunday, August 31st, 2008

Sites that frequently publish code examples, such as tutorial sites, need an easy way to display code on their pages. Fortunately for WordPress users, there are several great ways to display codes in your posts

Continue here: Displaying Code In WordPress Posts