Skip to main content Jump to list of all articles

Category Web Development - Page 14

Coding is the backbone of all digital platforms, transforming human ideas into functional applications. As the digital realm expands, so does the need for skilled coders. Today’s developers use a plethora of languages like JavaScript, Python, and PHP, each suited for specific tasks. A profound understanding of coding remains essential for crafting responsive, dynamic, and engaging websites.

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

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

PHP and MySQL Event Lister Script

I have been searching for an Event Lister for a while now. I just wanted something simple and free. All I could find were gig organisers for bands or commercial scripts. That was up until I came across a Basic PHP Events Lister from Mevin.com.

in Web Development

Form Processing on Test

Form processing is widely used and there are plenty of scripts available out there.  This experiment was to take three scripts with spam prevention, form validation and the ability to redirect the user on successful or error user submission.

in Web Development