Posts in category: Web Development
How to Enter a Career in Technology
Technology is transforming every industry across the world and changing the lives of billions of people every day. It has evolved rapidly since it’s invention and continues to grow and change every year. It is therefore unsurprising if you want to secure a career in the forward-thinking field. Find out how to enter a career in technology if you think this is the right path for you.
Top Atom Packages You Should Install From The Start
Atom, like Brackets, is a 21st century, full-featured, cross-platform, open-source hackable text editor from Github. Currently, at the time of writing, there are over 7000 Atom packages available to extend its functionality further. Sifting through all of those packages is both time-consuming and cumbersome.
WOW RSSX PHP Class - Display Multiple Feeds using SimpleXML
WOW RSSX is another PHP script that fetches either a single or multiple RSS Feeds and combines them to display on your website along with categories and dates. With added options, you can tailor the output to suit your needs. The difference between the recently published WOW RSS and WOW RSSX is that this script uses SimpleXML and WOW RSS uses cURL to fetch the feeds and JSON to convert the feeds from a SimpleXML object to a PHP array.
WOW RSS PHP Class - Combine and Display Multiple RSS Feeds
WOW RSS is a little PHP script that fetches either a single or multiple RSS Feeds and combines them to display on your website along with categories and dates. With added options, you can tailor the output to suit your needs. If you prefer to use the...
Top 20 WordPress Development Plugins
Everybody needs tools to help with a job. You can’t put up a shelf without the aid of a screwdriver, using ‘no more nails’ doesn’t count! The same can be said of WordPress development. If you are developing a WordPress theme or plugin there are some excellent plugins available to help you do the job better. Furthermore, here is a roundup of more than 20 development tools that can speed up the process for you.
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.
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.
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.
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.
CSV to Geochart - Google Visualization Chart WordPress Tutorial
In this tutorial we will parse a CSV file, containing random countries, with their own colour and tooltips displaying both the country and it’s continent. The CSV file will be converted to JSON dynamically and added to a Google Visualization Geochart in your WordPress Blog.
Import/Export Brackets Themes and Extensions
If you have, or want, brackets installed on multiple operating systems (OS) then it could be rather cumbersome having to manually install all your favourite extensions. Enter Brackets-ExtensionsBulkInstall a handy brackets extension which enables the bulk installation of extensions and themes on other platforms. In the following tutorial I will be exporting from a Mac to a Linux machine.
Top 20 Brackets Extensions You Should Use
As a big fan of open source software I was quite excited when Brackets, a code editor, founded by Adobe, was initially released in November 2014. Released for Mac, Windows and Linux and is guided by a community of fans, that are willing to improve...