RSS feed [root] /weblog /script /web




login:

password:

title search:




 


Thu Apr 06 06:33:49 GMT 2023

script



(google search) (amazon search)
second
download zip of files only

Sat May 16 15:10:40 GMT 2020 From /weblog/web/script

reference


Prototype reference - http://www.snook.ca/archives/000531.php

Discussion of javascript with a lot of pointers - http://www.codinghorror.com/blog/archives/000857.html

New version of Javascript - http://lambda-the-ultimate.org/node/2289

15 javascript you cannot live without - http://www.webcodr.com[..]vascript-snippets-you-cant-live-without/

A tutorial - http://www.sitepoint.com/print/javascript-from-scratch

Pointers of a lot of libraries - http://ejohn.org/blog/the-world-of-ecmascript/ http://developerlinks.blogspot.com[..]/my-library-of-javascript-libraries.html

The 2020 Web Developer Roadmap - https://levelup.gitconnected.com[..]-2020-web-developer-roadmap-76503ddfb327 https://www.infoq.cn/article/2byFJBbLbeLzlQ55hTQu

(google search) (amazon search)


Sun Mar 15 23:46:47 GMT 2020 From /weblog/web/script

game


How I made a 3D game in only 2KB of JavaScript - http://frankforce.com/?p=7427

(google search) (amazon search)


Mon Oct 17 15:17:30 GMT 2011 From /weblog/web/script

date


How to display local time to users in browser? - http://thoughtworker.in/2011/10/15/local-time-in-browser/

(google search) (amazon search)


Tue Mar 22 06:38:46 GMT 2011 From /weblog/web/script

hint


http://jamescrisp.org[..]ipt-the-good-parts-by-douglas-crockford/

http://www.stevesouders.com[..]12/07/downloading-javascript-as-strings/ <- in order to improve performance

Possible benefit of using library JS from other host - http://encosia.com[..]u-should-let-google-host-jquery-for-you/

Use iframe to make script load async - http://www.i-programmer.info[..]eb-pages-faster-with-a-simple-tweak.html

(google search) (amazon search)


Tue Mar 08 00:45:59 GMT 2011 From /weblog/web/script

DSL


Introduction to mobi, a DSL to web - http://www.infoq.com/articles/Mobl

(google search) (amazon search)


Thu Jan 20 15:59:59 GMT 2011 From /weblog/web/script

jquery


http://answers.oreilly.com[..]5-things-you-might-not-know-about-jquery

http://thenerdary.net[..]y/beautiful_element_creation_with_jquery


(google search) (amazon search)


Wed Jan 20 17:47:44 GMT 2010 From /weblog/web/script

framework


A nice logging framework for javascript - http://jroller.com/page/jmars?entry=log4javascript

Comparison of Application frameworks of javascript - http://gavinbenda.com.au[..]07/07/04/javascript-frameworks-compared/ http://technoticles.com[..]0/01/15/javascript-framework-comparison/

(google search) (amazon search)


Mon Mar 17 17:25:33 GMT 2008 From /weblog/web/script

ajax security


Some simple rule:

If you use user authentication, make sure you check for it on the request page!
Check for SQL Injections
Check for JavaScript Injections
Keep the Business Logic on the server!
Don't assume every request is real!
Check the data with validation!
Look at the request’s header information and make sure it is correct

http://radio.javaranch.com[..]pascarello/2005/11/16/1132198968655.html

(google search) (amazon search)


Wed Jan 02 11:35:38 GMT 2008 From /weblog/web/script

parser


Collections of javascript parser - http://discuss.joelonsoftware.com/default.asp?design.4.576900

(google search) (amazon search)


Thu Jul 12 11:19:36 GMT 2007 From /weblog/web/script

cross browser cursor positioning


Show how to control cursor using javascript: http://ajaxian.com[..]ipt-tip-cross-browser-cursor-positioning

cross-browser-window-size-and-centering - http://www.geekdaily.net[..]cross-browser-window-size-and-centering/

(google search) (amazon search)


Wed Jul 05 04:17:43 GMT 2006 From /weblog/web/script

compressor


The downloadable one is only trim thing like white spaces and new line, but the online only one actally obfuscate your javascript

http://blog.taragana.com[..]how-to-compress-javascript-files-safely/

(google search) (amazon search)


Mon Feb 06 03:53:56 GMT 2006 From /weblog/web/script

Closing IE windows without promote


http://jroller.com/page/coreteam?entry=close_an_ie_window_without

(google search) (amazon search)


Tue Jan 24 12:51:55 GMT 2006 From /weblog/web/script

firefox new javascript console


Look quite nice: https://addons.mozilla.org[..]moreinfo.php?id=1843&application=firefox

(google search) (amazon search)


Mon Dec 19 09:35:45 GMT 2005 From /weblog/web/script

auto scroll html select list


we can use script to update the select list and make it scroll automatically

http://radio.javaranch.com[..]pascarello/2005/12/14/1134573598403.html

(google search) (amazon search)


Wed Dec 07 04:11:11 GMT 2005 From /weblog/web/script

profiling javascript


Most of the cast javascript are pretty fast to execute, but sometime you still need to profile and tuning, this is a good resource about this area

http://www.xml.com/lpt/a/2005/11/30/tuning-ajax-performance.html

(google search) (amazon search)


Tue Dec 06 11:19:57 GMT 2005 From /weblog/web/script

xml


Nice~

http://www.weiqigao.com[..]ml_comes_to_firefox_1_5s_javascript.html

(google search) (amazon search)


Fri Nov 25 18:58:58 GMT 2005 From /weblog/web/script

copy array


A better way to copy array in javascript

http://dhtmlkitchen.com/news/gen/?permalink=copyArrays.html

(google search) (amazon search)


Fri Nov 25 12:19:56 GMT 2005 From /weblog/web/script

javascript memory leak


Worth to take a look, and it don't look like a browser specific problem

http://ajaxian.com/archives/2005/11/quirksmode_memo.html

(google search) (amazon search)


Fri Oct 14 08:08:14 GMT 2005 From /weblog/web/script

javascript automatic build


nice trick and I luckly have a mac

http://blogs.codehaus.org[..]tinuous_integration_with_javascript.html

(google search) (amazon search)


Wed Oct 12 07:04:55 GMT 2005 From /weblog/web/script

package exe from ruby script


Look nice

http://abstractplain.net/blog/?p=838

(google search) (amazon search)


Tue Sep 20 06:54:46 GMT 2005 From /weblog/web/script

peeve with javascript


According to author and the comments they don't like javascript in following:

1) null behaviour
2) exception behaviour
3) arrays behaviour

http://www.redhillconsulting.com.au[..].com.au/blogs/simon/archives/000280.html

But for me, poor namespace support is the biggest one.
http://www.jroller.com[..]?anchor=the_javascript_namespace_problem

(google search) (amazon search)


Wed Sep 07 04:19:14 GMT 2005 From /weblog/web/script

library to prevent embed javascript in html


Instead of:

<li>
<a onclick="this.parentNode.removeChild(this)" href="#">Click me to delete me</a>
</li>

Your markup remains:

<ul id="example">
<li>
>a href="/someurl">Click me to delete me
</li>
</ul>

Then, in a separate script, you can provide the behavior using CSS selectors.

var myrules = {
'#example li' : function(el) {
el.onclick = function() {
this.parentNode.removeChild(this);
}
}
};

Behaviour.register(myrules);

http://www.firelord.net/modifiedbehavior

(google search) (amazon search)


Wed Aug 17 04:31:29 GMT 2005 From /weblog/web/script

javascript overloading


In contrast to java, javascript don't support method overloading, JavaScript supports only allow a single function to use a specific name on a page.

http://www.woodger.ca/jvjs.htm

(google search) (amazon search)