Skip to main content Jump to list of all articles

Category Web Development - Page 12

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.

Nu-gems – My First Website

I first delved into the world of web design when I was around 20. I downloaded and printed the entire HTML 4 specs which were the equivalent of both printing and reading the bible! The printer never worked the same again after that! Fast forward a few years with the addition of children I decided to give it another bash. At first, I designed static websites locally on my computer ranging from a comedy store, as I like a laugh, to a designer sunglasses website, which was heavily influenced by selling cheap sunglasses on eBay. I designed these websites with a demo version of Dreamweaver as I quite liked the idea of WYSIWYG. These ideas were never completed nor made public thankfully although thanks to Microsoft my Dreamweaver demo never expired as I was forever restoring XP with the common Blue Screen Of Death error.

in Web Development

Multiple Users – Access Twitter 1.1 API with Oauth Script

Checkout WOW-Multi-Twitter 2.0 Primarily the focus of this tutorial is to display your cached tweets for 2 users using PHP and OAuth on your website. We will be accessing the secure Twitter 1.1 API with PHP by parsing both JSON files and merging them into a single file to cache and store on your server. This is a follow-up from Display Your Cached Tweets Using PHP and OAuth which is recommended for a single Twitter user.

in Web Development

Web Development Outsourcing

Web development defines an activity to the development of website for internet or an intranet. Web development is a very big term and it includes different departments like web designing, web development, web programming, client /server side scripting and web server configuration.
Website development can range from developing the static website to complex base websites like dynamic websites, online websites, search engine websites and social network websites. Web development refers to non-design aspect of building web sites: writing markup and coding.

in Web Development

Display Your Cached Tweets Using PHP and OAuth

Primarily the focus of this tutorial is to display your cached tweets using PHP and OAuth on your website. We will be accessing the secure Twitter 1.1 API with PHP by parsing and caching the JSON file to store on your server. It may seem like a lot of code just to display your latest tweets on your website but the benefits are that you can style it to your own taste with a little CSS and caching the JSON file will not add extra load on the Twitter API. Check out WOW-Multi-Twitter 2.0 For WordPress users you should use WordPress – Display your Cached Tweets using PHP and OAuth or my new plugin.

in Web Development

Display WordPress Posts as a News Ticker

The following tutorial will display your latest WordPress posts in a news ticker format. The code is basically the same as my popular post Display Your Latest Posts on a Static Page except that the output is in an unordered list for the jQuery news ticker to work. This tutorial is meant for non WordPress websites to access their WordPress powered blog. To add a news ticker to your WordPress powered blog to display your latest posts try this tutorial. To add a news ticker to your WordPress blog with external RSS feeds try this tutorial.

in Web Development

WordPress – Display your Cached Tweets using PHP and OAuth

Primarily the focus of this tutorial is to display your cached tweets using PHP and OAuth on your WordPress website. We will be accessing the secure Twitter 1.1 API with PHP by parsing and caching the JSON file using the WordPress API. It may seem a lot of code just to display your latest tweets on your website but the benefits are that you can style it to the taste of your theme with a little CSS and caching the JSON file will not add extra load on the Twitter API.

New Update. I have packaged all of the features and more into a WP plugin. Please remember to remove any of the code used from this post before installing the plugin. Check out WOW-Twitter.

in Web Development

Create a Twitter App For The New API

As you may, or may not know, Twitter are going to depreciate version 1 of their API next March. What does this mean to you? If you currently parse the Json file to display your tweets you will no longer be able to have access unless you use the authentication features. Why authentication? Various reasons I assume to limit users from making unnecessary calls to the API, Security reasons. How do I go about it? Well now you will have to create a Twitter App then use a form of authentication to make the API call.

in Web Development

Steps to Consider Before Becoming a Web Designer

So you have got your web hosting and want to pursue a career in web design or maybe you want to design your own website for your own personal project. Unfortunately a web designer’s job isn’t finished once the site goes live there are other steps that need to be taken too, unless you have a massive budget and you pay for these services. Here is a guide of the steps to consider before becoming a web designer.

in Web Development

New to Web Design? Use WordPress or Create your Own

If you are new to web design you will be glad to know that it can be a very gratifying and worthwhile learning experience. With a little effort and commitment, you can grasp the basics and go on to create your own inspiration. But before you start there are several questions that you may need to ask yourself. Here is a little guide to help you decide which way forward in the web design world you want to go. This is a follow-up post from Newbies Guide to Web Hosting

in Web Development

New to Web Design? Newbies guide to Web Hosting

So you want to start a career in web design but don’t know what to do. Over the coming weeks I will give you some excellent valuable tips, tutorials and resources to get you started from the very beginning. I will first start with a newbies guide to web hosting and the various types of hosting on offer.

in Web Development