Warning: Table './db79366_designmess/sessions' is marked as crashed and should be repaired query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = '2465d9709b567009d43de49359df17c5' in /nfs/c05/h04/mnt/79366/domains/designmess.com/html/includes/database.mysqli.inc on line 128

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /nfs/c05/h04/mnt/79366/domains/designmess.com/html/includes/database.mysqli.inc:128) in /nfs/c05/h04/mnt/79366/domains/designmess.com/html/includes/bootstrap.inc on line 1037

Warning: Cannot modify header information - headers already sent by (output started at /nfs/c05/h04/mnt/79366/domains/designmess.com/html/includes/database.mysqli.inc:128) in /nfs/c05/h04/mnt/79366/domains/designmess.com/html/includes/bootstrap.inc on line 636

Warning: Cannot modify header information - headers already sent by (output started at /nfs/c05/h04/mnt/79366/domains/designmess.com/html/includes/database.mysqli.inc:128) in /nfs/c05/h04/mnt/79366/domains/designmess.com/html/includes/bootstrap.inc on line 637

Warning: Cannot modify header information - headers already sent by (output started at /nfs/c05/h04/mnt/79366/domains/designmess.com/html/includes/database.mysqli.inc:128) in /nfs/c05/h04/mnt/79366/domains/designmess.com/html/includes/bootstrap.inc on line 638

Warning: Cannot modify header information - headers already sent by (output started at /nfs/c05/h04/mnt/79366/domains/designmess.com/html/includes/database.mysqli.inc:128) in /nfs/c05/h04/mnt/79366/domains/designmess.com/html/includes/bootstrap.inc on line 639
Tutorials | Designmess

Tutorials

InServer

Choosing the Right Web Host: A Complete Guide

Submitted by Sean Geng on 04/07/2010
0

With so many web hosts out there, which is the right one for you? What kind of web hosting do you really need? What kind of features and services do you need? In this informational article, we'll cover the basics and help you discover what you really need.

InCMS

Using Drupal: Snippets, Themes, and Resources

Submitted by Sean Geng on 03/20/2010
0

Developing for Drupal can be a challenge sometimes. Unlike Wordpress, its a bit more complicated and involves some more coding and configuration. In this tutorial, we'll share some of our favorite themes, snippets, modules, and other resources to help get you on your way to building a site with Drupal.

InPHP

Protecting your files with a PHP Login Script

Submitted by Sean Geng on 02/21/2010
3

Ever wanted to password protect your files easily using PHP? In this tutorial, we create a simple PHP script that asks you for your username and password before allowing to proceed to the page. Very useful for user management.

InServer

Snippets and Resources to get started with .htaccess

Submitted by Sean Geng on 02/02/2010
1

Not everyone knows about the capabilities of .htaccess. But if you take the time to understand it, .htaccess can play a vital part in your website, and greatly improve your server's capabilities. So here are some quick tips on using htaccess, and snippets to help you get started.

InjQuery

Creating a sweet header effect with jQuery and PNGs

Submitted by Sean Geng on 01/10/2010
8

In this tutorial we cover how to create an awesome effect using jParallax, a jQuery plugin. This effect simulates a window 3D effect using jQuery and a few images, making it ideal for use as a header. Read on and learn how to provide your visitors with a truly unique experience.

InCSS

Creating Awesome Buttons with CSS and Image Sprites

Submitted by Sean Geng on 01/02/2010
1

In this tutorial we cover different ways to style buttons using a image and some CSS. Buttons are essential to user interfaces and should be thoughtfully designed with the user in mind.

InjQuery

Use Mouse Gestures for Captchas and Email Protection

Submitted by Sean Geng on 10/27/2009
2

Mouse Gestures, although rarely used, can be a great way to protect your email addresses and forms from spam. Today I will share a unconventional way of using mouse gestures to hide your email address and as a Captchas for forms and whatever else you can think of.