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…
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…
Csharp-How-to-Make-the-ComboBox-Values-Distinct-Un
IList<string> listName = new List<string>(); while (dr.Read()) { listName.Add(dr[0].ToString()); } listName = listName.Distinct().ToList(); ComboBox1.DataSource = listName;
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…
intel tools
링크 원문보기2 링크 원문보기
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…
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…
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…
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 —…
19.ADO.NET – RowFilter
http://godffs.tistory.com/entry/19ADONET-RowFilter DataView에 표시할 행을 필터링하는 데 사용하는 식을 사져오거나 설정 데이터 검색시 사용하는 속성 : “CategoryName Like ‘%컴퓨터%'”…