Category Archives: Web Tech

How to Make WordPress Easier By Removing Widgets, Meta Boxes and Options

ThumbnailIn Craig’s latest WordPress tutorial he explains how to write a custom plugin which disables update notifications and removes unnecessary dashboard widgets, page and post meta boxes. Continue reading

Posted in clients, CMS, open source, PHP & MySQL Tutorials, PHP Tutorials & Articles, plugin, Software Tutorials, UX, Web Tech, WordPress plugins, WordPress Tutorials & Articles, Work Smarter | Tagged , , , , , , , , , | Comments Off on How to Make WordPress Easier By Removing Widgets, Meta Boxes and Options

Mozilla Release Firefox 5

328-firefox-4Firefox 5 has arrived three months after version 4 was released. Craig looks at the new features and discusses Mozilla’s rapid update schedule. Continue reading

Posted in firefox, Firefox 5, mozilla, News & Trends, open source, Web Tech | Tagged , , , , , , , , , | Comments Off on Mozilla Release Firefox 5

BuildMobile: How To Code an Android Widget

Thumbnail One often vaunted feature of Android are the Home screen widgets. The official definition of a widget, taken from the Android documentation is: App Widgets are miniature application views that can be embedded in other applications (such as the Home screen) and receive periodic updates. In practice, widgets are generally only used on the Home screen. Widgets can also be interacted with, reacting to touch events, although there are some limits on what can be done Continue reading

Posted in android, Android Tutorials, Tutorials, Web Tech | Tagged , , , , , , , , , | Comments Off on BuildMobile: How To Code an Android Widget

DesignFestival: Behind the Brazil 2014 World Cup Logo

Thumbnail Just when you thought you’d had enough football (or maybe not enough, in some cases) FIFA, the international football organization revealed the logo design for the next world cup which will take place in Brazil in 2014. The new design entitled “Inspiration”, was the winning submission, chosen from 25 entries. The judging panel included famous Brazilians, model Gisele Bundchen and author Paulo Coelho. The logo was designed by Sao Paolo-based agency Africa . Continue reading

Posted in design, inspiration, logo design, Web Tech | Tagged , , , , , , , , , | Comments Off on DesignFestival: Behind the Brazil 2014 World Cup Logo

How to Write Your Own Easy-Administration WordPress Plugin

286-easier-wordpress-1-thumbCraig provides a simple tutorial which explains how to write a plugin which makes the WordPress administration panels easier for your clients with custom branding and support messages. Continue reading

Posted in clients, CMS, open source, PHP & MySQL Tutorials, PHP Tutorials & Articles, plugin, Web Tech, WordPress plugins, WordPress Tutorials & Articles | Tagged , , , , , , , , , | Comments Off on How to Write Your Own Easy-Administration WordPress Plugin

BuildMobile: WP7 Push Notifications Part 2

So far we’ve looked at the importance of notifications on the Windows Phone platform along with the different types of notifications that are available to your application. In this post we’re going to go through setting up your application to receive notifications and how to actually send notifications. The first step in configuring your application to receive notifications is to register with the Microsoft hosted Push Notification Service. This is done by creating an instance of the HttpNotificationChannel class and calling the Open method Continue reading

Posted in Tutorials, Web Tech, Windows, Windows Tutorials | Tagged , , , , , , , , , | Comments Off on BuildMobile: WP7 Push Notifications Part 2

Seven Things You Should Know About WordPress 3.2

wp32The general release of WordPress 3.2 is right around the corner. Mick Olinik tells you the key points you need to know. Continue reading

Posted in Web Tech, wordpress 3.2, WordPress Tutorials & Articles | Tagged , , , , , , , , , | Comments Off on Seven Things You Should Know About WordPress 3.2

The HTML Email Boilerplate

539-html-email-boilerplateCraig takes a closer look at The HTML Email Boilerplate, a new project which could help relieve the symptoms caused by HTML email creation. Continue reading

Posted in boilerplate, CSS Tutorials & Articles, css3, email, html, HTML & CSS, HTML5 Tutorials & Articles, Layout, Site Marketing, template, Web Tech | Tagged , , , , , , , , , | Comments Off on The HTML Email Boilerplate

RubySource: Code Safari: Forks, pipes, and the Parallel gem

Thumbnail A few weeks ago, I wrote an article about splitting out work to be done into threads to improve performance of a URL checker. A commenter noted that the parallel gem could be used to achieve the same result, which got me all curious. I investigated the gem and found that not only can it parallelize into threads, it also supports splitting out work into multiple processes . I wonder how that works Continue reading

Posted in Ruby on Rails Tutorials & Articles, Ruby Tutorials, Web Tech | Tagged , , , , , , , , , | Comments Off on RubySource: Code Safari: Forks, pipes, and the Parallel gem

What’s New in Google Chrome 12

518-chrome-11Craig looks at the new features in Google Chrome 12. The usual improvements are there plus a great built-in JavaScript de-obfuscation option. Continue reading

Posted in chrome, debugging, Google Tutorials & Articles, javascript, Web Tech | Tagged , , , , , , , , , | Comments Off on What’s New in Google Chrome 12