Skip to main content Jump to list of all articles

Articles

Page 26 of 28

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.

Fix 3G Error after Upgrading Android on HTC Desire HD

Fix 3G Error after Upgrading Android on HTC Desire HD

Ever since upgrading my HTC Desire HD to the latest version of Android (2.3.5) I have had no 3G mobile network. This just requires a simple fix to set your mobile settings to its default. Simply follow the next few steps to fix the problem.

Web Design on Linux

Web Design on Linux

Web design on Linux is possible although Microsoft and Apple computers are no doubt the web designer’s choice when it comes to creating websites. Adobe software has become the niche and the creative professionals favourite for many years. Linux on the other hand has improved considerably over the past few years and now it is possible to create beautiful websites with the plethora of tools available. Here are a few of those tools to get your creative juices flowing.

Top 10- Websites to get your Inspiration from

Top 10- Websites to get your Inspiration from

Everybody needs a little inspiration at some point in their lives. Have you ever visited a friend’s house, admired the decor, then go home and make changes to your own home or have you longed for a living room like one in a brochure. Here are a list...

Why I Would Choose Android OS over iPhone OS

Why I Would Choose Android OS over iPhone OS

Back in January I renewed my mobile contract and got a HTC Desire HD smartphone with the android operating system. I love everything about it apart from the slightly poor battery life which is probably not helped with my Wifi being constantly on but hey I spend all my spare time on my computer so I can quickly charge it up. I do like Apple products but there is one thing that Android does better.

Another Top 10 Linux Resources

Another Top 10 Linux Resources

I must admit trying Linux again, after a unsuccessful attempt in 2007, has been a decision well made. I currently run Mint 11 on one computer and Ubuntu 11.04 on another. My 8 yr old daughter can even navigate the unity desktop in a breeze, it’s as if she has been using it for years! I am not so keen on unity myself as I like the classic desktop. Anyhow enough of my ramblings, here are some more useful Linux resources for your perusal.

Top 10- jQuery Tutorials

Top 10- jQuery Tutorials

Being a big fan of jQuery I have put together a selection of jQuery tutorials. Tutorials that range from simple tooltips to navigation menus and image galleries. Do you have any favourite tutorials or do you reach straight for the plugins?

jQuery Disable and Enable Form Elements Using a Checkbox

jQuery Disable and Enable Form Elements Using a Checkbox

Here is a simple little snippet that uses jQuery to enable or disable text input boxes in forms using a checkbox. When disabling the text boxes it prompts you to confirm it so that you don’t accidentally delete your data. This might be useful for forms elements that need to be enabled or disabled when a certain checkbox is checked like on an options page.

PHP and jQuery checkbox array with a hint of Jquery UI

PHP and jQuery checkbox array with a hint of Jquery UI

I have been learning jQuery alongside PHP to help with my event manager project. Here is a tutorial on how to get the values of a checkbox array, post it via a jQuery Ajax call and subsequently delete the values from an MYSQL database. This tutorial also makes use of the jQuery UI which we will use to display our dialogues. This script has now been included in wow playground with new and updated features.

A phone call with a scammer!

A phone call with a scammer!

No doubt you will have heard of spam, phishing, viruses and trojans by now. After all they are constantly a threat to our security and it is the main reason why we have firewalls and anti-viruses on our computers. Threats are not entirely computer based though you may be also subject to telephone calls from people pretending to be from your ISP or even from Microsoft themselves! Be aware of the scammer!

Getting to grips with PHP Radio Buttons

Getting to grips with PHP Radio Buttons

Following on from getting to grips with PHP Checkboxes I decided to write a little tutorial on radio buttons. As you know radio buttons can only have 1 state either on or off and only one can be selected at any one time. Here is a simple tutorial on how to get data from a database, select the radio button, get data from the form and update the database. If you have previously read and completed the setup procedure the process is the same so you may want to go straight to the code. This script has now been included in wow playground with new and updated features.

Getting to grips with PHP Checkboxes

Getting to grips with PHP Checkboxes

The aim of this tutorial is simply to get the data from PHP checkboxes and store it in an MYSQL database and on page load, the data is retrieved from the database and is shown which would be suitable for an options page in a PHP script. This script has now been included in wow playground with new and updated features.