Articles
Page 25 of 28
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.
Review - Visopix Ultra Mini Keyboard
I have had my hands on a Visopix Ultra Mini Keyboard to road test for 2 weeks now. The Visopix works on computers, running either Windows, Linux or Mac, Xbox 360, Playstation 3, Set Top boxes, HD players, tablets and Smartphones and comes with a built in laser for presentations. It boasts a full qwerty keyboard with a touchpad and mouse buttons.
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.
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.
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
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.
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.
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.
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.
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.
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.
Display Your WordPress Recent Posts on a Static Page
This tutorial shows you how to display your recent posts on a static web page. So now you ask the question ‘Define Static?’ There are a variety of reasons why you may have static pages. If you have built a website from scratch and need a blog or news section. You want to pull some information from the blog to your homepage.