aguea asia
JavaScript'n
@JavaScriptn
Joined September 2009
Tweets
13
Following
9
Followers
7
Likes
8
Photos and videos
Photos and videos
Tweets
JavaScript'n
@JavaScriptn
24 May 2010
I miss the slot machine from the top of the tweetie app or as now know the Twitter app.
JavaScript'n
@JavaScriptn
19 Nov 2009
FAI whinging asking FFF do right thing & join call for replay? should be taking lead demanding use of Video & getting support.
#MyLastWord
JavaScript'n
@JavaScriptn
17 Sep 2009
YUI 2.8.0 is now available: http://bit.ly/JA447 (via
@yuilibrary
)
JavaScript'n
@JavaScriptn
10 Sep 2009
Needs to display JSON in graphical form... YUI uses requires flash... not too keen on that... let me see what other libraries have.
JavaScript'n
@JavaScriptn
9 Sep 2009
language="javascript" isn't needed, as in <script language="javascript" , so you don't have to use it <script src= will do the job
JavaScript'n
@JavaScriptn
9 Sep 2009
Douglas Crockford (javascript authority) "The JavaScript Programming Language" http://video.yahoo.com/watch/111593/1710507 Some great stuff
JavaScript'n
@JavaScriptn
9 Sep 2009
To empty a javascript array set the .length = 0 eg. var Arr [1,2,3,4]; to empty it Arr.length = 0;
JavaScript'n
@JavaScriptn
9 Sep 2009
YUI tabViews are powerful. Dynamically create tabs on the fly, use the Tab.addListener to add functionality to each tab for a given event.
JavaScript'n
@JavaScriptn
8 Sep 2009
Firebug the Firefox plugin a Javascript developers best friend (for the most part).
JavaScript'n
@JavaScriptn
8 Sep 2009
.Net JSON serialization not good, don't bother with 3rd party stuff serialize it urself, loop through your dataset and return ur own string
JavaScript'n
@JavaScriptn
8 Sep 2009
TableViews for YUI offer a lot for quick customizable front end rendering with JSON, there is an XML option but JSON is where its at.
Load more