Google Search shortcode

Google search shortcode let you add a **”search with google”** form where you want.
You cand have a search on every post, sidebar where do you want.
It can be customize by templates, also is prepared to be translated.

It perfom following function in **real time** :

* search on google and display result on your post
* you may chose what language to be use when search

DOWNLOAD FROM HERE

What is the & Ampersand Preceding Variables – reference – php &$

You may see PHP code snippets that have an ampersand, ‘&’, preceding a variable like &$examplevar.

So, what does it do? It sets up a reference to the original variable instead of copying it’s value.

Exemple:

$orig = “something 1″;

$reference = &$orig;

echo $reference  // will output “something 1″

Now if we change the $orig with something else

$orig = “something 2″;

echo $reference // will output “something 2″

Download free fonts

Well long time no post on my blog.

Today I have manage to launch my first site Download free fonts in php.  I try to make it fast. I hope I manage, because until now google webmaster say that is 96% faster that other sites.   I will work on it to improve it.

Hope will be a good resource for fonts.

mysql pc speaker beep

Well today I was trying some commands  on mysql and suddenly because my command was wrong speaker blow up my ear.  I know  that  it wasn’t the  sound card speaker and it was the system speaker, so the question remain.

How to disable system speaker for mysql ?

Well after a small search I find out that I have to add –no-beep or -b on mysql command.

So the solution is or to add –no-beep or -b or to make a sql.bat and enter in this file mysql –no-beep

My solution was to modify windows path variable to add path to my mysql directory, and after that I run sql from start>run>sql , and I have a client witch don’t beep me any more.

Hope to help u.

desktops wallpapers

Hello

Today I launch a new site with desktop wallpapers . It will be a site with wallpapers >=1280. The site will be updated daily with a lot of quality photos.

Hope to enjoy it.