quanganhdo + development   72

Technical Q&A QA1686: Technical Q&A QA1686
Guidelines for handling icon files for iPhone-only apps, iPad-only apps, and universal apps.
apple  cocoa  development  documentation  ios 
february 2012 by quanganhdo
dbdsgnr.appspot.com
dbdsgnr is an html5 web app which allows you to design your database schema without writing sql.
You can design your database schema just like creating a UML diagram.
database  design  development  mysql  online 
february 2012 by quanganhdo
Debugging iOS Apps Using Safari Web Inspector « Hiedi Utley
It only works on iOS5 and it only works when running in the simulator BUT it’s an awesome upgrade from Weinre if you are building an iOS app.
debug  development  ios  mobile  tools 
december 2011 by quanganhdo
LiveReload
CSS edits and image changes apply live.

CoffeeScript, SASS, LESS and others just work.
app  css  development  mac 
october 2011 by quanganhdo
Sync preference data with iCloud - Blog - Use Your Loaf
One of the most interesting additions to iOS 5 was iCloud storage which makes it easy to sync data between apps running on different iOS and OS X devices. Effectively you can store key application data in the cloud and have it propagate to all instances of the app wherever they are running.
data  development  google  ios 
october 2011 by quanganhdo
iDevBlogADay
iOS indie developers writing every day about their stuff.
blog  blogs  development  ios  iphone 
october 2011 by quanganhdo
iOS Frameworks
A curated catalog of iOS frameworks and classes for the pragmatic iOS developer
development  framework  ios  ipad  iphone 
september 2011 by quanganhdo
Vagrant - Welcome
Vagrant is a tool for building and distributing virtualized development environments.

By providing automated creation and provisioning of virtual machines using Oracle’s VirtualBox, Vagrant provides the tools to create and configure lightweight, reproducible, and portable virtual environments.
deployment  development  ruby  virtualization 
september 2011 by quanganhdo
A successful Git branching model » nvie.com
I won’t talk about any of the projects’ details, merely about the branching strategy and release management.
branching  development  git  programming  workflow  github  shell  from instapaper
july 2011 by quanganhdo
Developer Color Picker
A custom color picker designed specifically for developers. Makes getting colors out of Photoshop/Acorn mock-ups quick and easy. Currently supports NSColor, UIColor, CGColorRef, CSS and HTML styles.
color  software  mac  development  osx 
january 2011 by quanganhdo
GameSalad Creator for Mac
There's no faster or easier way to get started building a game than with GameSalad Creator. Its visual, drag & drop based style requires absolutely no coding whatsoever.
development  games  iphone  mac  software 
december 2010 by quanganhdo
Sensible Cocoa
From your Objective C classes to your final TableView application in less than 5 minutes.
tableview  cocoa  iphone  development 
july 2010 by quanganhdo
iOS Reference Library
Learn the basics about iOS development by reading these Getting Started documents.
ios  development  apple 
july 2010 by quanganhdo
SDKs and Deployment Targets
Set the Base SDK to the lowest value that will still support all of the features that you use & Set the deployment target to the lowest OS version on which you plan to run.
api  deployment  development  iphone 
june 2010 by quanganhdo
Code Pilot
Code Pilot extends Xcode by adding swift navigation through files and other parts of your project. Thanks to a fuzzy search mechanism and an advanced scoring system for the search results, Code Pilot tries to guess what's on your mind immediately after you've typed just a few characters. Its ultimate goal is to keep you in flow, not distracting you when you change your focus from one piece of code to another. (via nguyenvu)
cocoa  development  mac  tools  xcode 
may 2010 by quanganhdo
Web Application Exploits and Defenses
This codelab shows how web application vulnerabilities can be exploited and how to defend against these attacks. The best way to learn things is by doing, so you'll get a chance to do some real penetration testing, actually exploiting a real application.
development  google  programming  security  web 
may 2010 by quanganhdo
hurl
Hurl makes HTTP requests. Enter a URL, set some headers, view the response, then share it with others. Perfect for demoing and debugging APIs.
api  development  http  tools  web  github  javascript 
may 2010 by quanganhdo
Completion Dictionary
Completion Dictionary is a free Xcode plugin that enhances Xcode’s built-in code completion mechanism. You simply type a few letters - either the abbreviation of a macro or the initials of a symbol name - and press the completion shortcut. Completion Dictionary will do the rest.
cocoa  mac  development  osx  xcode 
april 2010 by quanganhdo
How to Shrink Cells @ Dr. Touch
When you look at the Contacts.app you see that Apple somehow manages to change the size of cells in UITableViews of grouped styling. If you search around on the internet most of the solutions getting such a look revolve around making your own UIView and adding this as headerView to a section. Now if you want the cell on the right side to still behave like a cell is expected to behave then you have lots of work ahead of you
development  howto  iphone 
april 2010 by quanganhdo
Online javascript beautifier
This little beautifier will reformat and reindent bookmarklets, ugly javascript, unpack scripts packed by the popular Dean Edward's packer, as well as deobfuscate scripts processed by javascriptobfuscator.com.
code  development  javascript  tools 
april 2010 by quanganhdo
Ansca Mobile | Corona SDK
Corona is an application framework, also known as a Software Development Kit (SDK), allowing you to quickly develop and distribute highly optimized native iPhone applications without having to learn Objective-C, Cocoa, and the intricacies of the iPhone SDK.
api  development  flash  iphone  iphonedev 
march 2010 by quanganhdo
Cocoa Source Code » Matt Legend Gemmell
This page contains some Cocoa/Objective-C source code for fellow Mac OS X developers.
cocoa  code  development  mac  osx 
march 2010 by quanganhdo
JS-No Alnum
Converts javascript command into no alnum version using only []()+! characters (unless you input extras).
development  javascript  php  privacy  programming 
february 2010 by quanganhdo
BitNami: Open Source. Simplified
Free, easy to setup wikis, blogs, forums and many other web applications that you can run locally or in the cloud.
opensource  software  installation  tools  development  from delicious
february 2010 by quanganhdo
5 Great IDEs to Start Coding in the Cloud | Web.AppStorm
In this roundup, we will review some online Integrated Development Environments (IDEs) which are great examples of cloud programming. These solutions can [nearly] replace your desktop IDEs and code editors.
cloud  programming  tools  ide  development  from delicious
february 2010 by quanganhdo
Nicholas Zambetti – LiveView for iPhone
LiveView is a specialized remote screen viewing application intended as a tool to help designers create graphics for mobile applications, it has also proven to be useful for creating quick and dirty simulations, demos, and experience prototypes.
iphone  prototyping  design  development  mac  from delicious
february 2010 by quanganhdo
Application Submission Feedback
Unpublished rules and clarifications from Apple's App Review team that can cause your iPhone app to be rejected. If you want to submit your app to the App Store, you should seriously read all these rules.
iphone  appstore  development  apple  review  from delicious
january 2010 by quanganhdo
A successful Git branching model
In this post I present the development model that I’ve introduced for all of my projects (both at work and private) about a year ago, and which has turned out to be very successful.
git  branching  development  versioncontrol  bestpractices  from delicious
january 2010 by quanganhdo
Building iPhone Apps with HTML, CSS, and JavaScript
The author is publishing the book to this site as it's being written, and we're putting it here to get feedback from you. This book uses the Open Feedback Publishing System (OFPS), an O'Reilly experiment that tries to bridge the gap between private manuscripts and public blogs.
iphone  javascript  development  css  html  from delicious
january 2010 by quanganhdo
NimbleKit - Smart kit for fast iPhone apps development
NimbleKit is the fastest way to create applications for iPhone and iPod touch. You don't need to know Objective-C or iPhone SDK. All you need is to know how to write an HTML page with Javascript code.
iphone  javascript  development  programming  html 
december 2009 by quanganhdo
ideone.com
Run your code online (38 programming languages supported). Built with SPOJ Engine.
programming  code  online  development  tools 
december 2009 by quanganhdo
Widget Press - ModelBaker - Overview
Build Web & iPhone apps using CakePHP + Cocoa Touch in one app. No coding required.
development  iphone  programming  software  web 
december 2009 by quanganhdo
AnalysisTool: GUI Front End for LLVM/Clang Static Analyzer
AnalysisTool is a Mac OS X application which provides GUI and CLI frontends to the LLVM/Clang static analyzer, a tool that finds bugs in C and Objective-C programs.
mac  freeware  clang  development  xcode 
december 2009 by quanganhdo
18 Mobile Frameworks and Development Tools for Creating iPhone Apps | iPhoneized
Should be called "18 Mobile Frameworks and Dev Tools for Creating iPhone Web Apps".
iphone  development  framework  mobile  tools 
november 2009 by quanganhdo
M3Extensions
A collection of Cocoa source code to provide frequently used functionalities: beta expiration, disk image warning, token cloud, navigation stack, etc
cocoa  objective-c  programming  development  mac 
november 2009 by quanganhdo
MockApp
Mock up giao diện iPhone app
mock  startup  programming  development  design  iphone 
october 2009 by quanganhdo
FireQuery
Tích hợp với Firebug, bổ sung một số tính năng như hiển thị dữ liệu trong jQuery, thêm mã jQuery vào mọi trang web...
software  tools  programming  development  design  javascript  webdesign  web  jquery  opensource  plugin  webdev  plugins  tool  debug  extension  firefox  debugging  firebug  webdevelopment  geek 
september 2009 by quanganhdo
Lessn // ShaunInman.com
URL shortener sử dụng PHP, MySQL và mod_rewrite cho website của bạn. Miễn phí, tác giả Shaun Inman.
webdev  mysql  url  free  development  php  app  tools  shorturl  shortener 
august 2009 by quanganhdo
Support Details | Tech support anger management
Không thể thiếu cho những ai hay giúp đỡ người khác sửa máy qua mạng. Cho biết nhanh thông tin hệ điều hành, trình duyệt, độ phân giải, phiên bản Flash,... mà không cần người được giúp đỡ phải mó tay vào.
webdevelopment  web  development  webdesign  support  resources  testing  browser  tools  tool 
august 2009 by quanganhdo
iPhoneSimulatorExchange
Dành cho iPhone developer, cho phép chuyền tay nhau app để chạy trong simulator
development  simulator  iphone  installer  deployment  mac  iphonedev  developer  software  osx 
august 2009 by quanganhdo
eddit: Shop: iPhone UI Icon Set
Bộ icon cho iPhone - toolbar button & tab bar button. Giá $69.
interface  buttons  icon  graphics  development  ui  iphone  design  resources  icons 
august 2009 by quanganhdo
Apple - iTunes - RSS Generator
Tạo feed cho các app, phim, bài hát... trên iTunes Store
apple  generator  development  itunes  feeds  rss  feed 
august 2009 by quanganhdo
mschrag@github
Pref pane để giới hạn tốc độ kết nối trong Leopard
limit  development  iphone  bandwidth  programming  network  mac  testing  tools  osx 
july 2009 by quanganhdo
The Pragmatic Bookshelf | Read Our Magazines
Tạp chí hàng tháng của PragProg. Mới ra số 1 hôm 1/7.
free  development  books  programming  pragmatic  pdf  magazine  online  toread  ebook 
july 2009 by quanganhdo
jQuery TOOLS - The UI library for the Web
Thư viện UI cho jQuery: tab, tooltip, drag n' drop,...
ajax  plugins  development  ui  webdesign  library  javascript  plugin  tools  jquery 
june 2009 by quanganhdo
rooSwitch - Shuffle Your Settings Around
Phần mềm cho phép sử dụng nhiều profile cho mỗi app
utilities  utility  development  productivity  mac  software  tools  macosx  osx  apple 
may 2009 by quanganhdo
Free CakePHP E-Book - Super Awesome Advanced CakePHP Tips | PseudoCoder.com
Thêm 1 quyển sách về Cake - Mới ra lò, 64 trang, miễn phí, và dành cho người đã nắm được cơ bản
free  webdev  development  cakephp  books  php  programming  advanced  ebook 
may 2009 by quanganhdo
Twitto: A web framework in a tweet
"Web framework" bằng PHP với ít hơn 140 ký tự. Tagline: "Twitto không hề an toàn. Đừng dùng nó cho trang web kế tiếp của bạn"
framework  humor  twitter  development  web  php  twitto 
april 2009 by quanganhdo
Running PHP on Google App Engine - PHP Classes blog - PHP Classes
Chạy PHP 5 trên môi trường chứa Java Virtual Machine
google  app  development  java  hosting  php  engine 
april 2009 by quanganhdo
BlkAppKit « Shiira Project
Framework để code giao diện HUD cho ứng dụng Cocoa
framework  development  cocoa  code  programming  hud  mac  osx 
march 2009 by quanganhdo

related tags

advanced  ajax  api  app  apple  appstore  bandwidth  bazaar  bestpractices  blog  blogs  books  branching  browser  buttons  cakephp  cheatsheet  cheatsheets  clang  cloud  cocoa  code  coding  collaboration  color  coredata  css  cvs  data  database  debug  debugging  deployment  design  detection  developer  development  device  documentation  ebook  engine  example  extension  feed  feeds  firebug  firefox  flash  framework  free  freelance  freeware  games  gdb  geek  generator  git  github  google  graphics  gui  hosting  howto  html  http  hud  humor  icon  icons  ide  ideas  installation  installer  interface  interfacebuilder  ios  ipad  iphone  iphonedev  itunes  java  javascript  jquery  learning  libraries  library  limit  mac  macosx  magazine  menu  mobile  mock  mysql  network  networking  objective-c  online  opensource  osx  paper  pdf  php  plugin  plugins  pragmatic  privacy  productivity  profiler  programming  prototyping  python  reference  regex  regexp  regular  resource  resources  review  ribbon  rss  ruby  scm  sdk  security  server  shell  shortener  shorturl  simulator  sketch  software  startup  stencil  support  tableview  testing  tips  tool  tools  toread  tutorial  tutorials  twitter  twitto  ui  uitableview  url  utilities  utility  ux  versioncontrol  virtualization  web  webdesign  webdev  webdevelopment  webstandards  workflow  xcode 

Copy this bookmark:



description:


tags: