Wirral Website Blog Rss

Team Football Kits Wirral and Liverpool

0

Posted by admin | Posted in Wirral Websites | Posted on 27-11-2011

Calling all you Team Players through out Wirral, Liverpool, Manchester, Chester. Are you looking for cheap football kits, cheap rugby kits, cheap footballs, cheap boxing gloves?

Look no further Argyle Sports Kits, caters for most sports and has some great offers, shop their website and receive upto 25% off depending on how much you order (all discounts are applied at the basket).

Looking for sports sales then check out the special offers page.

Dairy Meadow Primary and Nursery School Goes Live!

136

Posted by admin | Posted in Other Websites | Posted on 26-05-2009

The website for Dairy Meadow Primary School is now live!

www.dairymeadowprimary.co.uk

The primary school website is the first Max Web Solutons website to have the brand new ML Management suite developed by Max Web Solutons. The suite allows total back-end managhment of all aspects of the website! Add, edit and delete menus, pages, photo gallerys, news sections, download pages and much much more!

In addition to the powerful managment suite the web design was 100% bespoke and custom to the school. No templates here!

PHP Tips 1

76

Posted by admin | Posted in PHP | Posted on 05-05-2009

When using loops with a counter instead of using

$counter = $counter + 1;

use

$counter++;

to achieve the same incremental effect. There is also a short hand method for string concatination. Instead of

$string = “$string and this text also”;

use

$string.=” and this text also”;

New Client and the Newborn Appeal

69

Posted by admin | Posted in Wirral Websites | Posted on 05-05-2009

One of Max Web Solutions newest clients Jacqueline Kirkam Studios is strongly linked with Liverpool Womens Hospital Newborn Appeal.

The Liverpool Womens Hospital Newborn Appeal was first launched in April of 1992. The total amount raised since the launch date is nearly two million pounds. These funds have been spent on equipment for use in the Neonatal Unit and on much needed Research.

For more information on the New Born Appeal click here.

Stalkyourself.com Due to Launch September 2009

80

Posted by admin | Posted in Wirral Websites | Posted on 28-04-2009

The internets newest social networking/online research website stalkyourself.com has announced a launch date of September 2009.

You can join the stalkyourself.com mailing list and be kept up to date with all the website developments. Visit www.stalkyourself.com to register.

More will be posted on the website design of stalkyourself.com so keep checking back for updates. Or why not subscribe to our RSS feed and have wirral website blog updates delivered straight to you!

XHTML Standard Tip

44

Posted by admin | Posted in XHTML | Posted on 27-04-2009

We at Max Web Solutions develop all of our bespoke websites in XHTML 1.0 which is compliant to the W3C XHTML standards. Adhering to these standards is easier than you may first think and to help you on the way to good web development here are a few simple tips.

1. Close all open tags. e.g. <p></p>, <br />, <div></div>, <img src=” ” />.

2. Always use alt tags within image tags.  e.g. <img src=”star.jpg” alt=”star shape” />

3. Tags should always be in lowercase. e.g. <p></p> NOT <P></P>.

4. Use css instead of depreicated elements. e.g. style=”border: 0px;” will replace border=”0″.

5. Use “h” tags for page heading in the correct order. Use <h1>, <h2> and <h3> tags for main titles, sub headings and samller headings respectively. Make sure the h tags are in order down the page – Dont have a h2 tage above the h1 tag!

Now you can develop your web design into XHTML 1.0 compliant websites.

Knowsley4x4.com makes Google.com Page 1!

37

Posted by admin | Posted in SEO | Posted on 24-04-2009

Knowsley 4×4, the north wests finest Off Road Adventure centre has made page 1 in google for the popular keyphrase “stag dos Liverpool”.

Just 6 months ago the stag do and hen do specialist was not even indexed by Google. The Max Web Solutions search engine optimisation team set about optimising knowsley4x4.com for 9 key phrases; corporate events, off road buggies, off road karts, off road karting, quad biking, stag dos, stag weekends, adventure gift vouchers and team building. By linking each keyphrase with an area of knowsley 4x4s business Max Web Solutions lifted 6 of the keyphrases to page 1 of google with the rest rising quickly soon to join them.

To find out more about search engine optimisation and the advantages for your business please click here.

What is PHP?

35

Posted by admin | Posted in PHP | Posted on 24-04-2009

PHP is a server-side scripting language for the creation of dynamic Websites and web pages. These dynamic pages will be a combination of HTML and the PHP. When a client loads the php page, the web server processes the PHP code and then the server uploads the complied code to the clients web browser. PHP is Open Source and cross-platform making it a very popular choice with developers.

In addition to manipulating the content of your pages, PHP can also send HTTP headers, set cookies, manage authentication, and redirect clients. It offers excellent connectivity to many databases such as the popular mySQL.

PHP fits directly into your Web pages, so there’s no need for an individual development environment such as a CGI-BIN. PHP code starts with the PHP tag <?php and it ends with ?>. The PHP engine will process everything between these tags.

PHP’s language syntax is similar to that of C and Perl. You don’t have to declare variables before you use them, and it’s easy to create arrays and associative arrays.

PHP is widely available and most web hosting companies have it installed as a default. If you need a copy of PHP , you can download it at the official PHP Web site. You can also find manuals that document all of the features of PHP.

For great PHP hosting and excellent PHP web development visit Max Web Solutions – a wirral web design company.