CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - javascript Cookbook
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - javascript Cookbook - List
[
Develop Tools
]
Oreilly_JavaScript.And.DHTML.Cookbook.eBook-LiB=.r
DL : 0
JavaScript FAQ内容详尽,很有参考价值!-JavaScript detailed FAQ, great reference value!
Update
: 2008-10-13
Size
: 1.45mb
Publisher
:
cyij
[
Other resource
]
OReilly.Rails.Cookbook.Jan.2007
DL : 0
The Rails Cookbook is is packed with the solutions you need to be a proficient developer with Rails, the leading framework for building the new generation of Web 2.0 applications. Recipes range from the basics, like installing Rails and setting up your development environment, to the latest techniques, such as developing RESTful web services. Topics include: . Modeling data with the ActiveRecord library . Setting up views with ActionView and RHTML templates . Building your application s logic into ActionController . Testing and debugging your Rails application . Building responsive web applications using JavaScript and Ajax . Ensuring that your application is security and performs well . Deploying your application with Mongrel and Apache . Using Capistrano to automate deployment . Using the many Rails plugins Working with graphics
Update
: 2008-10-13
Size
: 2.07mb
Publisher
:
samuel chuang
[
Books
]
Oreilly_JavaScript.And.DHTML.Cookbook.eBook-LiB=.r
DL : 0
JavaScript FAQ内容详尽,很有参考价值!-JavaScript detailed FAQ, great reference value!
Update
: 2025-02-19
Size
: 1.45mb
Publisher
:
cyij
[
Other
]
OReilly.Rails.Cookbook.Jan.2007
DL : 0
The Rails Cookbook is is packed with the solutions you need to be a proficient developer with Rails, the leading framework for building the new generation of Web 2.0 applications. Recipes range from the basics, like installing Rails and setting up your development environment, to the latest techniques, such as developing RESTful web services. Topics include: . Modeling data with the ActiveRecord library . Setting up views with ActionView and RHTML templates . Building your application s logic into ActionController . Testing and debugging your Rails application . Building responsive web applications using JavaScript and Ajax . Ensuring that your application is security and performs well . Deploying your application with Mongrel and Apache . Using Capistrano to automate deployment . Using the many Rails plugins Working with graphics
Update
: 2025-02-19
Size
: 2.07mb
Publisher
:
samuel chuang
[
JSP
]
OReilly.JavaScript.and.DHTML.Cookbook.2nd.Edition
DL : 0
This about JavaScript.-This is about JavaScript.
Update
: 2025-02-19
Size
: 2.91mb
Publisher
:
Yong-goo
[
JSP/Java
]
Oreilly.Java.Script.And.DHTML.Cookbook.eBook-LiB.
DL : 0
On numerous online forums for JavaScript and DHTML, the majority of questions begin with "How do I...?" This new Cookbook provides the answers with a comprehensive collection of problems, solutions, and practical examples. The book s recipes range from simple tasks, such as manipulating strings and validating dates in JavaScript, to entire libraries that demonstrate complex tasks, such as cross-browser positioning of HTML elements and sorting tables.
Update
: 2025-02-19
Size
: 1.47mb
Publisher
:
mojtaba
[
Other
]
Oreilly-jQuery_Cookbook
DL : 0
jQuery Cookbook Edition December 2009 jQuery simplifies building rich, interactive web frontends. Getting started with this JavaScript library is easy, but it can take years to fully realize its breadth and depth this cookbook shortens the learning curve considerably. With these recipes, you ll learn patterns and practices from 19 leading developers who use jQuery for everything from integrating simple components into websites and applications to developing complex, high-performance user interfaces. - jQuery Cookbook Edition December 2009 jQuery simplifies building rich, interactive web frontends. Getting started with this JavaScript library is easy, but it can take years to fully realize its breadth and depth this cookbook shortens the learning curve considerably. With these recipes, you ll learn patterns and practices from 19 leading developers who use jQuery for everything from integrating simple components into websites and applications to developing complex, high-performance user interfaces.
Update
: 2025-02-19
Size
: 3.35mb
Publisher
:
zengjian
[
JSP
]
OReilly.JavaScript.and.DHTML.Cookbook.2nd.Edition
DL : 0
this a book that teaches javascript -this is a book that teaches javascript
Update
: 2025-02-19
Size
: 2.79mb
Publisher
:
muge
[
WEB Code
]
Regular-Expressions-Cookbook
DL : 0
中文名称:《正则表达式经典实例》 本书讲解了基于8种常用的编程语言使用正则表达式的经典实例。书中提供了上百种可以在实战中使用的实例,以帮助读者使用正则表达式来处理数据和文本。对于如何使用正则表达式来解决性能不佳、误报、漏报等常见的错误以及完成一些常见的任务,本书给出了涉及基于C#、Java、JavaScript、Perl、PHP、Python、Ruby和VB.NET等编程语言的解决方案。 本书的读者对象是对正则表达式感兴趣的软件开发人员和系统管理员。本书旨在教会读者很多新的技巧以及如何避免语言特定的陷阱,读者可以通过本书提供的实例解决方案库来解决实践中的复杂问题。 -This cookbook provides more than 100 recipes to help you crunch data and manipulate text with regular expressions. Every programmer can find uses for regular expressions, but their power doesn t come worry-free. Even seasoned users often suffer from poor performance, false positives, false negatives, or perplexing bugs. Regular Expressions Cookbook offers step-by-step instructions for some of the most common tasks involving this tool, with recipes for C#, Java, JavaScript, Perl, PHP, Python, Ruby, and VB.NET. With this book, you will: * Understand the basics of regular expressions through a concise tutorial * Use regular expressions effectively in several programming and scripting languages * Learn how to validate and format input * Manage words, lines, special characters, and numerical values * Find solutions for using regular expressions in URLs, paths, markup, and data exchange * Learn the nuances of more advanced regex features * Understand how regular expressions APIs
Update
: 2025-02-19
Size
: 4.32mb
Publisher
:
zj
[
FlashMX
]
SaveChartImage
DL : 0
The ability to allow a user to save a Flex chart, or in fact any Flex UI component, as an image has popped up on my radar several times over the last few years. Solutions to the problem have generally involved producing a pop-up window with the UI component as an image that the user can then save, either by bouncing the information off a server (James Ward – RIA Cowboy and Flex Cookbook) or interacting with JavaScript (Doug McCune). However, additions made to the framework in Flex 3 combined with new features of Flash Player 10 have made these cumbersome techniques redundant. It is now possible to provide this functionality directly from your Flex application in two simple steps.-The ability to allow a user to save a Flex chart, or in fact any Flex UI component, as an image has popped up on my radar several times over the last few years. Solutions to the problem have generally involved producing a pop-up window with the UI component as an image that the user can then save, either by bouncing the information off a server (James Ward – RIA Cowboy and Flex Cookbook) or interacting with JavaScript (Doug McCune). However, additions made to the framework in Flex 3 combined with new features of Flash Player 10 have made these cumbersome techniques redundant. It is now possible to provide this functionality directly from your Flex application in two simple steps.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
PG
[
JSP/Java
]
Ext-JS-3.0-Cookbook-[2009]
DL : 0
109 great recipes for building impressive rich internet applications using the Ext JS JavaScript library
Update
: 2025-02-19
Size
: 2.74mb
Publisher
:
Marcus Arcus
[
JSP/Java
]
ExtJSBooks
DL : 0
ExtJS books APress Practical Ext JS Projects with Gears.pdf Ext JS 3.0 Cookbook October 2009.pdf Ext JS in Action.pdf Packt - EXT JS 3.0 Cookbook (10-2009) (ATTiCA).pdf Packt Publishing Learning Ext JS.pdf Wrox.Professional.JavaScript.Frameworks.Prototype.YUI.ExtJS.Dojo.and.MooTools.Aug.2009.pdf
Update
: 2025-02-19
Size
: 32.71mb
Publisher
:
xul8tr
[
Industry research
]
JavaScript-a-DHTML-Cookbook
DL : 0
great Book for all java Scripting lovers
Update
: 2025-02-19
Size
: 2.86mb
Publisher
:
bolty
[
JSP/Java
]
Oreilly.JavaScript.Cookbook
DL : 0
user guide for beginner introduction to javascript.Good starting point to learn javascript.
Update
: 2025-02-19
Size
: 5.17mb
Publisher
:
callk
[
Other
]
Backbone.js-Cookbook-by-Vadim-Mirgorod---2013
DL : 0
Back Bone Cook Book Javascript
Update
: 2025-02-19
Size
: 2.49mb
Publisher
:
Ambrose
[
JSP
]
Oreilly.JavaScript.Cookbook.Jul.2010
DL : 0
I wrote my first book on JavaScript 15 years ago, and had to scramble just to find enough material to fill a book. With the JavaScript Cookbook, I had to choose among hundreds of uses to determine what to include. After all these years of watching JavaScript grow, I am still surprised at how far-reaching the use of JavaScript has become. In my opinion, there is no more useful programming language or development tool. About the only technology with wider use is HTML.
Update
: 2025-02-19
Size
: 5.48mb
Publisher
:
szz
[
JSP/Java
]
七周七并发模型+带书签目录+高清完整版.pdf
DL : 0
Directory: Web develop Plat: JavaScript Size: 538KB Downloads: 0 Upload time: 2017-12-02 14:30:57 Uploader: Mio Description: A xss bypass cookbook
Update
: 2025-02-19
Size
: 31.42mb
Publisher
:
vnosz02
[
GIS program
]
Cookbook
DL : 0
Openlayer地图开源库的高阶应用,是对beginner的补充和淬炼(Nowadays, OpenLayers is the most complete and powerful open source JavaScript library to create any kind of web mapping application. In addition to offering a great set of components, such as maps, layers, or controls, OpenLayers offers access to a great number of data sources using many different data formats, implements many standards from Open Geospatial Consortium)
Update
: 2025-02-19
Size
: 4.39mb
Publisher
:
好学的小桂子
[
Network Develop
]
Node
DL : 0
HTML5 and JavaScript Projects, 2nd Edition Instant Node.js Starter.pdf Learning Node, 2nd Edition.pdf Learning Node.pdf Node Cookbook, Second Edition.pdf
Update
: 2022-03-09
Size
: 34.61mb
Publisher
:
Maker2Over
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.