キーワード検索「Generic」

389

ASCII.jp:Kindle/iPad対応!電子書籍の作り方|今すぐ始める電子書籍制作入門

ASCII.jp:Kindle/iPad対応!電子書籍の作り方|今すぐ始める電子書籍制作入門 iPadの上陸、Googleの参入などで盛り上がる電子書籍市場。「Webに近い」性質を持つ電子書籍は、Web制作の世界とも決して無縁ではありません。本連載では、「JavaScriptラボ」でおなじみの古籏一浩氏が、主な電子書籍フォーマットのデータの作成方法を解説します。(編集部)(C) David Sifry/CC Attribution 2.0 Generic電子書籍にはPDF、EPUB、.bo...

ascii.jp
228

Rainbow - Javascript Code Syntax Highlighting

Rainbow - Javascript Code Syntax Highlighting Download Select what languages you want to include to build a custom package. Languages select all Generic patterns Javascript HTML CSS PHP Python Rainbow.js v1.0 Production (1.2kb, Minified and Gzipp...

craig.is
5

Web Reflection: JavaScript Protected Properties

Web Reflection: JavaScript Protected Properties Imagine this simple piece of code: var obj = { _name: "protected", gimmeName: function () { return this._name; } }; obj.gimmeName(); // "protected" obj._name; // throws new Errror now, imagine I have ...

webreflection.blogspot.com
1

ExtendScript Support: Generate a Unique File Name

ExtendScript Support: Generate a Unique File Name 2010-05-17Generate a Unique File NameUses Two Other generic functions This is a useful function to generate a unique file name. If the File object it is passed already exists then this function adds a...

extendscript.blogspot.com
2

Ajaxian » TeleHash: Real-time wire protocol for JSON

Ajaxian » TeleHash: Real-time wire protocol for JSON Topics.NET (68)3D (3)Accessibility (57)Adobe (92)Advertising (3)Ajax (384)Ajaxian.com Announcements (15)Android (2)Announcements (99)Appcelerator (3)Apple (19)Aptana (30)Articles (217)Atlas (8)Bespin ...

ajaxian.com
43

Dynamic Drive- Required field(s) validation

Dynamic Drive- Required field(s) validation

www.dynamicdrive.com
11

jQuery Favicons - AndreasLagerkvist.com

jQuery Favicons - AndreasLagerkvist.com Favicons 2.0Created Tuesday 16th of September 2008 by Andreas Lagerkvist Copyright © 2008 Andreas Lagerkvist (andreaslagerkvist.com)Please have a look at the "Other Resources" for bug reports or furth...

andreaslagerkvist.com
6

Web Dev Q&A #1: Callbacks, LESS, and Floats | Nettuts+

Web Dev Q&A #1: Callbacks, LESS, and Floats | Nettuts+ Today marks the first entry in a new “Web Dev Q&A” series. I’m often emailed concerning various web development related questions. Though some are more specific than others, many of these, I’m sure, w...

net.tutsplus.com
4

Web Reflection: Array.prototype.slice VS Arrayfication

Web Reflection: Array.prototype.slice  VS Arrayfication One of the most common operations performed on daily basis directly or indirectly via frameworks and libraries is Array.prototype.slice calls over non Array elements such HTMLCollection, NodeList, and...

webreflection.blogspot.com
138

ADOdb Lite

ADOdb Lite ADOdb Lite, a fast and small ADODB replacementADOdb Lite Version 1.42 - January 11, 2007I have added a new Debug Console to this version of ADOdb Lite to allow any database driver to track execution t...

adodblite.sourceforge.net
82

jQuery JavaScript Templates Tutorial: Nesting Templates - Rey Bango

  jQuery JavaScript Templates Tutorial: Nesting Templates - Rey Bango In my last post, I presented an intro to how to create a template using the new jQuery Template plugin being developed by the Microsoft Ajax Core team. In this tutorial, I’ll show you how to nest temp...

blog.reybango.com
3

Proxy Tutorial

Proxy Tutorial Methods of the handler object that areinvoked by manipulating the corresponding proxy are calledtraps.The full proxy handler API additionallytraps calls to new ES5 built-in methods such asObject.keys ...

prog.vub.ac.be
16

Building iPhone Apps using Titanium and CoffeeScript « Rigel Group

Building iPhone Apps using Titanium and CoffeeScript « Rigel Group We have been using Titanium to build mobile apps for some time now. It is truly amazing how much more productive we are as opposed to when we use POOC (Plain Old Obj-C). Granted, Titanium is not a gre...

rigelgroupllc.com
10

Opera Mini - Wikipedia, the free encyclopedia

Opera Mini - Wikipedia, the free encyclopedia Opera Mini is a web browser designed primarily for mobile phones, smartphones and personal digital assistants. Until version 4 it used the Java ME platform, requiring the mobile device to be able to r...

en.wikipedia.org
1

javascript - How to serialize DOM node to JSON? - Stack Overflow

javascript - How to serialize DOM node to JSON? - Stack Overflow I want to serialize DOM node or even whole window to JSON.For example:>> serialize(document)-> {"URL": "http://stackoverflow.com/posts/2303713","body": {"aLink": "","attributes": ["getNamedItem": "fun...

stackoverflow.com
1

GNOME Shell Documentation

GNOME Shell Documentation Overview On these pages the JavaScript part of the GNOME Shell is documented. All files can be found in the js/ui directory. Main Utilities Drag-and-Drop Tweener Window Management Window Manager Works...

sander.github.com
1

徒然なブログ - ASP.NET MVC と jQuery で新規登録ダイアログと編集ダイアログ

徒然なブログ - ASP.NET MVC と jQuery で新規登録ダイアログと編集ダイアログ 新しいプロジェクトの作成で、ASP.NET MVC を選択します。ビュー・エンジンは Razor を選択しています。 テストなので、モデルはこんな感じで(TestModel.cs)。データを DB で保持していないので、シングルトンにしています。 using System; using System.Collections.Generic; using System.ComponentModel....

www.makcraft.com
1

jQuery Mobileを使ったフリーのスマートフォン向けWordPressテーマ・Generic jQuery Mobile | コブスニュース かちびと.net | コブスオンライン/COBS ONLINE

jQuery Mobileを使ったフリーのスマートフォン向けWordPressテーマ・Generic jQuery Mobile | コブスニュース かちびと.net | コブスオンライン/COBS ONLINE HOME > 人気 > コブスニュース > jQuery Mobileを使ったフリーのスマートフォン向けWordPressテーマ・Generic jQuery Mobile 昨日に続いて今日もjQuery Mobileの 話題。jQuery Mobileを使ったフリーの WordPressテーマです。このテーマを 使えば、ユーザーエージェントで切り替 えるだけでスマフォ対応できますね。 既にjQu...

cobs.jp
9

web development - What questions should a JavaScript programmer be able to answer? - Stack Overflow

web development - What questions should a JavaScript programmer be able to answer? - Stack Overflow Can you give some idea as to what is expected? Would they be using the canvas tag, for example? – James Black Nov 6 '09 at 2:22 Generic: Do you use any libraries? If so, which ones and why do you like...

stackoverflow.com
5

Scroller - demo #1

Scroller - demo #1 The images in the demo are by Daveeza and they are licensed under the Attribution-ShareAlike 2.0 Generic (CC BY-SA 2.0) License.

www.jscraft.net
0.2452