Tags: Ajax, CSS, Dojo Toolkit, Ext, gallerie, Grafica & Design, Internet, Javascript, jQuery, lightwindow, mootools, Prototype, Prototype.js, scriptaculous, shadowbox, slideshow, slimbox, Sviluppo, Unobtrusive, Unobtrusive JavaScript, Yahoo YUIQualcuno potrebbe dire - e non a torto - basta! Di librerie Javascript (Unobtrusive - non intrusive, o parzialmente) per gestire immagini e gallerie ce ne sono davvero tante. [...]
cPanel announced today that it?s security team has identified several key components of a hack known as the Random JavaScript Toolkit. The systems affected by this hack appear to be Linux® based and...
Read more at http://websitemakinginfo.blogspot.com
Tags: edit online, Editor, Internet, Javascript, PHP, Sviluppo, Tecnologia, Unobtrusive, Unobtrusive JavaScript, WYSIWYGEditArea è un modo diverso di utilizzare le funzioni di editing online permesse dall'HTML. Questa tecnica, utilizzata il più delle volte per creare Editor WYSIWYG, viene sfruttata in questo caso per fornire un vero e proprio editor di codice.
Un normale campo TextArea viene [...]
Guys I found something interesting and it’s a nice sites for web developer out there, the ajax and javascript resources. These ajax and javascript resources is a big benefit for those web developer, here you can see all examples and demos you want to implement to your site. Like these one; lightbox, accordion, tooltips and other ajax effects. And if you can encounter problems with your ajax and javascript these resources is a big help for you to solve your problem about the script you made. Here you can learn and improve the way you script in a most simple manner. You can also know the tools and tips for other web developer in a whole wide world. These are the Ajax and JavaScript list of sites. I hope it’s a big help for you while scripting your site.Ajax Rain Mini Ajax 40+ Tooltips Scripts Lightbox 2 Ajax Tutorials Dustin Bachrach a developer blog Ajax and JavaScript Galleries Moo Tools Demos Web 2.0 Javascript Loader Generator jQuery AjaxloadAmazing Jquery Exam
Tags: edit online, Editor, HTML Editor, Internet, Javascript, Sviluppo, Tecnologia, WYSIWYG FreeTextBox è un editor HTML scritto in Javascript, per ASP.NET. Questa versione, la 4.0 Beta 1, è compatibile con IE, Mozilla e FireFox su tutti le piattaforme. Come altri editor (vedi: Editor WYSIWYG per il Web) permette di impostare il suo aspetto e gli [...]
Requirements:Java Script enabled browser.Activate the Activex controls if your browser asks for that. Instructions: Open the specified page in a New Window/Tab.Copy the Javascript (Click anywhere in the script box and then Right click and select Copy) given and paste it in the URL barUrl Bar Means ...Place ...... Where You Write http://www.orkut.com/ Hit Enter.Follow the instructions given for each trick Carefully.ColorFul ScrapOpen any page in Orkut which contain text box. (Scrapbook, Community post, etc) Type the message in the Text Box.Copy And Paste the following java script into the URL Bar.javascript:cor=new Array('aqua','blue','fuchsia','gold','gray','green','lime','maroon','navy','olive','orange','pink','purple','red','silver','teal','violet', 'yellow' );var z=0;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,'['+cor[z
A volte dire un semplice "Hello !" può essere un problema. Soprattutto se a dirlo è un alert javascript contenuto in una semplice e stupida pagina html. Ed è ancora più difficile se questo semplice file html è salvato in locale e si cerca di aprilo con Internet Explorer (indovinate chi non da problemi ? FF).Per proteggerci meglio, anzi "Per facilitare la protezione..." come dice il warning, Internet Explorer impedisce a javascript e ad activex di essere eseguiti all'interno di una pagina html salvata in locale. Per i pigri, e più in generale per tutti quelli che si rompono a fare click sul warning e abilitare il contenuto bloccato, basta inserire questa piccolissima istruzione all'inizio del file html :<!-- saved from url=(0013)about:internet -->Salvate il file html e riapritelo con Internet Explorer, il gioco è fatto. Niente più seccature :Per maggiori informazioni vi rimando alla relativa pagina di Microsoft Technet.
Sul numero 118 di questo mese di ioProgrammo è allegato un bel libricino di Francesco Smelzo che si chiama "Javascript by example - Oltre 90 esempi commentati per imparare rapidamente ad usare il linguaggio del web 2.0". L'ho iniziato a sfogliare e ho già trovato il primo esempio utile a pag.13: una utilissima funzione che determina se una variabile è un numero.Proprio qualche giorno ho avuto bisogno di questa funzione e, non avendo ancora tra le mani il libro, ho fatto una ricerca con Google e mi sono imbattuto in alcuni esempi, con diversi approcci e soluzioni. L'esempio contenuto nel libro e fornito da Francesco Smelzo è quello che, per lunghezza di codice ed efficacia, mi è piaciuto subito. Analizziamolo :function isNumber(obj){ return (typeof(obj)=='number'); }la funzione appena descritta può essere utilizzata così:document.write(isNumber("1")); //falsedocument.write(isNumber(1)); //trueIl codice, però, può essere migliorato in quanto il valore, che passiamo alla fu
Tags: Internet, Javascript, SviluppoProto.Menu è una semplice e leggera (2Kb) soluzione Javascript per aggiungere funzionalità di menu contestuali alle pagine HMTL. Questa libreria sfrutta il recente rilascio di prototype 1.6.0_rc0. Le sue caratteristiche essenziali sono:
Leggerezza: ~2 KB (~1.5 KB versione ridotta)
Unobtrusive: non intrusiva
Supporta tutti i browser
Personalizzabile a livello di style-sheet [...]
Tags: ActionScript, addEventListener, addListener, Ajax, ECMA, ECMAScript, eventi, Flash, Internet, Javascript, Prototype, SviluppoUno dei punti di forza di Adobe Flash risiede nella scelta di ECMAScript (sottoprodotti di ECMA - European Computer Manufacturers Association) come standard di scripting. ActionScript e Javascript, infatti, derivano entrambi da uno standard superiore che li rende estremamente simili. Questo è uno [...]
Ever had 2-3 or more text paragraphs and wanted to display them in an unique way? Well, this javascript is it. Javascript Paragraph Crossfader allows you to smoothly fade a paragraph over another.
Download Javascript Paragraph Crossfader
View the CLD File Archive
Share This
Small post, small functions :-) Can be helpful for somebody someday.
htmlEntities, Array_search and strip_tags to Java Script (like PHP functions htmlEntities, array_search and strip_tags).
htmlEntities in Javascript
Sometimes you need convert all applicable characters to HTML entities, also in javascript. Very common use while working with Ajax.
A small diference of this function to php
No PHP, ASP or JSP codes, just JavaScript.
Manipulating XML files or data using JavaScript to create lists, tables, menus, manipulate feeds (rss or atom), etc.
Important: Browser just allow access to files in your own domain (security reasons). Dont try to load XML files of another domains, this is not possible.
1. Make a XML test file
Here, a include function to JavaScript like PHP.
Good for conditional includes.
Using:
if(have_money==true) {
include("girs.js");
} else if(i_am_very_rich==true) {
include("more_more_girls.js");
}else if(i_am_inteligent==true){
include("no_girls_back_to_work.js");
}
Add this function to your code:
function include(arquivo){
//By Fabrício Magri e Micox
//http://elmicox.blogspot.com/2006/12/
Hi, so its christmas time, and you want to get some cool snow flakes showing at your blog/website.
Well you should, because that kind of decoration is always good to have returning visits to your website, its all about making that "first impression".
These kind of snowflakes are really in fashion, here his a code generator very easy to use, just "copy-paste" it, hope you like it ;) and happy
Good news, another book on AIR is released by Adobe, following their OnAIR bus tour. On tour everybody will get paper version, which you cna buy at Amazon.
Book is also available for FREE in electronic version via Ajaxian.com :)
http://ajaxian.com/archives/adobe-air-free-book-download
Javascript as base for AIR sounds great to me, I've read ...
3D TOMB II is JavaScript kind of show off, but BUT it's spectacular scripting. Game composed of 4003 bytes of Javascript with 3d Doom like first person shooter play got to be admired :)
More info on technical speciffiaction, download or online play of the game can be reached via ...
Sometimes developers decide to build sites completly in Javascript that wants to have Flash look and feel. For me it's a bad choice, mostly because of really bad experience, taking bad side in performance and experience because often there are no preloader no real fading no ease and soft transitions ...