... mobile frameworks 170 Emulating the iOS experience with PhoneGap and jQTouch . 172 Developing native apps with Titanium Mobile . 178 Designing web apps with Sencha Touch . 180 Summary . 183 From ... DESIGN STARTS WITH PEOPLE AND ENDS WITH CODE 11 behaviors by doing most of the heavy code liing for us (which begs the question: How much does code weigh?). e code to achieve some very niy ... TO IOS APPS viii 7 Focus on app content: Audio 114 Playing audio with HTML5 . 116 Incorporating audio with NudioPlayer . 118 Summary . 123 8 Focus on app content: Video 124 Delivering video with...
Ngày tải lên: 12/02/2014, 20:20
Ngày tải lên: 22/03/2014, 20:20
sybex 3d for iphone apps with blender and sio2, your guide to creating 3d games and more with open-source software (2010)
Ngày tải lên: 03/04/2014, 13:17
addison-wesley learning ipad programming, a hands-on guide to building ipad apps with ios 5 (2012)
Ngày tải lên: 24/04/2014, 09:56
Source code Server.doc
... Source code Server Sub connectserver(ddriver As String, sserver As String, uuid As String, ppw As...
Ngày tải lên: 25/08/2012, 10:24
SOURCE CODECLIENT.doc
... Source CodeClient Sub export(fname As String, daty As String) On Error GoTo loi Dim sconnect As String Dim ... frmtm.dbs.TableDefs(tname).CreateIndex(idx.name) With idxnew .Fields = idx.Fields .Unique = idx.Unique .Primary = idx.Primary .Required = idx.Required .IgnoreNulls = idx.IgnoreNulls End With frmtm.dbs.TableDefs(tname).Indexes.Append ... dbs.TableDefs(tname).CreateIndex(idx.name) With idxnew .Fields = idx.Fields .Unique = idx.Unique .Primary = idx.Primary .IgnoreNulls = idx.IgnoreNulls .Required = idx.Required End With dbs.TableDefs(tname).Indexes.Append...
Ngày tải lên: 25/08/2012, 10:24
Thủ thuật xem source code của các trang web cấm chức năng xem source code
... Thủ thuật xem source code của các trang web cấm chức năng xem source code Đã bao giờ các bạn muốn xem source code của một trang web nhưng khi bấm phải chuột và dùng chức năng view source thì không ... _http://www.viewhtml.com ra và paste đường link đó vào mục URL rồi bấm nút View HTML Source. Trang web này sẽ tự động trả lại toàn bộ Source Code HTML của đường link trên. Sau đó bạn dùng chức năng Search để ... chức năng View Source được. Chúng tôi giới thiệu một thủ thuật đơn giản và hiệu quả để thực hiện công việc đó. Ví dụ: đường dẫn đầy đủ đến flash tên là MyLove của trang tialia.com là Code: http://www.tialia.com/pmusic.php?onlinemusicid=83100 Bạn...
Ngày tải lên: 06/09/2013, 05:10
Display VB6 Source codes với màu trong trang Web
... hàng code kế tiếp thụt vô trở lại. Pretty Codes hiện ra như trong hình dưới đây: Program nầy cho phép bạn Paste VB6 Source code từ Clipboard vào ListBox lstCodes, bằng cách click nút Paste Codes ... Ctrl-V. Nó sẽ thay thế codes có sẵn trong lstCodes. Sau khi làm pretty code, kết quả HTML sẽ được tự động lưu trử trong file codes.htm. Bạn cũng có thể copy một số hàng HTML codes trong Listbox ... là thêm màu cho codes trong trang Web. Ta sẽ tận dụng Listbox và các String Functions của VB6. Ðầu tiên, ta Load content của một Text File chứa VB6 source code vào ListBox lstCodes. Khi User...
Ngày tải lên: 04/11/2013, 11:15
Báo cáo tìm hiểu và ứng dụng mã nguồn mở- QUẢN LÝ SOURCE CODE HỆ THỐNG QUẢN LÝ GOOGLE CODE
Ngày tải lên: 17/11/2013, 11:50
PHÁT TRIỂN PHẦN MỀM MÃ NGUỒN MỞ -QUẢN LÍ SOURCE CODE – HỆ THỐNG QUẢN LÍ WWW.COLLAB.NET
Ngày tải lên: 17/11/2013, 11:56
Tài liệu Getting Started With Arduino doc
... Started with Arduino 35 www.it-ebooks.info 16 Getting Started with Arduino Collaboration Collaboration between users is one of they key principles in the Arduino world—through the forum at www .arduino. cc, ... the Arduino IDE. Now the Arduino development environment can talk to the Arduino board and program it. The Arduino Platform 25 www.it-ebooks.info NOTE: If you have any trouble running the Arduino ... Getting Started with Arduino 27 Figure 4-1. The interactive device Sensors Actuators Behavior (software) Sense/Perceive Act/React www.it-ebooks.info 32 Getting Started with Arduino You will...
Ngày tải lên: 17/02/2014, 11:20
Tài liệu Matters Computational Ideas, Algorithms, Source CodeJ¨rg Arndt o.ii pdf
... listing was generated from C code via the following commands: # create assembler code: c++ -S -fverbose-asm -g -O2 test.cc -o test.s # create asm interlaced with source lines: as -alhnd test.s ... computations are often given with an algorithm, these are usually made with the demo programs referred to. Most of the listings and figures in this book were created with these programs. A recurring topic ... classes and templates. For material where technicalities in the C++ code would obscure the underlying ideas we use either pseudocode or, with arithmetical algorithms, the GP language. Appendix C gives...
Ngày tải lên: 17/02/2014, 14:20
Tài liệu SharePoint Apps with LightSwitch pdf
... more complex samples with some code to perform specific functions. Chapter 5, Application Integration, details the integration of LightSwitch applications with other data sources like CSV files, ... SharePoint applications with Visual Studio LightSwitch. With option three or WCF RIA services, you have the ability to connect to a wide variety of data sources, including any source supporting the ... going to dive deeper into building applications with more func- tionality. In reality, that means I’ll be writing some code to make these sample apps do more when it comes to filtering and displaying...
Ngày tải lên: 17/02/2014, 22:20
Tài liệu Atmospheric Monitoring with Arduino: Building Simple Devices to Collect Data About the Environment pptx
... 0; unsigned int Sensor1 = 0; unsigned int Sensor2 = 0; int q; int m; void setup() { Serial.begin(9600); Serial.println("Record#, Sensor1 , Sensor2 "); 26 Atmospheric Monitoring with Arduino www.it-ebooks.info www.it-ebooks.info Amount ... tear on Arduino. 38 Atmospheric Monitoring with Arduino www.it-ebooks.info Figure 2-2. There are lots of inexpensive sensors on the market that can be used for DIY monitoring. How Gas Sensors ... Atmospheric Monitoring with Arduino www.it-ebooks.info Figure 1-3. The Arduino IDE on a Mac. Figure 1-4. LED long lead insert ed into pin 13 on the Arduino (image made with Fritzing). The World’s...
Ngày tải lên: 19/02/2014, 20:20
Tài liệu Raspberry Pi Home Automation with Arduino pptx
... home with sensors and software. Combining the Raspberry Pi with the power of the open source Arduino platform, this book will walk you through several projects for building electronic sensors ... control of their devices with an easy and a cheap tool for achieving it, and by also expanding what can be done with Arduino technology currently out in the market place. With this in mind, we ... in four. These are the Arduino programming language, Python, SQL, and HTSQL. The Arduino programming language – a subset of C++ – provides us with a tool for programming Arduino compatible shields...
Ngày tải lên: 20/02/2014, 02:20
Bạn có muốn tìm thêm với từ khóa: