Archive for the ‘Open Source’ Category

Removing The WordPress Toolbar

One thing that has caused me some grief since the release of WordPress 3.1 is the admin bar that appears up the top of the blog when you are logged in.

Call me a stick in the mud but I have never really used it since its introduction and on a few sites it has even gone as far as breaking the appearance of the template.

Read the rest of this entry »

leave a comment

July 9th, 2011 at 11:58 am

Posted in Wordpress

Tagged with ,

Free Wireframe & Prototype Creation With Pencil

Wireframing is an invaluable technique when starting the development of a new project, both to set functionality expectations with project stake holders and to give the build team a concrete idea of what it is exactly they have to build. There are plenty of web based and commercial packages available but I don’t really do enough wireframing to justify the cost of an ongoing subscription to a web based service and not many of the commercial packages cater to the Linux market. I have always loved Dia ( http://live.gnome.org/Dia ) for creating flow charts and work flow diagrams but never really found it suited to the creation of wireframes.

Read the rest of this entry »

leave a comment

June 23rd, 2011 at 10:55 am

Restore The Refresh Button Placement In Firefox 4

The recent release of Firefox has been the new look, features and speed are simply amazing. One issue I am having trouble adjusting to though is the refresh button location. It used to live as a nice big icon next to the back / forward buttons but in the new release it is now positioned as a small icon to the right hand side of the location bar.

Read the rest of this entry »

2 comments

March 30th, 2011 at 10:23 am

Posted in Open Source

Tagged with , ,

Installing Firefox 4 on Ubuntu 10.10

The latest release of the popular browser Firefox is now here with Firefox 4.0 boasting speed improvements, location aware browsing, improved HTML 5 support plus much more. Getting Firefox 4 for your Ubuntu desktop is pretty simple using the mozilla team PPA.

To get started open a terminal and enter:

sudo add-apt-repository ppa:mozillateam/firefox-stable

Potential Issue: depending on your network, corporate firewalls often block Port 11371, which is used to communicate with the key server causing timeouts. If this happens to you the key can be downloaded over port 80 using the command:

sudo gpg –keyserver hkp://keyserver.ubuntu.com:80 –recv-keys CE49EC21

sudo apt-get update
sudo apt-get upgrade

Close Firefox if its currently running and open again and enjoy your new look browsing experience.

leave a comment

March 24th, 2011 at 10:43 am

Posted in Open Source

Tagged with ,

WordPress 2.9.0 Is Here!

wordpress-logo

The 2.9.0 version of WordPress has been released some of the main new features include:

  • A “trash bin” feature, allow the restoration of deleted comments or posts.
  • Built in image editor, forget Photoshop! You can now scale, flip, rotate images directly in WordPress.
  • Easier embedding of video, just post the URL and WordPress will generate the embed code on its own.
  • Multiple updating of plug-ins, forget the days of having to go through and update each plug-in one by one.

Plus much more the 2.9 release of WordPress incorporates over 500 tickets for bugs and enhancements.

So what are you waiting for download it now here!

leave a comment

December 19th, 2009 at 11:58 am

Posted in Open Source

Firefox 3 Robot Easter Egg

Found this neat little easter egg in Firefox 3 today to activate simply type the line about:robots into the browsers navigation bar to recieve this screen:

 

Mozilla Firefox 3 Robot Easter Egg

leave a comment

July 8th, 2008 at 9:16 am

Posted in Open Source

Tagged with ,

XAMPP – Make your Computer a Webserver: Apache, PHP, MySQL


A painfree tutorial on installing the XAMPP bundle to ease the development and testing of your web applications.

leave a comment

June 30th, 2008 at 10:56 pm

Posted in Open Source

Tagged with , ,