leungeric.com

Digg del.icio.us Technorati StumbleUpon Twitter

Force www. in your URL using .htaccess

.htaccess | Tutorials & Resources

1 Star2 Stars3 Stars4 Stars5 Stars (3.4 out of 5)
Loading ... Loading ...

Just add the following code to your .htaccess file in the highest folder of your web directory and yor visitors will be forced to use the www version.

RewriteEngine on

RewriteCond %{HTTP_HOST} !^www.your_domain.com$

RewriteRule ^(.*)$ http://www.your_domain.com/$1 [R=301]

Get Remote Webpage Information

Code Snippets | PHP | PHP | Tutorials & Resources

1 Star2 Stars3 Stars4 Stars5 Stars (3.67 out of 5)
Loading ... Loading ...

Simple code snippet to retrieve remote webpage information, including page title, page description, and keywords

<?php
$url = “http://www.leungeric.com/”;
$fp = fopen( $url, ‘r’ );
$content = “”;
while( !feof( $fp ) ) {
$buffer = trim( fgets( $fp, 4096 ) );
$content .= $buffer;
}

$start = ‘<title>’;
$end = ‘<\/title>’;

preg_match( “/$start(.*)$end/s”, $content, $match );
$title = $match[ 1 ];

$metatagarray = get_meta_tags( $url );
$keywords = $metatagarray[ "keywords" ];
$description = $metatagarray[ "description" ];

echo “<div>URL: $url</div>\n”;
echo “<div>Title: $title</div>\n”;
echo “<div>Description: $description</div>\n”;
echo “<div>Keywords: $keywords</div>\n”;
?>

Entry 5 Productions

Brown | CSS Gallery

1 Star2 Stars3 Stars4 Stars5 Stars (3.4 out of 5)
Loading ... Loading ...

Entry 5 Productions

The Official Portfolio Of Michael Rei. Offering Professional Website and Graphic Design Services and Consulting.

(Read more)

Mongelechi Che - Ilustraciones

CSS Gallery | White

1 Star2 Stars3 Stars4 Stars5 Stars (3.75 out of 5)
Loading ... Loading ...

Mongelechi Che

(Read more)

Gianmarco Lauriola

Blue | CSS Gallery | Grey

1 Star2 Stars3 Stars4 Stars5 Stars (4.67 out of 5)
Loading ... Loading ...

GianmarcoLauriola

You have arrived into online portfolio of  Gianmarco Lauriola. I’m a designer, a musician, and a visionary. I live and work in Helsinki, Finland.

(Read more)

Turning MySQL Data to UTF-8

MySQL | PHP | Tutorials & Resources

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Just add below line after MySQL connection is establisted:

mysql_query(”SET NAMES utf8″);

Import / Restore Large MySQL Data File

MySQL | Tutorials & Resources

1 Star2 Stars3 Stars4 Stars5 Stars (3.67 out of 5)
Loading ... Loading ...

A simple 3-steps procedure to import/restore large MySQL data file via command line.

A 200mb data file should take less than a minute to complete.

1. Telnet or SSH to server

2. Login to MySQL

mysql -u user -ppassword

3. At MySQL prompt

use your_database_name

source your_sql_data_file.sql

Jordan Moore Design

CSS Gallery | White

1 Star2 Stars3 Stars4 Stars5 Stars (4.2 out of 5)
Loading ... Loading ...

jordan moore design

Jordan Moore is a freelance web designer from Northern Ireland. He makes nice web experiences.

(Read more)

Anything Designs

Black | CSS Gallery

1 Star2 Stars3 Stars4 Stars5 Stars (4.36 out of 5)
Loading ... Loading ...

anythingdesigns

Anything Designs.com is nothing but we can implement any design just about anything. We have a very good experience in graphic, web, paintings, prints and multimedia designing. Unlike other companies, anything Designs usually deliberate their views in a first attempt to reach a decision. To build up in a success way we will understand our clients and their business and needs in a first met and being in touch we update their projects…

(Read more)

Citysense - San Francisco Nightlife

Black | CSS Gallery

1 Star2 Stars3 Stars4 Stars5 Stars (1.33 out of 5)
Loading ... Loading ...

citysense

Live San Francisco Nightlife Activity

(Read more)

Sponsors