Archive for the ‘Programming’ Category

Google apie Kanoninį nuorodos elementą

Google atstovo e-paskaita, apie Google paieškos sistemos požiūrį į besidubliuojantį turinį bei teisingą nuorodų formavimą. Google atstovo teigimu, netrukus Google, Yahoo, MSN palaikys Kanoninį nuorodos elementą, kuriame bus galima nurodyti paieškos sistemoms esamo puslapio norimą nuorodą neatsižvelgiant kaip ji pateikiama naršyklės URL.

PHP get user ip

One of the ways for getting user’s ip address in PHP. Have You better script? Comment the post, share it with me and others! function get_ip() { if (isset($_SERVER['HTTP_CLIENT_IP']) && !empty($_SERVER['HTTP_CLIENT_IP'])) //check ip from share internet { $ip = $_SERVER['HTTP_CLIENT_IP']; } elseif (isset($_SERVER['HTTP_X_FORWARDED_FOR']) && !empty($_SERVER['HTTP_X_FORWARDED_FOR'])) //to check ip is pass from proxy { $ip = [...]

Google Earth, Mars included

Now google Eearth inludes Mars watch Vid:

Select text in the textbox

How to select text in the textbox with javascript? document.getElementById(“myTextBoxItem”).select(); Shorter way if you Using jQuery javascript framework: $(“myTextBoxItem”).select(); I am sure most of the people say, why do we need this functionality? Those who know, that this can save at least 2 clicks in the sequence performing some action(If u don’t understand read more [...]

If You Don’t Own Your Traffic – You Don’t Own Your Business

Author website: www.SearchEngineOptimization.lt Web site promotion is the only way to make full use of the internet. A top ten ranking in Google and other major search engines, e-mail marketing and several proven methods of Internet marketing services can take your web site and turn it into your primary source of business. Why do You [...]