Skip to main content Jump to list of all articles

Articles - Page 18

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.

Python Resources, Tools and Articles to Get You Started

With so many Python resources on the internet, I have compiled a comprehensive, but not exhaustive, list of articles, books and tutorials for all who want to learn.  Python is a high-level programming language that ranks highly in all-time computer programming favourites from year to year. As it’s powerful yet simple to learn it’s common for beginners to start as an entry into learning a programming language. It is easily transferable to others who have experience in other languages such as JavaScript, Java and PHP.

in Web Development

WordPress Functions PHP Super Useful Snippets

Adding Code snippets to the WordPress functions.php file enables you to perform actions and use filters in a way that will improve functionality of your WordPress site which can make your theme more organised and cleaner. Here is a bunch of useful snippets to further enhance your WordPress theme.

in WordPress

Going Anti-Social for 2 Months – The Experience

Back in July after returning from my 3 week trip to Spain and England I took on the task of DIY.  I turned anti-social, in a nice way, not in the yob (ASBO) fashion.  I focused on the tasks that needed to be done around the home. Thankfully I don’t mind getting my hands dirty! Here is my anti-social experience.

in Life

Fighting Malware – Neat Security Tools for the Security Conscious

Malware and unwanted software go hand-in-hand with the Internet.  As technology has advanced so have the techniques to gain access to your computer, network and money. With Adware, crapware, DoS, pharming, malware, ransomware, trojans and much more we can’t be far off filling the A-Z of glossary of cybercrime definitions. However, if you are a little security conscious here are a few tools that may be able to help you.

in PC

WordPress HTML5 Clickable Div – Highlight Hover Post

In this tutorial, we will highlight hovering over a clickable div which contains an image and a title. With the magic of HTML5 and CSS3, you can now insert a <div> which is a block element, inside of a <a> which is an inline element. Previously this would have resulted in HTML errors. Feel free to check out the code and also the demo which is included.

in WordPress

WOW Update – New Theme and Key Tools

Hey it’s been a while since I have posted. I’m still here but if you are a past visitor you will have noticed that I recently updated my WordPress theme and WOW has had a bit of a major overhaul, bootstrap style. It took me a good few months to complete the design and make it as bug-free as possible but as I now work part-time in a school and being a widowed single mother time is very precious.

in Life

10 Striking WordPress Themes to Display Your Posts

As WordPress continues trying to get the first place in the CMS website building platform league, more and more people give their preference to it. The easy usage and diversity of applications, from a personal blog to an e-commerce website, makes it tempting to choose WordPress for your web resource.

in WordPress

WordPress Database Cleaning Plugins Round-up

Cleaning your WordPress database might not be at the top of your agenda.  Whenever you have published a post or page, trashed a comment or simply haven’t even thought about it, there is likely to be leftover useless data. Over time that data builds up clogging up your database which can affect the performance. You can of course go into your database and clear things up manually which may be exhaustive for the average user or you could make use of a cleaning plugin.  Here is my round-up of WordPress cleaners to keep your WordPress database in tip-top shape.

in WordPress