Tag Archives: development

WordPress Theme Developers Tip – Adding Theme Menu

Sometimes a theme just outgrows having one menu page for theme options. Instead of adding a second page a separate menu might be best. Outlined are the steps and functions needed for this. Code examples are also shown. Continue reading

Posted in tips, wordpress | Tagged , , | 2 Comments

WordPress Theme Developers Tip – Call Dynamic CSS the Right Way

While developing my Techozoic theme, I’ve progressed from adding custom CSS into the head section, to having an external file and using $_GET variables to pull options from the database, to now I believe is the right way to do … Continue reading

Posted in guides, tech, wordpress | Tagged , , | 17 Comments

Multi-Process Firefox

Mozilla is taking a hint from Google’s Chrome, by splitting tabs into multiple processes that are independent of each other. So if one tabs crashes it won’t crash the whole browser. The development of this project is in the beginning stages and could be up to a year to see a workable release but. Continue reading

Posted in Internet | Tagged , , | 1 Comment