background preloader

Technical

Facebook Twitter

Criteo Labs sur Twitter : "We look forward to hosting the @DataParis meet-up tonight #BigData #tech #hiring... Aficionado : Workshop on Predictive... Aficionado : Workshop on Predictive... 50+ PSD UI Web design elements. I’m a big believer in not reinventing the wheel when it comes to web design.

50+ PSD UI Web design elements

If someone has already created something that fits what you need and/or want, and especially if that element is available for free, then why waste your time designing something that turns out virtually identical? Your time and effort is better spent on creating new and unique parts of your design, while using what’s already available for other parts. Below are more than 50 free UI element packs from a variety of designers. Buttons, form elements, media players, and similar stock elements are the most popular, though there are other elements included also.

And as a bonus, there are over half a dozen premium element packs at the end. Free Elements Soft UI Kit: Free PSD for Mocking Up Web Designs A set of common web elements for mockups, designed by Adrian Pelletier and provided by Six Revisions. Transparent Glass UI: Free PSD for User Interface Design Freebie: Modern UI Pack Photoshop PSD Web UI Treasure Chest v1.0. SnippetSpace. iWebKit is a file package designed to help you create your own iPhone, iPod Touch and iPad compatible website or webapp.

SnippetSpace

The kit is accessible to anyone even people with little html knowledge and is simple to understand thanks to the included user guide. In a couple of minutes you will have created a professional looking mobile website. iWebKit is the framework of choice because it is very easy to use, loads extremely fast, is compatible with all devices & extendable.

It is simple html that anyone can edit contrary to some other solutions that use a lot of javascript & Ajax. Simplicity is the key! What is new in V5.04 Commercial License When to buy one? Does it apply to only this version? Can I use it for multiple projects Yes as long as it is your project (the licensee). How do I get one Click on the button above, pay once and receive a document signed by me granting you permission to use iWebKit commercially. HOWTO: Native iPhone/iPad apps in JavaScript. More resources On top of the information below, I can recommend a few other resources: Building iPhone Apps with HTML, CSS, and JavaScript is the only book I found that covered everything.

HOWTO: Native iPhone/iPad apps in JavaScript

I highly recommend it if you're planning on doing serious app development in JavaScript. If you'd like to get into native app development, take a step back and learn Objective-C first. The best Objective-C book I've found is Cocoa and Objective-C: Up and Running. Making it full-screen Normally, if you press "+" in mobile Safari and then "Add to Home Screen," the icon it creates acts like a bookmark into Safari.

To get rid of the URL and button bars, just add a meta tag: This is what my log app looks like when launched from the home screen: Changing the phone status bar You can also change how the phone's status bar is displayed with a meta tag. The values for content are default, black and black-translucent. Preventing scaling Preventing elastic scrolling Creating a home screen icon Confused? Sencha Touch Overview - Mobile Web App Development for Android & iPhone. Simple algorithms. JSON Basics: What You Need to Know. Tutorial by Matt Doyle | Level: Intermediate | Published on 24 March 2011 Categories: What is JSON, and what can it do?

JSON Basics: What You Need to Know

In this tutorial you learn how to use JSON to easily move data around the web. You also look at how to work with JSON using both JavaScript and PHP. If you've developed websites or web apps at all, you've probably heard of JSON, at least in passing. In this tutorial you'll learn the basics of JSON. What JSON does The kinds of things JSON is used for How to create JSON strings A simple JSON example How JSON compares to XML, and How to work with JSON using both JavaScript and PHP.

Let's get started! What is JSON? JSON is a simple, text-based way to store and transmit structured data. Once you've created your JSON string, it's easy to send it to another application or computer, because it's just plain text.