Archive

Archive for the ‘Web’ Category

What’s new with HTML 5

October 6th, 2010 2 comments

Hello everyone,

Today, I’ll talk a bit about HTML5, and what are the main tags that have changed.

Ready for the next ?

Read more…

Categories: HTML, seo, Web Tags: , ,

CakePHP vs CodeIgniter Benchmark Performance

August 27th, 2010 7 comments

Greeting everyone,

I’ll post today anotherĀ  benchmark result which compare CakePHP versus CodeIgniter, 2 popular php framework that help coder building their site quickly.

I’m not an expert with PHP framework, since there are so many and they evolute everyday, so I’m not posting here to present another vague comparison on “which framework is the best” and “why to choose one instead of another”…

On this post, I only want to display server’s performance comparison between cake and CI.

The test will create a variable “hello world” in the controller, and then display it in the view (pretty simple), no cache (except APC opcode), blank page with variable to be displayed.

Read more…

Using htaccess to redirect domain to www

August 26th, 2010 No comments

Welcome back!!

Today, I’ll show you an easy rule to redirect domain.com to www.domain.com to help you prevent your site from duplicate content. I know it has been said thousand of time on other site about it, but I still meet persons/companies that doesn’t properly configure their address…

Read more…

Categories: Apache, Linux, seo, Web Tags: ,

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: , ,

Monitoring your website for free

April 24th, 2010 2 comments

Monitoring your website is a common thing webmaster and admin sys need to do everyday.

It’s true it exists many software or services available on the Internet, for cheap price, but if you could find the same service for free, why would you pay ?

Read more…

Categories: Free, Performance, Web 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: , , ,

Benchmarking web application using cache

April 11th, 2010 2 comments

Hi,

Yesterday, we saw how important it was to use cache on your web application.But if you are like me, you have faced many different ways or applications for making cache.

Today, I will show you different type of cache and how to benchmark them.

PS: keep in mind those result are experimental, and are true for my web application. This doesn’t mean your web will have the same benchmark attitude.
Read more…
Categories: Linux, Performance, PHP, Web Tags: ,