I T

TwitterFacebook
Get flash to fully experience Pearltrees
Java Magazine

CSS

Spring

ReSTfull services

Objective C

Dojo

Here we would like to show the very basics of PHP in a short, simple tutorial. This text only deals with dynamic web page creation with PHP, though PHP is not only capable of creating web pages. See the section titled What can PHP do for more information. PHP-enabled web pages are treated just like regular HTML pages and you can create and edit them the same way you normally create regular HTML pages. http://php.net/manual/en/tutorial.php

A simple tutorial - Manual

Perl

JAX-WS

There are essentially two problems to solve when dealing with environment variables in OS X. The first is when invoking programs from Spotlight (the magnifying glass icon on the right side of the Mac menu/status bar) and the second when invoking programs from the Dock. Invoking programs from a Terminal application/utility is trivial because it reads the environment from the standard shell locations ( ~/.profile , ~/.bash_profile , ~/.bashrc , etc.) To solve both problems simultaneously, I use a login item (set via the System Preferences tool) on my User account. http://stackoverflow.com/questions/135688/setting-environment-variables-in-os-x

osx - Setting environment variables in OS X? - Stack Overflow

Ajax

Mobility

At Backblaze, we provide unlimited storage to our customers for only $5 per month, so we had to figure out how to store hundreds of petabytes of customer data in a reliable, scalable way—and keep our costs low. After looking at several overpriced commercial solutions, we decided to build our own custom Backblaze Storage Pods: 67 terabyte 4U servers for $7,867. What we actually provide for our customers is online backup for home and business online backup for work. However, in this post, we’ll share how to make one of these storage pods, and you’re welcome to use this design. Our hope is that by sharing, others can benefit and, ultimately, refine this concept and send improvements back to us. http://blog.backblaze.com/2009/09/01/petabytes-on-a-budget-how-to-build-cheap-cloud-storage/

Blog » Petabytes on a budget: How to build cheap cloud storage

MONGOdB

JSON

PhoneGap

http://phonegap.com/ PhoneGap’s new Device Wall The Device Wall was born from a simple question: How can we create a test lab for past, current, and future mobile device technology? From this question sprang the Device Wall. Its [...]
Page history last edited by tommy-carlos williams 5 days, 3 hours ago Getting Started PhoneGap Plugins PhoneGap Wiki PhoneGap has been accepted into the Apache Software Foundation for incubation as Apache Cordova, where it will remain free and open source. This will ensure open, independent stewardship of the project over the long term. You can now find all the code at the Apache Incubator Cordova Project repository on GitHub http://github.com/cordova . Please add it as a remote to keep up to date and/or contribute during the incubation period. http://wiki.phonegap.com/w/page/16494772/FrontPage

FrontPage

http://wiki.phonegap.com/w/page/41524872/JQuery%20Mobile%20Tutorial%20%28iOS%29

JQuery Mobile Tutorial (iOS)

If Xcode refuses to display the new directory, go build->clean (or shift-command-k ). This will clean the project, and should refresh the Project Overview Important: the commented line is the inclusion of a developer written js file. It is important to include it before the jQuery Mobile script tag if you want to override any of the JQuery Mobile defaults

Building iPhone Apps with HTML, CSS, and JavaScript - OFPS - O'Reilly Media

http://ofps.oreilly.com/titles/9780596805784/ 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. Next to every paragraph, there is a link you can use to comment on what you're reading. We are grateful for any feedback you have: questions, comments, suggestions, and corrections are all welcome and appreciated.

Debugging PhoneGap Apps

http://ripple.tinyhippos.com/ -- Ripple emulator runs as a Chrome plugin and provides a UI to enable you to provide data to PhoneGap API calls.  https://github.com/jxp/phonegap-desktop -- PhoneGap desktop: A pure javascript library, it allows you to return data from a json file for each PhoneGap API call. This allows pre-saved test data to be re-used. It is also written to be easily extendable to perform the same function for plugins. 2) Use a Remote Web Inspector. http://wiki.phonegap.com/w/page/16494768/Debugging%20PhoneGap%20Apps

Hiedi Utley

To demonstrate the troubleshooting and debugging strategies outlined below, I will using the HelloPhoneGap project that I created for my PhoneGap Tutorial Series . Over the course of putting together various applications, I have undoubtedly made many mistakes and spent many hours trying to figure out what went wrong. I have misplaced quotes, brackets, mistyped JSON and struggled with writing well-formed JavaScript that “looked right to me.” http://hiediutley.com/
Coding jquery