All articles posted under Programming

Make a webpage printable

Thursday, February 18th, 2010

This week I have been working on an interesting tool that enables the users to print the output. Introducing the print style sheet. Most people assume that printing web pages is a simple task , but when they come to print the page they might find table cells printing across pages or print margins skewing the design of the sites layout. This is where the print style sheet comes in. (more…)

Creating Sitemaps

Thursday, January 28th, 2010

When developing huge sites or sites that have frequently updated pages , such as new product pages in a shop. It is important that you make it as easy as you possibly can for the Google spiders to crawl and index your page.

Creating a site map should be your first job when finishing development or creating new pages.

There are generally two approaches to creating xml site maps, one option is to create you own from scratch and the other is to use an xml site map generator then edit the output before submitting. The latter is usually favored unless you are making a small change to the structure of your site. (more…)

A profile of the developers at redsauce

Wednesday, January 27th, 2010

Here is a glimpse into the department that is – “the development team” here at redsauce. ‘Small but mighty’ is the phrase I would use to describe us. Consisting of just two members: Tim and Chris, we have managed to create and sculpt the structure of some of the biggest sites in the industries we are involved in.

(more…)

Understanding DNS

Wednesday, January 13th, 2010

DNS can strike fear into even hardened web veterans (take our boss as an example), but it’s really nothing particularly complicated. I’m going to provide a quick guide, which hopefully by the end, you should feel a lot more comfortable using DNS.

(more…)

Considered Site Design

Thursday, December 31st, 2009

designTaking a good look at how your site is designed could be the start of a journey to profitability. Human computer interaction is often the last thing that developers think of when making a site and often business managers and owners are unaware that design tweaks can have a dramatic effect on customers decisions to buy products. The role of HCI is to enhance and bridge the level of interaction between humans and computers , in this case your website.

HCI is a massive subject area that has been researched in great detail. I suggest if you havent before to get some books on the subject. Here are a few simple things to condsider. (more…)

Tools of the trade

Thursday, November 26th, 2009

redsauceLike any skilled tradesman a busy office can’t do without their tools. This week we have been looking into finding or building some tools to support everyone at red sauce. We already have a great tool called task freak which enables us to keep track of tasks and enables us to project manage. Exploring the net we have found some great tools, that help us schedule our time and share our calendars with each other, not only is this very clever but will undoubtedly boost our efficiency in the future. (more…)

How Widgets Can Help Your Website

Wednesday, November 18th, 2009

Building widgets and tools are among the most interesting things the programmers at redsauce get to work on. From mapping tools to quizzes and questionnaires, there is almost nothing we can’t develop. But why would you want us to build a tool or widget for you? And how would it help your website?

First of all, our tools are incredibly easy to install. Usually, with just a few lines of code, your website can be sporting a fully customised and funky little widget that can blend in with the rest of your site. Want to display the latest news from another site or your blog? How about a scrolling window displaying testimonials from your most loyal clients? All this is possible – the sky is the limit.

(more…)

Ways to speed up your website

Thursday, November 5th, 2009

speedy_gonzales

User’s thirst for finding information on the internet is at a all time high and as this trend increases studies have shown that internet users patient levels have been decreasing.

As websites become more media rich it is important that you optimise your site correctly to ensure that users don’t become frustrated with slow load times. Slow load times can in turn correlate to high bounce rates and lower sales. The report also suggested that a sites performance (sales and returning visitors) can be directly linked with page. There are many more theory’s on how slow loading times can affect your business that I won’t go over , today however I am going to give you a few tips on how to speed up your site. (more…)

XML Sitemap Basics – How To Get Your Site Crawled More Efficiently

Wednesday, November 4th, 2009

As a developer at redsauce.com, I am always looking for the most efficient way of doing things, whether it be a PHP script or a database schema. Working on a truly huge site recently, it became obvious that google’s crawling was causing performance issues with the server the site was hosted on. If google doesn’t already know what pages your site contains (i.e. if its a new site), the google bot will have to go through every link on your site, possibly visiting certain pages several times.

(more…)

Connect 4 vs Programming…which is better?

Wednesday, October 7th, 2009

I bought a cheap connect 4 set for the programming department on Monday and it has gone down a storm. What started out as a friendly game to spend playing during lunch hours has turned into a extreme battle of wits and mathematics.

Desperately searching online for connect 4 strategies, I found that it has been mathematically proven that it is possible to win every time if you start first and put your first chip in the middle column. Trying to understand the logic and patterns involved in the game was starting to hurt my head.

(more…)