Archive

Posts Tagged ‘Web’

Choosing the best redirect for your SEO

August 7th, 2010 12 comments

Greetings everyone !!!

Today I’ll talk a bit about page web redirection, also called redirect and how to use them properly to optimize your SEO (Search Engine Optimization)

Read more…

Categories: seo, Web Tags: ,

Using Firefox to customize your website

June 9th, 2010 No comments

Greeting all,

Today I’ll talk about Firefox and various plug in you can install to customize or debug your website

Read more…

Categories: CSS, Javascript, Web Tags: , ,

Using Google Analytics to analyze your website’s traffic

May 2nd, 2010 6 comments

Greeting everyone !

Today I will talk a little bit about Google Analytics, a free tools to analyze your site’s visitors and traffic.

Read more…

Categories: Analysis, Javascript, Web Tags: , ,

Using iptables to secure your webserver

April 22nd, 2010 1 comment

Greeting everyone,

Today, I’ll show you how you can protect your Linux web server freely and easily using iptables (linux software firewall)

Read more…

Categories: Linux, Security Tags: , , ,

Rewriting your URLs using .htaccess

April 18th, 2010 6 comments

Hi,

Today, I’ll talk quickly about .htacess file, and how you can use it to rewrite your URL.

For example, when someone call linux.edu, they will be automatically redirected on www.linux.edu. This could improve your position on various search engine, like Google (SEO).

Read more…

Categories: Apache, Web Tags: , , ,

Stressing your web application using NeoLoad

April 13th, 2010 No comments

Greeting everyone,

Today I’ll write an article about NeoLoad, a commercial product for stressing web application and many more…

Read more…

Categories: Performance, Web Tags: , , ,

Using cache to improve performance on web application

April 10th, 2010 No comments

Welcome back everyone,

Today, I will talk about the primary reasons about using cache on your web application.

Nowdays, website has become more and more complex, and therefore, application takes more time for computing webpage.

It is a fact that every page on a site should take less than a second to be loaded.

Read more…

Categories: Performance, Web Tags: , ,

Using Prototype to check ID on a page

April 9th, 2010 No comments

Greeting !

This is my first post on this blog, it will show you how simply ajax and prototype can be, to to check for example, if an element is present on page.

In the old times, javascript coders use to call getElementById to check (fetch?) an specific element on page, using the unique identifier of the xHTML page property.

Nowdays, website developer dont do like that anymore. They use AJAX framework, such as prototype, jquery, etc…

Read more…

Categories: Ajax, Javascript, Web Tags: , ,