Skip to main content Jump to list of all articles

Tag PHP - Page 2

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.

in Technology

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.

in Web Development

WOW-Multi-Twitter 2.0 Reloaded PHP Class

WOW-Multi-Twitter 2.0 is a PHP class that accesses single or multiple Twitter account feeds via the Twitter API using OAuth, the standard, secure way of interacting with your Twitter feeds. Version 2.0 replaces the following 2 scripts, Multi Twitter Script and Wow Twitter Single. Some of the original code has been reused but because it is object orientated it should definitely be easier to set up.

in Web Development

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.

in Web Development

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.

in WordPress

Flywheel – Local WordPress Development Made Easy

Developing local WordPress websites has become easier over the years but installing the software to develop locally on your own computer can be cumbersome. Deciding whether to use free software like Ampps, Mamp, Xampp, pay for commercial software or even setup vagrant and VVV. They can all be learning curves that require additional steps to debug and get your perfect server setup. Enter Local from Flywheel that aims to take the frustration out of installing a local development environment by replacing it with a fast and functional app.

in WordPress

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