Save info   Get password
Home Submit your blog Edit Account Rules RSS-Archive Contact
    • JavaScript




      How to get domain name from URL using javascript.
      Use following javascript function to get domain name from URL.function fnGetDomain(url) {   return url.match(/:\/\/(.[^/]+)/)[1];}For ex: <script language="javascript">fnGetDomain(" will return "mail.google.com"

      Written by: w3guru - a technology blog


      New JavaScript Used
      Hey everyone. After adding version 1.3, I received a few notifications about the javascript. It gave errors, wasn’t compatible with most plugins and/or themes and just sucked My decision was to update the complete javascript used with version 2.0, since that one is going to have a complete makeover. However, more and more emails came, [...]

      Written by: Frank Verhoeven - WebDevelopment Blog


      Javascript Anchor Tips & Tricks
      Jump to the anchor with javascript and html. tutorial will explain how can we use javascript to jump to the anchor in an html page.

      Written by: Web Development & SEO


      Radio button value with javascript
      Tutorial to get / set value of a checkbox , radio button with javascript function. This funciton can be used to validate radio/checkbox.

      Written by: Web Development & SEO


      Pixastic: Open Source Online Image Editor (Javascript Library)
      Anda yang memiliki skill web programming dan berminat membangun sendiri Free Online Image Editor berbasis Javascript, saya sarankan wajib mengunjungi layanan Pixastic. Pilihan pada Pixastic (versi Beta) ini selain karena Full Open Source dan dukunganya pada Javascript based, tentu saja saya melihatnya dari segi kelengkapan komponen pendukung olah gambar yang terbilang sangat lengkap. Bahkan

      Written by: O-OM'S BLOG


      Converter decimais em binários usando Javascript
      Funçãozinha que o Elieder deu uma melhorada ?Ver Script JAVASCRIPTfunction dec2bin(n){ bin = "" ; while(n) bin = ((n &amp; 1)? "1" : "0" ) + bin, n&gt;&gt;=1; return Number(bin); } alert(dec2bin(10)); ?Ver Script JAVASCRIPTjavascript: n=10;b="";while(n)b=(n%2?1:0)+b,n

      Written by: Blog Infomaroto


      JAMP(acronimo Javascript Ajax Mysql Php)
      E' stata rilasciata la versione ALPHA 2.2. Abbiamo bisogno del vostro aiuto per testare e migliorare il programma. Download ... JAMP(acronimo Javasc4 Voti

      Written by: diggita


      Combining Javascript & css
      Compressing the files will decrease the size of the data that needs to be transferred, it does not solve the problem that the browser can only download a limited number of files at the same time. If you have many different files that need to be loaded the browser will not optimally use the bandwidth it has access to. It will request some files from the server and wait until those files are retriev

      Written by: Displayland - Feel Free for Sharing Your Video, Music and Movie


      The CSS Approach: Preload Images without JavaScript
      Preloading images is a widely used technique for speeding up the display of images in galleries and rollovers. Learn how to do it using CSS instead of JavaScript.

      Written by: Velvet Blues Web Design


      Download - Curso JavaScript - Em Vídeo Aula
      Aprenda como usar o JavaScript, uma linguagem de programação criada especificamente para páginas Web.Curso contendo 25 Video Aulas e mais de 300 códigos prontos para usar no seu site.»InformaçõesEstilo: CursosTamanho: 71.5 MBFormato: RarIdioma: PortuguêsServidores: Easy-Share/Rapidsahre Chocolates e Bombons Outros Alimentos e Bebidas Comédia Infantil - Aluguel TV - Minissérie - Aluguel

      Written by: tugados


      Preloading Images with JavaScript
      Preloading images is a useful technique, often used to speed up the display of images in galleries and rollovers. It avoids the flickers and second-long delays that generally occur when an image has not already been loaded.

      Written by: Velvet Blues Web Design


      Qual nível de compressão de uma biblioteca Javascript devo escolher para baixar?
      Até começar a ler o livro de jQuery do Maujor, eu não tinha a menor idéia de qual era a diferença entre os diferentes níveis de compressão das bibliotecas Javascript que são disponibilizados em cada nova versão da mesma. No site oficial do framework jQuery, como nos sites de outros frameworks, você encontrará 3 versões, com [...]

      Written by: Blog do yogodoshi


      How to add alert Javascript coding for Gridview?
      Sometimes we need to confirm from the client side, whether to proceed for deletion operation or not? We can use this code snippet to add that alert box to the user.Declarations:'noneCode:Protected Sub gvcat_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles gvcat.RowDataBound ' This block of code is used to confirm the deletion of current

      Written by: Web Technologies


      Christmas time, mistletoe and javascript snow
      Up the ladder to the cold and dark loft. Blew the dust off the crusty old box which contained the Christmas tree and examined the decorations box for spiders. And now!!! The BigRedCircle website is ready for Santa. Although no mince pie or whiskey was left. If you didn’t already know the header on [...]

      Written by: BigRedCircle Web Design Blog


      membuat recent post dengan javascript
      Jika dulu saya pernah memposting tutorial menampilkan recet post atau postingan terbaru di web atau blog khususnya blogger blogspot, kini saya akan memposting tutorial yang sama tapi dengan menggunakan javascript, tp sebelumnya kalo ingin melihat postingan cara membuat recent post yang default yang dulu pernah saya posting silahkan klik disini dan siapa tau bisa anda jadikan bahan pertimbangan yan

      Written by: tutorial ngeblog di blogger blogspot


      JavaScript Bible
      Make your Web pages stand out above the noise with JavaScript and the expert instruction in this much-anticipated update to the bestselling JavaScript Bible. With renowned JavaScript expert Danny Goodman at your side, you’ll get a thorough grounding in JavaScript basics, see how it fits with current Web browsers, and find all the soup-to-nuts detail [...]

      Written by: Rsebook


      Obfuscate JavaScript And CSS For A Faster And Safer Website
      Have you spent countless hours writing JavaScript code and want to protect your intellectual property from hackers and reverse engineering? Do you want your pages to load faster than they do now? Then a JavaScript/CSS obfuscator from Jasob.com is a tool for you.

      Written by: Redbeat News


      Invocar código .Net desde JavaScript
      Aunque este debería ser un tema ya conocido, aún existen quienes no conocen la forma de hacer invocaciones al código compilado de .Net (sea VB .Net o C#) desde el código cliente utilizando JavaScript. Para quienes desarrollamos aplicaciones web con ASP .Net suele ser frecuente la necesidad de ejecutar alguna acción o recuperar algún dato sin recargar la página [...]

      Written by: h@nz ...el Geek


      Javascript Guide
      JavaScript is a compact, object-based scripting language for developing client and server internet applications. Netscape Navigator interprets JavaScript statements embedded in an HTML page, and LiveWire enables you to create server-based applications similar to Common Gateway interface (CGI) programs. This book describes the JavaScript language and its use in Navigator. For information on develop

      Written by: Koleksi E-Book Gratis


      Operator dalam JavaScript
      Sekarang saatnya belajar lagi.. Saya masih cupu, jadi belajar bareng yaw.. Mohon bimbingannya.. Kali ini saya akan membahas tentang operator dalam javascript. Bagi yang baru belajar javascript sangat penting untuk memahami javascript itu sendiri. Dan untuk memahami javascript itu, kita harus memahami terlebih dahulu Operator dalam Javascript. Berikut adalah Operator Aritmatika di dalam javascript

      Written by: Danta's Articles


      Intro To JavaScript
      Intro To JavaScriptXtraNet | January 1999 | 103 Pages | PDF | 5.8 MB

      Written by: Free Computer ebook, IT ebook, Free Magazine, Free Business ebook, Medical ebooks - FreeBooksClub.ne


      Background dinamic website dengan javascript
      Tip ini untuk membuat halaman web kamu dapat berganti - ganti warna secara continue. Bagi siapa saja yang ingin membuat webnya tampil beda cobalah tip ini . Langkah - langkah untuk membuat warna backround web dapat berubah - ubah adalah sebagai berikut: Buka HTML editor kalau tidak ada gunakan saja notepad lalu buat sebuah file [...]

      Written by: Yustian Blog


      Certificazione Javascript w3schools Certification
      Stamattina, visto che non avevo niente da fare (è una battuta) ho conseguito un'altra certificazione: w3schools Javascript Certification.Sono contento perchè è la mia seconda certificazione Javascript, infatti la prima era expertrating.com, invece questa dalla w3schools di w3c.org (secondo me più autorevole).Anche se sono un pò amareggiato, perchè per un punto non ho passato l'esame con l'ec

      Written by: Andrea Blog


      Javascript Menu Master
      Javascript Menu Master helps you create simple but effective and attractive pulldown menus for your website in a friendly, visual environment. Easily control menu appearance, content, and functionality with little or no programming experience. Whether you are a professional webmaster or just a beginner, this program makes designing and maintaining navigational menus a breeze. Features: * No

      Written by: Free Software


      Curso de Javascript - 25 Video Aulas
      JavaScript é uma linguagem de programação criada pela Netscape em 1995, que a princípio se chamava LiveScript.Neste curso você vai aprender a usar o JavaScript, uma linguagem de programação criada especificamente para páginas Web. O JavaScript é uma linguagem de script, ou seja, ela é reduzida e simplificada para um uso específico. Para prender a programar em JavaScript você precisa

      Written by: Jerry Downloads


      IE ve JavaScript Sorunu
      Web tasarımcıların en çok karşılaştığı sorunlardan biri de, html ve css validation esnasında internet explorer altyapısı kullanan IE 5/6/7 tarayıcılarındaki aldıkları hata mesajlarıdır. Bu hatalar, tasarımdaki yanlış,eksik kodlamalardan kaynaklanabileceği gibi, bazı browserların desteklememesi sonucunda meydana gelebiliyor. Dean Edwards isimli bir coder da bu sorunun ü

      Written by: VKlog


      How To Show Up HTML And Javascript Codes In Blogger Posts
      You often need to explain something about tweaking the templates and other elements related to blog design. But the blogger post editor responds strangely to the code you write in it. The code also does not get displayed properly.Here I will show you how to display special scripts and codes in your post visible to your readers. You may be knowing about the adsense parser. Yes, it is the same parse

      Written by: prochow


      Top 3 Free Tools To Convert RSS Feeds To HTML Or Javascript
      I was adding the recent posts widget to my blog today. I normally add a feed gadget to my blogger blog where the feed is my blog's feed which I then use as a recent posts widget. But I thought there might be some other ways of showing content from some feed in my blog. May be by adding some html or javascript code.I did my research and the result is these 3 tools which republish your feed as html

      Written by: prochow


      WTFramework descubre que Framework javascript utiliza un sitio web
      ¿ Alguna vez imaginaste o trataste de descubrir que Framework utilizan ciertos diseñadores en un sitio Web ? Ir navegando dentro del código para saber que Framework javascript se utilizo puede ser algo que nos lleve su tiempo, por eso ahora podemos utilizar WTFramework, un bookmark que nos brinda la posibilidad mostrarnos en una ventanita [...] Related posts:Framework CSS: Creá menús desple

      Written by: MB Tech Center


      create an embedded image button using javascript in ASP.NET
      Introduction JavaScript is a scripting language most often used for client-side web development. It is a dynamic, weakly typed, prototype-based language with first-class functions. Although best known for its use in websites (as client-side JavaScript), JavaScript is also used to enable scripting access to objects embedded in other applications. ASP.NET provides a new paradigm for developing Web

      Written by: DOTNET TUTORIALS


      JavaScript in 10 Simple Steps or Less
      JavaScript in 10 Steps or LessAuthor: Arman DaneshLanguage: English Pages: 648ISBN-10 / ASIN: 0764542419 ISBN-13 / EAN: 9780764542411 Publisher: Wiley Number Of Pages: 648 Publication Date: 2003-12-26 If you are looking to add exciting interactivity to Web pages and need a quick and easy understanding of the technology in order to do so, then this book is for you-whether you're new

      Written by: ccebook-original english ebooks


      One Big Reason to Limit Your Use of JavaScript
      JavaScript is used all over the internet to accomplish a wide variety of features such as hover menus, animation, and form validation. In fact, JavaScript is used so frequently that web developers often take it for granted, without realizing that not all browsers support it. And if that isn't bad enough, many web surfers actually disable JavaScript. Fortunately, there are easy alternatives to Java

      Written by: Velvet Blues Web Design


      JavaScript ile bi formu submit etme
      HTml içindeki bi formu submit etmek için document.formAdi.submit(); kullanılır. <form name="formAdi" action="ilgili.php"> Search: <input type='text' name='query'> <A href="javascript: submitform()">Search</A> </form> <SCRIPT language="JavaScript"> function submitform() { document.formAdi.submit(); } </SCRIPT> Bunu Okuyanlar, B

      Written by: adtech ile reklam 2.0 dönemi başlıyor ve Trkycmhrytllbtpydrklcktr r10.net seo yarışması


      JavaScript ile bi formu submit etme
      HTml içindeki bi formu submit etmek için document.formAdi.submit(); kullanılır. <form name="formAdi" action="ilgili.php"> Search: <input type='text' name='query'> <A href="javascript: submitform()">Search</A> </form> <SCRIPT language="JavaScript"> function submitform() { document.formAdi.submit(); } </SCRIPT> Bunu Okuyanlar, B

      Written by: adtech ile reklam 2.0 dönemi başlıyor ve Trkycmhrytllbtpydrklcktr r10.net seo yarışması


      Lightweight JavaScript Table Sorter
      JavaScript Table Sorter is a lighweight code (1.7kb) for transforming standard tables into a sortable grid. It includes alternate row formatting, header class toggling, auto data type recognition and selective column sorting. After inserting the JS file into the website, a simple function does the job: var sorter=new table.sorter("sorter"); sorter.init("sorter",1); It is possible

      Written by: WebResourcesDepot


      Typeface.js - Use fontes customizadas nos seus sites com ajuda do Javascript
      O Typeface.js vem a calhar quando você quer usar um texto com uma fonte diferente no seu site e sabe que esse texto será modificado eventualmente ou quando você não tem saco de ficar abrindo o Photoshop para editar textos em imagens, use o Typeface. Ao invés de criar imagens ou usar o Flash apenas para [...]

      Written by: Blog do yogodoshi


      2 düzeyli combobox örneğinde sayfa yüklendiğinde javascript çalıştırma
      //<![CDATA[ onload = function() { for(var i=0; i<document.form.combobox.options.length;i++) { dizi[i]=new Array(document.form.combobox.options[i].value , document.form.combobox.options[i].text); yazi+=i +”: “+dizi[i][0] +” , “+ dizi[i][1]; } var combobox_2= combobox1degeri.form.elements["combobox2"]; while (combobox_2.options.length) { combobox_2.remove(0); } } //]]

      Written by: adtech ile reklam 2.0 dönemi başlıyor ve Trkycmhrytllbtpydrklcktr r10.net seo yarışması


      2 düzeyli combobox örneğinde sayfa yüklendiğinde javascript çalıştırma
      //<![CDATA[ onload = function() { for(var i=0; i<document.form.combobox.options.length;i++) { dizi[i]=new Array(document.form.combobox.options[i].value , document.form.combobox.options[i].text); yazi+=i +”: “+dizi[i][0] +” , “+ dizi[i][1]; } var combobox_2= combobox1degeri.form.elements["combobox2"]; while (combobox_2.options.length) { combobox_2.remove(0); } } //]]

      Written by: adtech ile reklam 2.0 dönemi başlıyor ve Trkycmhrytllbtpydrklcktr r10.net seo yarışması


      Teste de Lógica com Javascript - ProProfs
        Mais uma descoberta bem interessante! No site -school, permite criar um questionário eletrônico, compartilhar na internet e ainda gerar um certificado de conclusão do questionário. Como exemplo, eu montei um teste de lógica com Javascript que pode ser visto no link:  Teste de Lógica com Javascript  ou abaixo na versão incorporada. Como sugestão, clique no: Teste de Lógica com Jav

      Written by: Hebertphp


      Curso de javascript
      Descrição: aprenda a mexer com javascript facilmenteTamanho: 900KbHospedagem: Bitroad/EasyShare

      Written by: SPSG Downloads


      318 Scripts Collection (PHP, ASP, Javascript)
      SCRIPT LIST: 1. 2checkout 2. 401 IP SCRUBBER 1.0 3. 404 Manager 1.0 4. 404trapper 5. 8ball.zip 6. About-Me.zip 7. Access Denied version 1.1.zip 8. Account Manager 1.0.zip 9. Account Manager 1.028.zip 10. Active Board v2.01.zip 11. Add Link v 1.1.zip 12. Add2Story Version 3.0 .zip 13. Advanced Free-For-All 2.00.zip 14. Advanced MetaSearch Engine 3.1.zip 15. Advanced Ranking System G2.zip 16.

      Written by: Link Files | Free Direct Download Link


      Firefox Minefield – Try out the new javascript engine
      Firefox 3.1 is being touted as the next evolution in the Mozilla Firefox lifecycle, with a new internal javascript engine codenamed TraceMonkey that is receiving rave reviews from bloggers all over the web. Unofficial testing has proven these claims to be true - benchmarks over at Ars have shown that Minefield, the alpha/pre-release version of Firefox is up to 10% faster than Google Chrome. Inst

      Written by: Computer Guides for Beginners - theysaY


      3000+ JavaScript Source Codes
      Welcome to JavaScript Source Code 3000. With almost 800 ready-to-use Java Scripts that you can cut & paste into your own web pages, this Collection is the largest collection of Java Scripts available anywhere! All of the scripts have been organized by category so you can find what you need quickly. Even so, we invite you to browse through all of the categories so you get a feel for what is

      Written by: I333


      Auto Submit using JavaScript
       This code will help you to submit this from no need users to click submit button. <form name=”Keepform” method=”Post” action=”somefile.php”> <input type=”hidden” name=”Text01″ value=”TEST”> <input type=”hidden” name=”Text02″ value=”TEST2″> </form> <Scrip

      Written by: Asian Entertainment


      JavaScript Password Generator
      A very flexible and powerful password generator script written in JavaScript. With this password generator, you will not be bother or confuse to choose/select a strong and secure passwords for your important accounts. Platform This script can be run well using Mozilla Firefox (any version), Internet Explorer (any version), Opera and Fast Browser. Preview First character can [...]

      Written by: Code Centre


      JavaScript Password Generator
      A very flexible and powerful password generator script written in JavaScript. With this password generator, you will not be bother or confuse to choose/select a strong and secure passwords for your important accounts. Platform This script can be run well using Mozilla Firefox (any version), Internet Explorer (any version), Opera and Fast Browser. Preview First character can [...]

      Written by: Isusx’s Programming Corner


      JavaScript Password Generator
      A very flexible and powerful password generator script written in JavaScript. With this password generator, you will not be bother or confuse to choose/select a strong and secure passwords for your important accounts. Platform This script can be run well using Mozilla Firefox (any version), Internet Explorer (any version), Opera and Fast Browser. Click here to read the [...]

      Written by: Isusx Corners


      Crear un popup con javascript
      En algunas ocaciones necesitamos que nuestra web muestre un pop up o ventana emergente, para que muestre alguna noticia del sitio o públicidad. Bueno el dia de hoy les traigo este sencillisimo codigo para crear una (empezando con este mi propocito de por lo menos publicar de 1 a 2 post diarios ) PLAIN TEXT JavaScript: <script language="JavaScript"> function [...]

      Written by: Laboratorio Tecnologico Experimental


      3000 Javascript + Apostila de Pogramação
      _________________________ * Hospedagem: easy-share * Tamanho: 10 Mb * Formato: rar/ pdf * Tipo: Apostilas * Sistema OS: Todos * Uploader: nynefeitosa * Codecs Recomendado: >> Klite Mega codec vs.4.7.1 << * Players: BsPlayer Pro v.2.3.1 ou Winamp Pro Mega pack 5.5 ——————————————– Coleç

      Written by: Art Brasukas - Downloads


      Very short trick: valori undefined in Javascript
      Esiste una forma abbreviata per assegnare "al volo" una valore ad una variabile se un'altra non è definita (undefined), usando l'operatore di OR logico (||) - doppio pipe: PLAIN TEXT JavaScript: // pluto risulta undefined var pluto; var pippo = pluto || '5'; alert( pippo ); // risultato: 5 Questa tecnica è utile nella scrittura di funzioni con param

      Written by: Undolog


      Host Javascript files on Own Servers
      This is a commonly faced problem with Blogger Blogs. Sometimes the widgets they are using just do not show up, and the most primary reason for that to be is the downtime of the host of the JavaScript Files. Now myself and most of the guys out there who share Blogger Widgets, like recent comments, top commenter etc, Host the shared JavaScript files for the widgets either on some free host, or on G

      Written by: CorpseofAttic


      easy way Latest Twitter Updates with Javascript
      Latest Twitter Post Javascript Just copy and paste into your site source, and change the parts that say “YOURUSERNAME” into your Twitter username. If you aren’t satisfied you can customize it yourself. I just created it for my own needs, as I said before this shows your latest post with the time. <center><a href=””><b>My Twitter Updates</b><

      Written by: keris


      13 Awesome Javascript CSS Menu
      Every web designer tries to be creative when it comes to designing the main navigation of the website. Today we would like to present you 13 awesome Javascript CSS menus that will be very handy and easy to modify to suit your needs. Popular javascript libraries are used: jQuery, Scriptaculous and Mootools. Lets take a look [...]

      Written by: Top Web Resources


      Gestiona los logs de tu Javascript con Blackbird
      Muchas veces hemos estado programando nuestros scripts y tuvimos que recurrir al tan preciado alert() para poder alertar sobre fallos, pero esto ya no pasa mas usando Blackbird. Con esta herramienta podemos ahora crear y administrar un sistema de logging tan fácil pero mucho mas eficiente.   Pero como debemos empezar,   1. Descarga los archivos: blackbird.js y blackbird.css   2. [...] No rel

      Written by: MB Tech Center


      O circo em JavaScript1.2
      Galera vejam só, recebi esse link por e-mail e como achei muito bacana, resolvi colocar aqui também. Click no link e não abra a página, deixe-a pequena mesmo e veja o que acontece. Enviado por Pietro M.

      Written by: Farejador da Net


      Javascript getElementById Behavior In Browsers
      I came across an issue not too long ago that caught my attention - using javascript to access elements behaves differently in IE and FireFox/Safari/Chrome. IE accepts casing differences - FireFox, Safari, and Chrome (let's call them the "good browsers") do not. For example: <span id="span1"></span><input type="button" onclick="clk();" value="clickme" /><script type="text/java

      Written by: Joe Enos


      Free JavaScript WYSIWYG - Rich Text Editor
      Free Rich Text Editor is a feature-rich JavaScript WYSIWYG editor. It can be implemented to any web application easily & no programming experience required. It outputs XHTML compliant code & works in all major browsers. Editor lets you to switch between the design, HTML code & preview modes just like a desktop WYSIWYG application. Advertisements: Dreamhost $50 Discount Code: WRD Flash

      Written by: WebResourcesDepot


      jScroller (javascript easy to make a scroller by using jQuery)
      jScrollera Autoscroller for jQuery by Markus Bordihn

      Written by: DevToday


      JavaScript Logging Utility: Blackbird
      Blackbird is an open source JavaScript logging utility that enables users to view & filter logs with a nice looking console.   Alert is the most popular JavaScript method used for logging. This utility simple makes it better with: - Being able to categorize logs - No need to approve every control point like alert - Ability to view all [...]

      Written by: WebResourcesDepot


      Una classe countDown in Javascript
      Nel post 3D CountDown con FIVe3D (vedi anche How I Did It: scrivere un countdown in Flash), veniva proposta una classe per la creazione di un oggetto CountDown in Actionscript, eccone una versione simile in Javascript: PLAIN TEXT JavaScript: /** * CountDown Class * * @author        Giovambattista Fazioli * @email         g.fazioli@undolo

      Written by: Undolog


      Introducción a JavaScript
      JavaScript es un lenguaje de programación que se utiliza principalmente para crear páginas web dinámicas. Una página web dinámica es aquella que incorpora efectos como texto que aparece y desaparece, animaciones, acciones que se activan al pulsar botones y ventanas con mensajes de aviso al usuario. Técnicamente, JavaScript es un lenguaje de programación interpretado, por lo que no es ne

      Written by: Cache Total


      Menampilkan Syntax Highlighter (Javascript based)
      SyntaxHighlighter merupakan cara mudah untuk menampilkan penggalan kode pos-line agar terlihat lebih menarik. Dengan menambahkan Syntax Highlighter, pembaca akan lebih mudah memahami setiap syntax baris kode yang anda tampilkan sebagaimana bahasa program aslinya. Syntax Highlight ini menggunakan 100% JavaScript based, jadi anda bisa menampilkannya pada platform (blog/site) apa saja, termasuk

      Written by: O-OM'S BLOG


      Bloggerda javascript kodu
      Bloguma geri sayım sayacı eklemek istiyorum js kodlarını yapıştırıyorum fakat birtürlü blogumda görüntülenmiyor..Yardımcı olurmusunuz?

      Written by: LeoTheMaster.Net


      Two Minutes Trick: Get Rid Of Those Stupid JavaScript Prompts In StumbleUpon
      With over 6 millions stumblers out there, it may be possible that you are one of them {If not, then why not increase the count to +1?} If you are using StumbleUpon Photoblog function than you might have noticed that JavaScript prompt sometimes tells you that it can’t photo blog that particular photo when you [...]

      Written by: NazJam Tech Blog


      JavaScript Alert
       This example is show you about basic of JavaScript, that is alert function try to test here <HTML> <HEAD> <TITLE></TITLE> <SCRIPT language=”javascript”> <!– function HelloWorld() { alert(”Hello World!”); } //–> </SCRIPT> </HEAD> <BODY> <A HREF=”javascript:HelloWorld()”>

      Written by: Asian Entertainment


      Combining Javascript & css
      Compressing the files will decrease the size of the data that needs to be transferred, it does not solve the problem that the browser can only download a limited number of files at the same time. If you have many different files that need to be loaded the browser will not optimally use the bandwidth it has access to. It will request some files from the server and wait until those files are re

      Written by: Joomla Web Developement Tutorial


      WaveText: a cool looking Javascript
      Please click on the link to read article. I know this is an inconvience but it really does help me keep this site online. Thank you for your underatanding.

      Written by: The Matthias Chronicles


      Cool Javascript Trick
      Its an old Orkut trick already which used to stumble upon at Orkut and various forums. you probably would have seen it but its a memorable one.Try this  Go to  Click "images"  Fill in "bikes, flowers, cars" or any other word.  You will get a page with alot of images thumbnailed.  Now delete the URL... Read the full entry at PROHACK. Be a pro,Visit PROHACK !

      Written by: PRO HACK


      Basics of Javascript Injection
      JavaScript is a widely used technology within websites and web based applications. JavaScript can be used for all sorts of useful things and functions. But along with this comes some additional security issues that need to be thought of and tested for. JavaScript can be used not only for good purposes, but also for malicious purposes.JavaScript... Read the full entry at PROHACK. Be a pro,Visit PR

      Written by: PRO HACK


      Getting random number between range of two numbers in JavaScript
      Yesterday, Steve asked me how can we have random number function in JavaScript like rand() function of PHP where the programmer can specify the range of two numbers within which we need the random number. Today, I’m going to share two functions in JavaScript, In first function , you can specify the number and the [...]

      Written by: PHP And Ajax Related Useful Resources and Codes


      JQuery, la plataforma JavaScript de Microsoft
      No, no es chiste, la noticia la acabo de leer y me parece sensacional, Microsoft ha decidido utilizar a JQuery como su Plataforma Oficial JavaScript para el desarrollo de la compañia, y obviamente será distribuido como parte de Visual Studio pero sin cambios ni modificaciones. Según leo en el post JQuery, Microsoft y tú en el [...]

      Written by: h@nz ...el Geek


      JavaScript fading effect
      JavaScript fading effect. Have you come across a situation where you need to fade out some text message? Recently in one of my project I wanted to fade out the error message after few seconds. This... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]

      Written by: Some Java, J2EE and WebSphere stuffs


      Problem with IzeaRanks.com JavaScript Tracking Code
      Recently, I've noticed weird behavior of IzeaRanks.com JavaScript tracking code. The JavaScript code makes my blog more annoying. Each time you click ANY links on this blog, new window or tab will open than directly go to this address: don't know how to fix this (because that's not my JS code) so I'll remove IzeaRanks.com tracking code. Bye bye IzeaRanks, you should fix your tracking code!Please t

      Written by: Achmad Z's archives


      Essential Principles of the Javascript Masters
      "JavaScript is one of the most widely used languages in web development. It's simple, yet very powerful, and the number of ways that it can be used are almost limitless. That's why it's so important to gather advice from those who have gone before you. Here are 10 tips from well-respected web developers within the JavaScript community."[via net tuts]

      Written by: Geek Picks


      [Video] Crear Formularios en html , validar en javascript y guardar con php en MYSQL.
      Videotutorial muy interesante creador por Andres Berger donde describe paso a paso como se crea un formulario en html, se valida mediante javascript y lo guardamos en una base de datos en mysql a través de PHP. En total son cinco vídeos de poco más de 5 minutos donde se ve paso a paso la [...]

      Written by: Linwind - De Windows a Linux


      How To Change Gridview Row Color on Mouseover using css and Javascript
      How To Change Gridview Row Color on Mouseover using css and Javascript DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "-transitional.dtd"> Untitled Page .datatable tr:hover,.datatable tr.hilite { background-color: #DFE7F2; color: #000000; } var rows = document.getElement

      Written by: ASP.NET, VB.NET, C, SQL SERVER Real Time Codes


      How To get selected value of dropdownlist using javascript
      How To get selected value of dropdownlist using javascript DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "-transitional.dtd"> Untitled Page .blue { background-color: #ADD8E6; color: #000000; } .red { background-color: #E20A0A; color: #ffffff; } .green { background-color: #3CB371; color: #ffffff; } .yellow { background-color: #FFF280; color:

      Written by: ASP.NET, VB.NET, C, SQL SERVER Real Time Codes


      Convert XML Document to String in JavaScript
      Often we want to convert the XMLObject generated by JavaScript in memory to String, this is essential as a developer we would like to test whether the generated XML is as per the required XML Structure This article contains javascript code snippet that will allow you to convert XML Object to String. If you [...]

      Written by: Techie Zone


      JavaScript - Cross Browser Modal Dialog Box
      The following JavaScript code snippet demonstrates how to create a wide variety of modal dialog boxes. The first block of JavaScript code can be put into a generic .js script file. The second JavaScript block contains a couple of wrapper samples for creating a yes, no, cancel option as well as a yes, no, maybe option to demonstrate that you can create an unlimited number of customized dialogs. Y

      Written by: Web Technologies


      Table row manipulation using jQuery JavaScript
      In a jQuery tutorial, I’ve shown how to display different color in alternate row of table using jQuery. This time I’ve come up with advanced version of same tutorial where you can add different color in alternate row of table whereas you can display a different color when mouse moves over each row of table [...]

      Written by: PHP And Ajax Related Useful Resources and Codes


      Pacman hecho en Javascript
      Realmente sorprendente lo que ha hecho la gente de Digital Insane, el famoso juego de Pacman hecho solamente con JavaScript utilizando la Libreria Java Script Yui de Yahoo, en verdad es bastante sorprendente lo que se puede hacer con un poco de tiempo libre, mucha creatividad y paciencia. Si estas como yo, ya hiciste tus avances [...]

      Written by: h@nz ...el Geek


      Script Menguji Kecepatan Javascript Browser
      Pernahkan Anda membayangkan menguji kecepatan Javascript browser yang Anda pakai daripada hanya melihat review dari majalah-majalah atau situs web tertentu? Saya telah membuatkan sebuah script sederhana untuk menguji itu semua. Script yang Saya maksud adalah:<html><head><title>Javascript Performance Iteration Test</title><!-- Code by Muhammad Mufid --></head><

      Written by: ByteArea


      JavaScript Calculator
      JavaScript calculator allow you to enable calculation tool on the web. This calculator support basic operation such as division(-), multiplication (*), substraction(-), addition(+), negation(+/-), and percentage(%). This calculator can be enhanced for sure by adding more advanced mathematical operations. Platform This script can be run well using Mozilla Firefox (any version), Internet Explore

      Written by: Code Centre


      JavaScript Calculator
      JavaScript calculator allow you to enable calculation tool on the web. This calculator support basic operation such as division(-), multiplication (*), substraction(-), addition(+), negation(+/-), and percentage(%). This calculator can be enhanced for sure by adding more advanced mathematical operations. Platform This script can be run well using Mozilla Firefox (any version), Internet Explorer (

      Written by: Isusx’s Programming Corner


      HTML and JavaScript inside blogger posts using custom display boxes
      It is very difficult for anyone using blogger blogs to show HTML codes and JavaScript inside the blog posts . You might have seen people showing the scripts in small display boxes of fixed length and width. Now after applying this blogger trick you will be able to show HTML and JavaScript inside blogger posts with custom display boxes .Click on layout of the blog in which want show HTML or JA

      Written by: Tips for Blogger and wordpress ,iPhone ,mobile,Windows 7 ,Linux ,Mac OS software reviews


      Frameworks Javascript - Showcase
      O que são frameworks javascript? Frameworks Javascript são as ferramentas mais novas e mais utilizadas hoje em dia no desenvolvimento web. Com a vinda da "Web 2.0" e seus recursos com AJAX tornaram-se essenciais no dia-a-dia. As Frameworks tem como objetivo tornar o nosso trabalho mais produtivo, visto que são criados com praticamente tudo que necessitamos para criar [...]

      Written by: Dk Design


      PacMan en Javascript gracias a YUI!
      Hoy via Ajaxian, descubro PacMan! una implementación del famoso de juego en javascript, todo gracias al potencial que YUI! nos ofrece. Y es que la librería de Yahoo! permite hacer cosas realmente sorprendentes.Artículos relacionados PacMan ha muerto!!!Mensaje oculto gracias a CSS3Implementando de HTML5 con JavascriptSexyLightBox, un lightbox diferenteSmoothGallery, galería de imagenes con Moo

      Written by: Seguílaflecha


      Page Load Timer: A small, but useful JavaScript
      Please click on the link to read article. I know this is an inconvience but it really does help me keep this site online. Thank you for your underatanding.

      Written by: The Matthias Chronicles


      Funny with JAVASCRIPT
      Funny javascript trick that will let you edit any webpage! Just go to a webpage that you want to change and put this code in the address bar, then press enter and enjoy the show.javascript:document.body.contentEditable='true'; document.designMode='on'; void 0Just copy and paste this code into your web browser as you are on one page you can do this to any site it is so funny, then press enter and

      Written by: the sun rises in the east


      Use custom fonts, PHP, DOM & Javascript Image Replacements
      Using custom fonts sometimes can give a different “soul” to the web page, but as a good web designer we shouldnt fully strict to the “looks & feels” but also the accessibility, cross compatibility, always try to make it present almost in the same way across different screen readers, browsers, and media. now days we [...]

      Written by: Bali Freelance Web Developer


eXTReMe Tracker