Tag: Web Design
Jan 16th by Neil under Opencart, Product, Reviews, Software, Web Design
Tags: Ecommerce, Opencart, Shopping Cart, Web Design
Opencart v1.4.0 has been released and is available to download here.
First off lets review the store front. This continues to improve and has definitely done so with this new release, it is probably now the prettiest cart out of the box! For those without the skills or time to change the template it offers a good look to simply start selling…it hardly needs any setting up and is simply thebest option for any online selling noobs out there. It does however give a wealth of functionality and flexibility for the more expert user but i digress. Being …
Well Im sure Im not the only one but my listing has disappeared in Google Local Search results.
Ive got quite a few businesses listed but only one ever got displayed for some reason? The listing that appeared was for the key term “Web Design Perth” and my website www.webdesign-perth.co.uk was the one displayed (although I have two others business websites listed which dont appear?) before I added this one it was www.thepathwebdesign.com that was displayed. It had been displayed no problem for over 1 year in a prominent position.
I recently added another business to my Local Business Centre …
Sep 29th by Neil under Hints and Tips, Web Design, Wordpress
Once you start messing about with WordPress and looking to expand it to fit your websites requirements you will undoubtably want to use different headers, sidebars, footers and even comment templates.
Its actually really easy to do in WordPress and because you will be utilising files that should already exist in your template, it doesnt take long at all.
I guess most people will want to change the sidebar first, implementing new menus i.e. floating it left or right to create different page styles etc, so I will focus on sidebars but applying the principles will work for every template …
Sep 29th by Neil under Hints and Tips, Tutorials, Web Design, Wordpress
I realise this is a very simple thing to achieve in WordPress and has probably been written about a thousand times, however I thought about what a great tool it is in WordPress’s arsenal and surprisingly not used on too many sites Ive seen.
Aside from being able to use page templates to create different page designs they are very useful when using WordPress plugins such as NextGen Gallery and SimplePress Forum.
These two plugins benefit greatly from using a full width page template i.e. no sidebar. So I will not go into the full intricacies of page templates and …
Sep 10th by Neil under Opencart, Product, Reviews, Web Design
Tags: Chatter, Ecommerce, Reviews, Shopping Cart, Web Design
Opencart is an open source shopping cart written in PHP that is rapidly growing in popularity. This is in part down to its creator Daniel Kerr’s hard work in building Opencart from the ground up using a logical MVC framework.
MVC explained:
Model: The database layer. All calls to the database are done here, referenced from the controller.
View: Template display for front and backend. This is where the HTML/CSS designing is done.
Controller: Main controlling code base. This is where the functional code logic is processed.
What this all means is that Opencart’s code is streamlined and easier to …
Sep 4th by Neil under Hints and Tips, Tutorials, Wordpress
Implementing a Google Custom Search into your WordPress theme is actually pretty easy but requires a little bit of theme jiggery pokery!
OK so first things first:
Create a page called ‘search’ or ‘search results’ in the admin section of your WordPress site. Take a note of the page id, this can normally be found if you hover the mouse pointer over the ‘View Page’ link or go to ‘Edit’ in the Pages menu and hover over the search page (its the number at the end you need). I would also select the full page template for the search page …
Jul 23rd by Neil under Hints and Tips, Web Design
Just a little web design hint for your enjoyment.
If you have forms on your website you know how annoying it is that IE renders password boxes smaller than normal text boxes. Well there is a quick and easy CSS fix:
input{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
Obviously you can change the family and size to suit your site.…

