Home » 2015 » May (Page 5)

Top 10 jQuery Mobile Bootstraps and Templates

원문보기 Today’s post is a list of some really cool jQuery Mobile Bootstraps, Templates, Scripts & Tools to get your new jQuery Mobile site and prototypes built in no time at all! Enjoy. 1.jQuery Mobile Bootstrap A jQuery Mobile theme based on Twitter Bootstrap. Source + Demo 2....
Continue reading

Building an iPhone App using jQuery Mobile

EmployeeDirectoryJQM task-timerBuilding an iPhone App using jQuery Mobile 원문보기 Introduction For developers whose skills and experience centre around Windows or Web-based development, building an iPhone app can seem like a daunting proposition involving learning new libraries, languages and tools, and buying new hardware. However, for a large class...
Continue reading

Beginner’s Guide To WordPress Plugin Development

원문보기 he WordPress CMS has changed the face of our Internet and allowed a surge of new ideas to prosper and its open source movement holds a strong presence rooted in software and web development. WordPress is a blogging platform which has the ability to launch into many...
Continue reading

Intel XDK Complete Tutorial

원문보기   Intel XDK provides the best development solution for creating cross platform mobile apps using HTML, CSS and JavaScript. Its the best way for web developers to create mobile apps. Here is a series of tutorial to learn Intel XDK from scratch.
Continue reading

HTML5 Mobile App Development Using Intel XDK

원문보기 Intel XDK is the next big thing for HTML5 mobile development after Phonegap. Due to Intel XDK’s huge number of features, developers has started moving from Phonegap to Intel XDK. In this tutorial I will take you through basics of Intel XDK development and its architecture. You...
Continue reading

Getting Started with Intel XDK

원문보기 Mobile development with web technologies is nothing new. Thanks to tools like PhoneGap and Appcelerator Titanium, web developers can create hybrid apps that have access to the device’s hardware. A new solution for HTML5/CSS/JavaScript development is Intel’s XDK. In this article, I’ll tell you why it’s worth giving...
Continue reading

Intel XDK HTML5 cross-platform development tool

Memory maker turned chip maker turned chip maker who also makes a lot of software company Intel has released an updated Intel XDK — an all-in-one HTML5 development environment. Not an SDK, an XDK Intel uses the X to denote cross platform — the DK still means Development...
Continue reading

19.ADO.NET – RowFilter

http://godffs.tistory.com/entry/19ADONET-RowFilter   DataView에 표시할 행을 필터링하는 데 사용하는 식을 사져오거나 설정 데이터 검색시 사용하는 속성 : “CategoryName Like ‘%컴퓨터%'” Connection->Command->DataAdapter->DataSet->DataTable->Dataview->Dataview.RowFilger 속성 FrmRowFilter.aspx <html xmlns=”http://www.w3.org/1999/xhtml”><head runat=”server”>     <title></title> </head> <body>     <form id=”form1″ runat=”server”>     <div>             카테고리명 :         <asp:TextBox ID=”txtSearchQuery” runat=”server”></asp:TextBox>         <asp:Button ID=”btnSearch” runat=”server” Text=”검색”onclick=”btnSearch_Click”...
Continue reading