Posts Tagged ‘php’

WordPress Bids Farewell to PHP 4 and MySQL 4

10
responses
by
on
July 25th, 2010
in
WordPress, WordPress News

After five years of dedicated support, WordPress will be leaving PHP 4 and MySQL 4 behind for the far more current and secure PHP 5 and MySQL 5. WordPress 3.2, planned to launch during the first half of 2011, will be the first release to require PHP 5.2 or higher and MySQL 5.0.15 or higher. The change really comes as no surprise. Both PHP 5 and MySQL 5 are far more secure than their predecessors and they are actively developed. How long has it been since an update was made to PHP 4 and MySQL 4? The final version of PHP 4 was released during August of 2008, followed by the final version of MySQL 4 on December of 2008. Both PHP 4 and MySQL 4 have been discontinued for almost two years. The WordPress team is confident that the change in requirements will be relatively inconsequential. According to Mark […]

[Continue Reading...]

Do You Have Class?

12
responses
by
on
January 25th, 2010
in
LinkyLoo

I have hard time understanding the basis of this article but I wanted to link to it because I know many in the WeblogToolsCollection audience are coders themselves and it would be interesting to see the conversation that arises from Andrew’s post. WordPress coders have no class. At least, that’s what Andrew says in his post that discusses object oriented code being used in a non-object oriented environment. What do I mean by a non-object oriented environment? Well, firstly WordPress still does not require PHP5 for core code so there are limits to how many of the techniques it can use anyway. Secondly, WordPress has been around for a long time and has been developed by many contributors looking to achieve specific things with each patch without having a particular architecture imposed, except by committee. WordPress developers tend to start as users who learn PHP in fits-and-starts when they need […]

[Continue Reading...]

If, Then, Else

33
responses
by
on
August 9th, 2008
in
WordPress

Ever become brave enough to look inside of a WordPress php file? Specifically, a php file from a theme? If you have, you may have noticed that they are filled with If, Then, and Else statements. If you have no idea what these mean, this post is for you. Php has always been a pain for me to understand, but if you think about it in a logical manner, it begins to make sense. If, then and else statements are used as a means of making decisions, similar to the way you and I make decisions in the real world. Here is an example of how this logic works in WordPress. < ?php if (have_posts()) : ?> The if statement within that php function is asking if there are posts. If the blog has posts, WordPress begins processing what is known as “The Loop“. <? php while (have_posts()) : the_post(); […]

[Continue Reading...]

DiggProof your WordPress

1
response
by
on
January 23rd, 2007
in
Blogging News, WordPress, WordPress Hack

DiggProof your WordPress A close look at optimizing and tweaking your MySql database for WordPress and other tips and plugins to make your WordPress blog faster than it already is. Even though WordPress is fast in its own right, this article is geared for high traffic blogs and especially those that run WordPress on smaller Virtual Private Servers. While we are on the subject of optimizations, the newly released WordPress 2.1 Ella has introduced many code and query optimizations that should make WordPress much faster than it already was. For example, one of the changes introduced to handle future posts gives the database the ability to cache more queries at the MySql level and should reduce load on the database server (however minuscule).

[Continue Reading...]

WordPress Theme Zip for Lazy WordPress Theme Authors

No
responses

WordPress Theme Zip: easiest (and laziest) way to generate a zip archive from a WordPress Theme that is being worked on, so you don’t have to manually create, update and upload a new zip file every time you modify a file in it.

[Continue Reading...]

Variables in your CSS via PHP

No
responses
by
on
December 14th, 2005
in
HOW-TO, LinkyLoo

Variables in your CSS via PHP: Good writeup/tutorial on using PHP to control the way your page looks. I love the way Chris writes, but this article is even more poignant as it also talks very candidly about OOP in php (which is sorely lacking in larger percentage of all PHP code)

[Continue Reading...]

Free eBooks from Apress

5
responses
by
on
October 19th, 2005
in
LinkyLoo

Free eBooks from Apress Including “A Programmer’s Introduction to PHP 4.0”, “Writing Perl Modules for CPAN” and “COM and .NET Interoperability”. Thanks again Slickdeals

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php