Skip to main content Jump to list of all articles

Articles - Page 27

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.

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

Display WordPress Posts on another WordPress Blog

Following on from the post Display Your WordPress Recent Posts on a Static Page which was used to display your WordPress posts on a non-WP website on the same server. I have had several people contacting me on how to display WordPress posts on another WordPress blog. This tutorial will show you how to display your posts, associated post thumbnail images and a snippet of the content from one blog to another by fetching the data from your RSS feed using the SimplePie RSS parser which is included in the WordPress installation.

in WordPress

The Worst Mobile Phones Ever

While mobile phones are a great reminder of mankind’s genius and a real indication of how far we’ve come since the ancients, some models have simply been so dreadful they would’ve failed to impress cavemen. These are simply the worst mobile phones we wished we’d never bought; the ones that we’re glad we dropped on the hard concrete.

in Mobile

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

Converseen – Image Conversion Tool For Linux and Windows

Converseen is a all-in-one batch image conversion, compressing and resizing tool that is available for both Linux (Source and PPA) and Windows. Like many web designers having to process images to make them suitable for the web you may have to use a variety of different tools, I have used Shrink-O-Matic to batch resize my images, GIMP and it’s save for web plugin to compress individual images and also Trimage batch image processor. Having to use 2 or more tools to convert, compress and resize images can be very time consuming so having a tool to do all of those jobs for you will be extremely productive.

in Linux

Extend The Native WordPress Gallery

The WordPress gallery and it’s media management has improved significantly over the years and the inclusion of the WordPress gallery feature back in 2008 enabled for you to display your galleries and link to either attachments pages or the image itself. However there are some features that would enhance the WordPress Gallery even further but are not currently featured in the latest version and not sure if they have been proposed in the next release. Here are just a few of them!

in WordPress

HTML5 & CSS3 Resources to Kickstart your First HTML5 Project

HTML5 and CSS3 have been known to web designers for many years. Unfortunately, due to the lack of browser support, it hasn’t been wildly adopted. With the release of Internet Explorer in 2011 that it started gaining in popularity. Internet Explorer 9 still doesn’t have complete support for both technologies.  The arrival of the upcoming Internet Explorer 10 will support more elements including CSS transitions and transforms. It will also have full support for offline web applications and form validation. Other browsers such as Google Chrome, Mozilla Firefox and Opera have better support.  Currently, at the time of writing, there is no browser that has full support. This is due to the fact that the specification is still a working draft itself.  However, it is estimated that it will not be reaching full specification until 2014. Furthermore, don’t let this deter you from using it. You can start using HTML5 right now so kick it off with some valuable resources.

in Web Development

Integrate WP Single Post Navigation into your WordPress Theme

This tutorial shows you how to integrate the WP Single Post Navigation into your theme without using the plugin. I initially attempted to use the plugin and for some reason it didn’t work on my custom child theme based on TwentyEleven so I decided to hard code it into my theme by adding it to my functions.php. I will show you two methods, one to display the default WordPress single post navigation and one to display how to reverse the links for a book like affect.

in WordPress