
WordPress Options Passed To JavaScript #1
WordPress Tutorials | May 16th, 2012 | by Frank | 12 Comments
In WordPress you are not always in the PHP world and so you have to pass settings and data from the database to scripts sometimes. In many Plugins you can find solutions in loading the... read more...

First or Last Page in Page-Structures of WordPress
WordPress Hacks | May 8th, 2012 | by Frank | 6 Comments
Now and then little snippets are pretty useful. For a fix in a Premium-Theme, I needed a kind of evaluation, where I am in the site structure and with little effort I was able to... read more...

Load Minimum of WordPress
WordPress Hacks | April 10th, 2012 | by Frank | 11 Comments
A small contribution for all those using WordPress as a backend, framework or something similar. The applications, especially in the B2B sector, becoming more and more, as do the questions. So far, I've always liked... read more...

Beautiful Web Type Combinations
WPengineer Misc | April 3rd, 2012 | by Frank | 3 Comments
Fonts have become great favorites of the customers, with relatively little effort you can achieve a lot - at least if you understand some of the typography and use solutions that are easy to implement.... read more...

Don’t use strlen()
WPengineer Misc | March 29th, 2012 | by Thomas | 16 Comments
Each time I see someone use strlen() I cringe. It will break. Despite its name, strlen() doesn’t count characters. It counts bytes. In UTF-8 a character may be up to four bytes long. So what... read more...




