Home | Custom Catalogs | Content Management | Custom Design | Online Courseware | Specialized programming | Search Engine Optimization | Web Hosting | Web 2.0 | HTML editing | JavaScript programming | ASP programming | Ajax | MySQL | Flash design | PHP programming | Database development | Jquery
1 2 3 4 5 6
Comment on Video: Douglas Crockford, “Advanced JavaScript” by ... at 2008-05-08 13:41:05
and in the YUI Theater two presentations created by Yahoo! JavaScript Architect Douglas Crockford (“Advanced JavaScript” and“An Inconvenient API: The Theory of the Dom”). Today I’m happy to announce […]
Comment on Video: Douglas Crockford, “An Inconvenient API: The ... at 2008-05-08 13:41:05
door Yahoo! JavaScript Architect Douglas Crockford (“Advanced JavaScript” and“An Inconvenient API: The Theory of the Dom”). In deze presentatie, die eigenlijk bedoeld is als het begin een 3-delige cursuscourse […]
Comment on YUI Theater: Douglas Crockford, The JavaScript ... at 2008-05-08 13:41:05
YUI Theater: Douglas Crockford, The JavaScript Programming Language » Yahoo! User Interface Blo… […]
Beginning JavaScript with DOM Scripting and Ajax: From Novice to ... at 2008-05-08 13:41:05
Presenting an essential guide for modern JavaScript programming, this text covers everything you need to know to get up to speed with JavaScript development to add dynamic enhancements to web pages and program Ajax-style applications.
Tuesday May 6, JavaOne at 2008-05-08 13:41:05
JavaScript programming language: The Language Everybody Loves to Hate. great talk by Roberto Chinnici. Nice summary of functional and prototype-based object orientation aspects of JavaScript. You can easily impress your friends will ...
links for 2008-05-07 at 2008-05-08 13:41:05
(tags: books free javascript programming). Ruby has a distribution problem. (tags: ruby programming deployment gems). The Programming Languages Zoo. (tags: languages programming education ocaml compiler optimization) ...
links for 2008-05-08 at 2008-05-08 13:41:05
(tags: browser development extension extensions firefox javascript programming xul). When location is everywhere. (tags: chrismessina factoryjoe geo location locationbased privacy). Find Your Lost Cell Phone with PhoneMyPhone [Cell ...
Comment on YUI Theater: Douglas Crockford, The JavaScript ... at 2008-05-08 13:41:05
I can’t view any of the JavaScript videos. All I see is a black screen. Please advose.
low cost php/javascript programming at 2008-05-08 13:41:05
I am available to do some php and javascript programming. I know ajax with the exception of really advanced stuff. Php programming includes mysql. I can code a wide range of php applications that include user databases and logins to ...
JavaOne Day #1 Report: ROCKING! at 2008-05-08 13:41:05
“JavaScript? Programming Language: The Language Everybody Loves to Hate” by Roberto Chinnici. Outline:. Introduction to the functional nature of JavaScript; Mentioned that you can only have scope through functions (but later showed ...
The Most Important Online Safety Tips for Teens at 2008-05-08 13:41:04
games safely Some games are played directly on the web. They require you to turn on ActiveX or JavaScript, programming languages that developers write to help you use your web browser. Although this code can be very helpful when it is turned on, it
Learn to develop web applications with new book on the Yahoo User Interface JavaScript library at 2008-05-08 13:41:04
is a new book from Packt that teaches users to develop next generation web applications with the YUI JavaScript development library. The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly
The Most Important Online Safety Tips for Teens at 2008-05-08 13:41:04
games safely Some games are played directly on the web. They require you to turn on ActiveX or JavaScript, programming languages that developers write to help you use your web browser. Although this code can be very helpful when it is turned on, it
The Most Important Online Safety Tips for Teens at 2008-05-08 13:41:04
games safely Some games are played directly on the web. They require you to turn on ActiveX or JavaScript, programming languages that developers write to help you use your web browser. Although this code can be very helpful when it is turned on, it
Developing a Dice Game Using ASP.NET Futures Drag and Drop Techniques at 2008-05-08 13:41:04
client-side drag & drop solutions. However, in this article, we'll focus on ASP.NET AJAX client-side drag & drop programming with the development of a simple dice game.Drag & drop is the tremendous improvement within the desktop applications area that
Singapore volunteers share IT skills with students in Bhutan at 2008-05-08 13:41:04
one of the country's most wired schools, would-be IT instructors learn everything from web and coursework design to Javascript programming. When these trainee teachers graduate and go out to teach in dozens of secondary schools across the country, they
Singapore volunteers share IT skills with students in Bhutan at 2008-05-08 13:41:04
one of the country's most wired schools, would-be IT instructors learn everything from web and coursework design to Javascript programming. When these trainee teachers graduate and go out to teach in dozens of secondary schools across the country, they
Lombardi Java Experts Present at 2008 JavaOne Conference in San Francisco at 2008-05-08 13:41:04
discuss their experiences using GWT as well. The second conference presentation, also a BOF session, is entitled 'The JavaScript" Programming Language for Enterprise Application Scripting: Five Years of Experience.' will be hosted by Olivier Modica,
Net Value: Year of malicious mouse cursors at 2008-05-08 13:41:04
attractive attack vector against mobile devices. Java and AJAX â?? PC threats could now threaten smart phones The Javascript programming language, along with Asynchronous JavaScript and XML (AJAX), provide a potential gateway to manipulate mobile
Save on Racquets, Shoes, Apparel at Tennis Express - Sponsored Link at 2008-05-08 13:41:04
Ad - Best Brands, Best Selection, Best Service. Shop Today!
Kent Beck at 2008-05-08 13:40:58
one of the three creators of the agile process extreme programming, and is the author of the books "Extreme Programming Explained. Embrace Change", ISBN 0201616416, "Test Driven Development: by example", ISBN 0321146530, and "Planning Extreme Programming", with Martin Fowler, ISBN 0201710919. See Kent's presentation on another wiki website, http://www.c2.com/cgi/wiki?KentBeck
KDevelop at 2008-05-08 13:40:58
3.2 in February 2004. Unlike many other IDEs, KDevelop does not include a compiler, instead relying on gcc to produce executable code. The new version 3.0 ("Gideon"), is currently under development, and supports many more programming languages like Ada, Bash, Fortran, Java, Pascal, Perl, Python, Ruby and SQL.
Vector processor at 2008-05-08 13:40:58
always "pointed to" by passing in an address to a memory location that holds the data. Decoding this address and getting the data out of the memory takes some time, a time delay that has historically grown more annoying as CPU speeds have increased. In order to reduce the amount of time this takes, most modern CPUs use a technique known as instruction pipelining in which the instructions pass though several sub-units in turn. The first sub-unit reads the address and decodes it, the next gets the values, and the next does the math. With pipelining the "trick" is to start decoding the next instruction even before the first has left the CPU, in assembly line fashion, so the address decoder is constantly in use. Any particular instruction takes the same
Very long instruction word at 2008-05-08 13:40:58
the compiler uses heuristic or profile information to guess the direction of a branch. This allows it to move and preschedule operations speculatively before the branch is taken, favoring the most likely path it expects through the branch. If the branch goes the unexpected way, the compiler has already generated compensation code to discard speculative results in order to preserve program semantics. The term VLIW, and the VLIW architecture concept, was by Prof. Josh Fisher in his research group at Yale University in the early 1980s. His original development of Trace Scheduling as a compilation technique for VLIW was developed when he was a graduate student at New York University. Prior to VLIW, the notion of prescheduling functional units and instruction level parallelism in software was well established in the practice
Verb Subject Object at 2008-05-08 13:40:58
of these constitutents in neutral expressions. The word order roughly corresponds to the order of symbols in (non-reverse) Polish notation or the S-expressions of the Lisp programming language. The other permutations according to importance Subject Object Verb (e.g. Japanese, Persian, Latin) Subject Verb Object (e.g. English, German, Kiswahili, Chinese) Verb Object Subject (e.g. Fijian) Object Subject Verb (e.g. Xavante) Object Verb Subject (rare)
Z shell at 2008-05-08 13:40:58
(csh) as well. In effect, it attempts to combine the programmability and syntax of the Korn shell with useful features from the C shell, since the C shell has some serious drawbacks as a programming language. External Links Zsh Home page C Shell programming considered harmful (by Tom Christiansen)
Inform programming language at 2008-05-08 13:40:58
Inform programming language Inform is a design system for interactive fiction (IF), created in 1993 by Graham Nelson. The Inform compiler generates files in Z-code (also called story files) from Inform sourcecode; a version also exists capable of generating files for the Glulx virtual machine. Although Inform and the Z-Machine were originally designed with the Interactive Fiction genre in mind, a large number of other programs have been developed, including a BASIC interpreter and a version of the game Snake. External Links Official web site: http://www.inform-fiction.org/ Most inform tools are available at http://www.ifarchive.org/ This article is a stub. You can help Wikipedia by fixing it.
Inductive logic programming at 2008-05-08 13:40:58
Inductive logic programming Inductive logic programming (ILP) is a machine learning approach, which uses techniques of logic programming. From a database of facts and expected results, which are divided into positive and negative examples, an ILP system tries to derive a logic program that proves all the positive and none of the negative examples. Schema: positive examples + negative examples + background knowledge = rules. Inductive logic programming is particularly useful in natural language processing. Implementations Aleph ( http://web.comlab.ox.ac.uk/oucl/research/areas/machlearn/Aleph ) Foil ( ftp://ftp.cs.su.oz.au/pub/foil6.sh ) Lime ( http://cs.anu.edu.au/people/Eric.McCreath/lime.html )
Inheritance (object-oriented programming) at 2008-05-08 13:40:58
Inheritance (object-oriented programming) See inheritance (computer science)'' for other computing uses of inheritance. In object-oriented programming of computer science, an inheritance is a way to form new classeses or objectss using pre-defined objects or classes where new ones simply take over old ones's implemetions and characterstics. It is intended to help reuse of existing code with little or no modification. Complex inheritances may cause the Yo-yo problem. Applications of inheritance Specialization One common reason to use inheritance is to create specializations of existing classes or objects. This is often called subtyping when applied to classes. In specialization, the new class or object has data or behavior aspects which are not part of the inherited class. For example, a "Bank Account" class might have data for an "account number", "owner",
INTERCAL programming language at 2008-05-08 13:40:58
INTERCAL programming language INTERCAL is a programming language parody. It is said by the authors to stand for "Compiler Language With No Pronounceable Acronym". INTERCAL was perpetrated by Don Woods and James Lyons, two Princeton University students, in 1972 and is purposely different from all other computer languages in all ways but one; it is purely a written language, being totally unspeakable. An excerpt from the INTERCAL Reference Manual will make the style of the language clear: It is a well-known and oft-demonstrated fact that a person whose work is incomprehensible is held in high esteem. For example, if one were to state that the simplest way to store a value of 65536 in a 32-bit INTERCAL variable is: DO :1 <- #0$#256 any sensible programmer would
Site RSS |