Kayıtlar

Elektronik kitap

https://elkitap.wordpress.com/ Programlama ve diğer konularda ilgili elektronik kitaplar, video, tutoriallar bulmak için web adresini paylaşıyorum. See this Amp at http://amplify.com/u/blegs

.net 4.0 ile çıkmış kitaplar

Resim
http://hotfile.com/dl/95688547/1001a09/Accelerated_C.Sharp_2010_Apress..pdf.html http://hotfile.com/dl/95689227/749b900/Apress_Introducing_.NET_4.0_With_Visual_Studio_2010_2010.pdf.html http://hotfile.com/dl/95689692/36e757c/Apress_Pro_Dynamic_.NET_4.0_Applications_2010.pdf.html See this Amp at http://amplify.com/u/bl5ty

Facebooktaki gibi sitenize chat modülü eklemek isterseniz bu servisi deneyin.

http://www.shoutmix.com/main/ chat servisi See this Amp at http://amplify.com/u/bkubl

Şirketlere internet sitesi zorunluluğu geliyor

Bugün çıkan habere göre http://yahoyt.com/h/9750/sirketlere-internet-sitesi-zorunlulugu-geliyor şirketlere internet sitesi zorunluluğu geliyor. Bu durumda eğer site yaptırmak isterseniz adresim ogankeskiner@gmail.com . Her türlü web sitesi tasarımı yapılır.    

javascript ile random rakam getir

http://www.admixweb.com/2010/08/24/javascript-tip-get-a-random... function randomFromTo(from, to){ return Math.floor(Math.random() * (to - from + 1) + from); } //fonksiyonu çağırıyoruz randomFromTo(10,20); //18 See this Amp at http://amplify.com/u/bkm0u

SundayMorning, jQuery + Google Translate Api

URL:   http://sundaymorning.jaysalvat.com/ Google translate apisini jquery ile kullanmak için güzel bir plugin See this Amp at http://amplify.com/u/k4xs

Google translate API

Projelerinize çeviri yapan bir modül eklemek istiyorsanız google translate api kullanabilirsiniz. Aşağıda uygulamasını görebilirsiniz. C# ile hazırlanmış Amplify’d from blogs.msdn.com Translate your text using Google Api's Here is how you can translate a Text using Google 's "Unofficial" API's. The URL for Google Translate is - http://www.google.com/translate_t?hl=en&ie=UTF8&text={0}&langpair={1} "text" is your input string which needs to be translated. langpair is the language pairs involved in the tranlsation. E.g. "ar|en" means translate from Arabic to English. The result when you browse to the URL is a HTML page. You will have to do screen scraping to get your translated text. Below is a C# function which translates, scrapes and gives you the result. I am using String.Substring function but you can use Regex too. /// <summary> /// Translate Text using Google Translate API's /// Google URL - http://www.google.com/tr...