Home > Tech > Archive by category 'Web Development'

SIFR vs Cufon vs Typeface.js

I personally preffer Typeface. It’s easy to use and works well. It’s created using JavaScript, not both JavaScript AND Flash like sIFR, or JavaScript AND PHP like FLIR. Typeface.js Advantages: User doesn’t have to have Flash plugin installed on their browser Easier to create with just a few lines of Javascript For...

Creating Image Galleries In Drupal

A few recent clients requested image galleries to feature their projects on their new Drupal websites. Last year, we had similar requests and looked for modules that would meet the client’s requirements, but we could not find anything that worked well enough to...

Is Epic Traffic System Good?

The brand new traffic-getting training course and software are taking the internet marketing world by storm. What is the buzz all about? How can it benefit you? How do you use the software to get a ton of traffic to your websites or blogs? If you want to know the answers to all the above questions, please read this article:

http-equiv: Meta Attribute Values for http-equiv

Structure of Meta Element The structure of the meta element is: <meta http-equiv=”value” content=”value” /> Do not include the name attribute in the meta when the http-equiv attribute is included. Do include the content attribute. Below are the various values for the http-equiv attribute: Values for...

.htaccess 301 Redirect

The smoothest way to redirect your visitors is to use an .htaccess redirect. This has no delay since before a page is served to the browser the server checks first for an .htaccess file… if it sees this the old page never loads, instead visitors are sent directly to the new page. These are a few .htaccess redirect codes that...

How To Sell A Website – How Much Is Your Website Worth?

It is a joyous time when you are ready to sell your website. While you will be fraught with questions and unknown variables when ultimately you decide to sell your website it can be like winning a jackpot and a big change to your life. You might have been building your web business for years, consistently working on it day after...

How Much Is My Website Worth?

Website valuation models are a hot topic with website owners. So, how much is a website worth anyway? We’ve got the answer. How much is a website worth? What’s the state-of-the-art in website valuation? Valuing a website is never easy, but there are a growing number of web site owners wondering “How much is my...

SEO Twitter Tips: Some Tips For Social Media Marketing

Last December, Google has reached an agreement with Twitter to show tweets of the social networking site’s members. Before, it was only the profiles of the members that appear in search results. But now individual tweets will show up according to its relevancy in the keyword you have keyed in Google Search. What does this mean...

SEO Wordpress Plugins You Should Be Using

You can start downloading these now by reading their features and functionality and clicking on the link to go directly to the wordpress press and begin downloading instantly. ALL IN ONE SEO PACK Some Features: Automatically optimizes your titles for...

Microsoft/Web SEO Toolkit

Microsoft/Web SEO Toolkit

Increase visits to your website with Microsoft’s SEO Toolkit. Included are tutorials that offer detailed analysis of your site and hints on how to increase traffic. Free Microsoft SEO Toolkit ...

HTML 5 Support by Browser: Opera Continues to Lead the Pack

The future of the web is fast approaching. The specifications for HTML 5, the successor to today’s HTML 4, are still in the draft phase, but already forward-looking browsers are starting to add limited support for HTML 5 elements. The web has grown and changed in remarkable ways since the release of HTML 4 in 1997. No longer are...

Meteor server installation guide, Meteor server download

A meteor is the visible event that occurs when a meteoroid or asteroid enters the earth’s atmosphere and becomes brightly visible (thanks to Garth for correcting me on this!). Our Meteor an implementation of a technique called Comet for using the HTTP protocol for persistent streaming data connections. The term...

vbulletin 4 template sites

I’ve been looking into using one or more vbulletin templates recently. On the + side, they can help make a site more attractive – especially good for when trying to attract new members. On the – side, not only can they make a site slow loading, but editing site templates can mean having to re-edit them every second...

How To Force File Download With PHP

Say you want a PHP script that will make the browser to download a file instead of opening it. This is useful for common filetypes that would normally be displayed in a browser, like .html, images, PDFs and .doc files. You can find a lot of scripts that do this on the web but one thing most of them don’t handle is download...