mootools

1

Prevent Form Field Autocomplete

http://feedproxy.google.com

Preventing autocompletion of form fields is incredibly important since we never know where our users are completing them from. They could complete them from a super secure computer or an incredibly public computer. Regardless of security level, some field values should never be remembered, like credit card number, social security number, etc. Preventing autocompletion is as simple as adding one attribute to a FORM tag for individual form fields.The HTMLThe autocomplete attribute is the key. This attribute may be added FORM tags to prevent any autocompletion:

Read more »
admin's picture
Created by admin 2 days 8 hours ago – Made popular 2 days 8 hours ago
Category: Web Development   Tags:
1

Custom Getters and Setters with MooTools

http://feedproxy.google.com

Working with Dojo all day and scoping out MooTools at night gives me a unique perspective; I get to constantly evaluate the two frameworks and mentally move functionalities from framework to framework. One small but handy feature within the Dojo Toolkit’s Dijit UI Framework is its set/get system. Dijit allows developers to add custom methods tied into simple get and set methods to allow manipulation properties into and on the way out of a class. I took a few moments to implement this system in MooTools.The idea is that a Class instance has properties:

Read more »
Created by admin user 3 days 9 hours ago – Made popular 3 days 9 hours ago
Category: Web Development   Tags:
1

Upload Photos to Flickr with PHP

http://feedproxy.google.com

I have a bit of an obsession with uploading photos to different services thanks to Instagram. Instagram’s iPhone app allows me to take photos and quickly filter them; once photo tinkering is complete, I can upload the photo to Instagram, Twitter, Facebook, and Flickr. This process made me wonder what it would take to upload photos to Flickr using PHP. This post details how you can authenticate and upload photos to Flickr using PHP with phpFlickr.

Read more »
Created by admin user 4 days 21 hours ago – Made popular 4 days 21 hours ago
Category: Web Development   Tags:
1

Image Data URIs with PHP

http://feedproxy.google.com

If you troll page markup like me, you’ve no doubt seen the use of data URI’s within image src attributes. Instead of providing a traditional address to the image, the image file data is base64-encoded and stuffed within the src attribute. Doing so saves a network request for each image, and if you’re the paranoid type, can prevent exposure of directory paths. Since creating data URIs is incredibly easy, let me show you how to do it with PHP.

Read more »
admin's picture
Created by admin 5 days 22 hours ago – Made popular 5 days 22 hours ago
Category: Web Development   Tags:
1

Images, max-width, and Mobile

http://feedproxy.google.com

Many web developers prefer to keep as much control over the applications, especially when it comes down to how the application displays on a mobile device. I’ll often see developers prevent zooming in mobile browsers, allowing them to manage display size:

A useful snippet for any mobile developer. Another useful snippet, this one a small CSS helper, ensures that your images don’t exceed the fixed width on mobile devices:

Read more »
admin's picture
Created by admin 1 week 5 days ago – Made popular 1 week 5 days ago
Category: Web Development   Tags:
1

Amazing 3D Animation with three.js

http://feedproxy.google.com

The hottest topic for client-side developers seems to be animation. Whether it be from CSS transformations, keyframe animations, or animations managed with JavaScript APIs, it seems like each day we come across another demo that shows us how can we’ve come outside of Flash. The latest shocker comes from the three.js project. The creators of three.js explains the project best:

Read more »
sri's picture
Created by sri 1 week 6 days ago – Made popular 1 week 6 days ago
Category: Web Development   Tags:
1

MooTools Mobile: It’s Touching!

http://feedproxy.google.com

When the community asked the MooTools team to add basic mobile event listening to MooTools’ Event class, we listened; today MooTools supports all touch and gesture events. What if we want more detailed mobile event listeners though, like swipe with direction, pinch, or touchhold events? That’s where Christoph Pojer’s excellent MooTools Mobile comes in.

Read more »
Created by admin user 2 weeks 3 days ago – Made popular 2 weeks 3 days ago
Category: Web Development   Tags:
1

Interesting -webkit CSS Properties

http://feedproxy.google.com

A few weeks back I touched on a handful of Mozilla-specific CSS properties that I found to be interesting. This week I’d like to share a few WebKit-specific CSS properties that make me all tingly inside.

Read more »
Created by bands 3 weeks 4 days ago – Made popular 3 weeks 4 days ago
Category: Web Development   Tags:
1

JavaScript Enlightenment by Cody Lindley

http://feedproxy.google.com

JavaScript Guru Douglas Crockford famously said “JavaScript is the only language people feel like they don’t need to use.” A quote that will surely provide a laugh, but it’s funny because it’s true. What furthers this sentiment is that JavaScript frameworks like jQuery have turned JavaScript into a language different than what it truly is, and has made client-side coding so easy that there’s sometimes no need to really learn JavaScript.

Read more »
Created by admin user 3 weeks 6 days ago – Made popular 3 weeks 6 days ago
Category: Web Development   Tags:
1

Using dojo/aspect

http://feedproxy.google.com

Simply put: the Dojo Toolkit has tools that other JavaScript toolkits don’t. One of those tools includes Dojo 1.7′s aspect, a module that allows developers to react to function calls by executing another function before or after that call. This aspect resource originates from Dojo’s awesome connect mechanism. Let’s check out how it works!

Read more »
admin's picture
Created by admin 4 weeks 3 days ago – Made popular 4 weeks 3 days ago
Category: Web Development   Tags:

Your Ad Here

User login

Who's online

There are currently 0 users and 2 guests online.

Best karma users

  1. bands
  2. sri's picture
    sri
  3. shashi
  4. sunnyholic
  5. admin user