Author: Dion Almaer | 2,143 views
2
Feb
A Googler and a Facebooker were in a pub discussing the complexities of building out a rich modern Web application. There are a ton of dependencies, and you need to be proficient in multiple languages and tools (JavaScript, HTML, CSS, SQL/NoSQL, backend languages, build tools, etc).
Well, they may not have been in a pub.... but a deadly duo did get together to try to solve this problem.
Dustin Moskovitz (Facebook c
Read more...
Tags :
Author: Bill Pena | 284 views
28
Jan
Mobile websites have come a long way, but if you want to take full advantage of a smartphone’s hardware, or get listed in the iTunes App Store, you need to compile your code. In this tutorial, we’ll show you how to create a mobile web app with an iPhone look and feel using jQTouch, then turn it into a native iPhone app using Phonegap. No Objective-C necessary.Tutorial DetailsProgram: PhonegapVersion: 0.
Read more...
Tags :
App,
code,
div,
iphone,
javascript objects,
jQTouch,
Mac,
Mac OS,
Mac OS X,
mapping features,
native app,
native features,
open source framework,
PhoneGap,
script,
sqllite,
style,
type,
web,
web code,
www folder,
Author: David Walsh | 124 views
18
Jan
One modern, attractive way of placing a lot of content into a little space is by using a tab system. This tutorial will show you how to create a sexy, animated tab system complete with CSS sprites, cookies, and animated tab swapping. AssumptionsThere are a few assumptions and notes that we’re going into this system with:We’ll be using the most recent version of MooTools: 1.2.4.The client must support
Read more...
Tags :
basic knowledge,
class,
content,
cookie,
cookieName,
css sprites,
current content,
div class,
function,
height,
LI,
little space,
loading purposes,
page loads,
server side language,
server side scripting,
tab,
tab system,
tween,
URI,
url,
var,
Author: Jeffrey Way | 41 views
16
Jan
HTML 5 provides some great new features for web designers who want to code readable, semantically-meaningful layouts. However, support for HTML 5 is still evolving, and Internet Explorer is the last to add support. In this tutorial, we’ll create a common layout using some of HTML 5’s new semantic elements, then use JavaScript and CSS to make our design backwards-compatible with Internet Explorer. Yes, even IE 6
Read more...
Tags :
best web,
Explorer,
HTML,
internet,
internet explorer,
last,
layout,
Mark-up Correctly,
new features,
semantic elements,
support,
tutorial,
twitter,
use,
version,
web,
web designers,
web development tutorials,
Author: Jeffrey Way | 38 views
16
Jan
HTML 5 provides some great new features for web designers who want to code readable, semantically-meaningful layouts. However, support for HTML 5 is still evolving, and Internet Explorer is the last to add support. In this tutorial, we’ll create a common layout using some of HTML 5’s new semantic elements, then use JavaScript and CSS to make our design backwards-compatible with Internet Explorer. Yes, even IE 6
Read more...
Tags :
best web,
Explorer,
HTML,
internet,
internet explorer,
last,
layout,
Mark-up Correctly,
new features,
semantic elements,
support,
tutorial,
twitter,
use,
version,
web,
web designers,
web development tutorials,
Author: Jeffrey Way | 165 views
16
Jan
So you’ve read the tutorials, and still can’t manage to figure out this stuff? What is Git – and why do we even need it? If you fall into this category, much like I did at one point, I’ve recorded a video tutorial that hopes to teach you exactly how to get started. Rather than feeling your eyes blur over as you attempt to comprehend code snippets like “git push origin master,” r
Read more...
Tags :
best web,
category,
code snippets,
git,
Hang,
html css,
Jeffrey,
Plus,
point,
screencast,
stuff,
tutorial,
twitter,
version,
video,
video tutorial,
web,
web development tutorials,
Author: James Padolsey | 241 views
14
Jan
jQuery 1.4 was recently released. This wasn’t simply a maintenance release as some had speculated; there are many new features, enhancements and performance improvements included in 1.4! This post covers the new features and enhancements that you may find beneficial.You can download jQuery 1.4 right now, here: http://code.jquery.com/jquery-1.4.js1. Passing Attributes to jQuery(…)Pre 1.4, jQuery supporte
Read more...
Tags :
anchor element,
anchors,
App,
attribute,
attributes,
clickHandler,
DOM,
element,
element creation,
event,
foo,
function,
Google,
googler,
jQuery,
maintenance release,
method,
nbsp,
performance improvements,
quot,
Read,
Author: Umut M. | 118 views
12
Jan
WebApp.Net is a feature-rich JavaScript framework for building mobile web applications.
It provides a complete set of components (switch buttons, radio groups, etc.) that will help your website look & behave like a native mobile application.
The framework has full support for Ajax & every action from clicks to form submissions can be Ajaxed with tiny declarations.
Other features of WebApp.Net:
native full
Read more...
Tags :
Ajaxed,
amp,
building,
cheap ssl certificates,
dynamic drag,
framework,
iphone,
JavaScript,
jQuery,
loading objects,
mobile application,
mobile web,
NET,
progressive loading,
radio groups,
set,
switch buttons,
twitter,
web,
WebApp,
Author: Chris Heilmann | 181 views
12
Jan
OK, this is nothing shockingly new, but I found it pretty useful. Using jQuery, Ajax has become more or less a one-liner:
PLAIN TEXT
JAVASCRIPT:
$(document).ready(function(){
$('.ajaxtrigger').click(function(){
$('#target').load($(this).attr('href'));
return false;
});
&
Read more...
Tags :
ajaxtrigger,
attr,
caches,
callback,
callback function,
container 40,
document,
format xml,
function,
HTML,
jquery ajax,
massive object,
nbsp,
PLAIN,
target,
text,
text javascript,
url,
web service,
0 Comments
Filed under: JavaScript, XmlHttpRequest, Yahoo, ajax, crossdomain, front page, jQuery, json, json-p, json-p-x, yql