Skip to main content Jump to list of all articles

Articles - Page 31

Welcome to the worldoweb's Articles Hub – a curated space where the realms of coding, web design, and business converge. Dive into the latest industry news, explore insightful perspectives on contemporary business trends, and immerse yourself in a rich tapestry of code tutorials and design insights.

Mouse Buttons Not Working With Eclipse or Aptana!

I recently updated to latest version of Linux Mint 8 and after installing Aptana, my favourite IDE, I noticed that my mouse buttons would not work when trying to click buttons. I tried re-installing the software and trying eclipse but it still didn’t work. I found a shell script on Google to solve a gtk bug, unfortunately the link is now dead but luckily I added the code below. I have eclipse installed in my home folder under .eclipse. Here is a little tutorial on how you write that script.

in Linux

New To WordPress, Now What? Newbies Guide

So you are a newbie that has just installed WordPress? Not sure what to do next or which order to do it in? Whether you want to change your permalink structure, tweak your SEO or want to publish your posts on various social networks then here is a little guide to help get you started with you new blog.

in WordPress

Backup Your Firefox Profile Manually

The browser is one of the most used pieces of software used today and believe me there is nothing worse than losing all of your data if your computer suddenly crashes or your data becomes corrupted. There are tools that will backup your Firefox profiles for you but this can be time consuming. I use a method will backup the entire folder with everything in it from passwords, extensions to favourites and its so simple anyone can do it. I will show you how to do this in Windows XP, Vista, Windows 7 and also Linux Mint.

in Linux

WorldOWeb WordPress Theme

WorldOWeb WordPress theme was the original theme that I decided to release into the world. It is a lightweight theme that is suitable for all audiences. It has been tested with WordPress 2.7 upwards. The latest version is 2.2.9 which was released on 3rd October 09. This theme has been deprecated.

in WordPress

Display Your Twitter Posts On Your Web Site!

There are lots of resources out there for displaying your latest twitter posts in your website. Some of them require plugins or some may require javascript to work. After trying a few scripts I came across a little PHP script from The Lylo Files that displays up to 20 of your posts on your web site. After using it for a little while I decided to make it more functional.

This script has been depreciated in favor of the the new Twitter API. Check out Display your Cached Tweets Using PHP and OAuth Also checkout WOW-Multi-Twitter 2.0

in Web Development

Tools For A Web Trade! Part 2

In this second part of tools for a web trade we feature CSS optimisers, cleaners and frameworks. Font testers, burners and converters. Browser testing suites and online tools.

in Web Development

Install Lampp in Linux Mint

This is an in-depth guide to installing LAMPP on Linux Mint. LAMPP, the linux version of XAMPP, is a popular open source, cross platform web server software that includes Apache, MYSQL, PHP and Perl. This software can be installed locally on your PC to aid with the development of websites that use the server side scripting language PHP, like WordPress themes for example. This tutorial will help install the software, create and setup shortcut within the menu editor and transferring files with proFTP. This tutorial should also work in Ubuntu too, so lets get started.

in Linux

Tools For A Web Trade! Part 1

This is the first part in a series of posts that shows some very useful tools and resources for the web. In this part we feature colour tools, cheat sheets and bookmarklets.

in Web Development

Open Source Gems

Everybody has heard of open source and may have used popular software such as Firefox, Thunderbird, Libre office, Eclipse, Filezilla, GIMP and Audacity. Here are some gems that you may or may not heard of that do a good job for free.

in Software

WordPress Twitip ID Light Reloaded

Now that I am a twitterer I have decided to integrate Twitter into my WordPress theme. I decided to install WP-Twitip-ID which adds a form field to your comments template, stores the twitter id that is entered and then displays the corresponding twitter ID within the comments.

in WordPress