↧
Don’t register your custom post type each time in WordPress
WordPress is really easy to hack into to get things done fast, but tricks to optimize WordPress aren’t that easy to find. I am here to help you optimize your code with easy to do tips. Prevent...
View ArticlePrevent br tags from breaking lines with CSS
Here’s a simple trick to prevent br tags from breaking lines: In your CSS, just add this: [crayon-5160eee42003c/] This trick can be useful for print stylesheets where some forced line-breaks look weird.
View ArticleDeveloping a PhoneGap Android app using NetBeans
For some time, I have been interested in PhoneGap, a technology to build native apps for all major mobile platforms (Android, iPhone, Blackberry, …). When I actually sat down and tried to start working...
View Article