ourlil.com

A web site for tutti noi (all of us!)

  • Home
  • About
  • About – sample
  • Healing Christofer – Fun’-Raiser
    • Gallery
  • JP’s Page

Archive for the ‘javascript’ Category

Let’s make the web faster – Google Code

Wednesday, June 24th, 2009

Let’s make the web faster – Google Code.

Some choice excerpts:

CSS: Using every declaration just once

Using every CSS declaration only once is an effective way to reduce file size of style sheets. It’s not a trivial optimization technique though: Watch over the cascade and adjust your editing workflow.

HTTP caching

Web pages can load much faster on repeated visits if the resources come from the cache. Learn about two groups of HTTP headers that make all the difference.

Optimizing web graphics

Optimizing your web illustrations, icons, and graphics is one of the simplest yet most effective ways to decrease your page load time. In this tutorial, we discuss image file formats and optimize some real Google graphics for faster download on the web.

Tags: CSS, HTML, images, js, optimization
Posted in Browsers, coding, javascript | Comments Off

JavaScript Get inner text -

Tuesday, October 28th, 2008

function GetInnerText(elem) {

return (typeof(elem.innerText) != 'undefined') ? elem.innerText :

(typeof(elem.textContent) != 'undefined') ? elem.textContent : elem.innerHTML.replace(/]+>/g, '');

}

Get inner text – Karamasoft Support Forums.

Posted in coding, javascript | Comments Off

JavaScript Get inner text -

Tuesday, October 28th, 2008

function GetInnerText(elem) {

return (typeof(elem.innerText) != 'undefined') ? elem.innerText :

(typeof(elem.textContent) != 'undefined') ? elem.textContent : elem.innerHTML.replace(/]+>/g, '');

}

Get inner text – Karamasoft Support Forums.

Posted in coding, javascript | Comments Off

Farbtastic: jQuery color picker plug-in | Steven Wittens – Acko.net

Friday, September 5th, 2008

Farbtastic Color Picker widgetFarbtastic is a jQuery plug-in that can add one or more color picker widgets into a page through JavaScript. Each widget is then linked to an existing element (e.g. a text field) and will update the element’s value when a color is selected.

Download Farbtastic 1.2 – 8 January 2007 (License: GPL).

Farbtastic: jQuery color picker plug-in | Steven Wittens – Acko.net

Tags: color, javascript, js, picker, tools
Posted in HTML, Hacks, Interactive Team, Web 2.0, WebTech, coding, javascript, nifty, tools | Comments Off

Javascript Format and Colour

Thursday, September 4th, 2008

Javascript Format and Colour

This is a nifty tool to format JavaScript that has been mini-fied. Very nifty for reading JavaScript (although it doesn’t get your function names back, if they’ve been obfuscated…).

Tags: coding, javascript, js, tools
Posted in Hacks, Interactive Team, coding, javascript, tools | Comments Off

Firefox to get faster JavaScript

Friday, August 22nd, 2008

Firefox to get massive JavaScript performance boostJavaScript SpiderMonkey improvements

Mozilla is leveraging an impressive new optimization technique to bring a big performance boost to the Firefox JavaScript engine. The code was merged today (but is not yet ready to be enabled by default in the nightly builds) and is planned for inclusion in Firefox 3.1, the next incremental update of the open-source web browser.   

 

Tags: browser, Firefox, javascript js, Mozilla
Posted in Browsers, Firefox, Mozilla, javascript | Comments Off

Content Syndication with Case-Hardened JavaScript

Thursday, May 8th, 2008

Content Syndication with Case-Hardened JavaScript

Nice little tutorial on creating 3-tier/MVC JavaScript…

Tags: CSS, javascript
Posted in Hacks, Trends, Web 2.0, javascript, nifty | Comments Off

JSUtilities.js – Nifty little JavaScript Utilities

Sunday, March 2nd, 2008

Here’s an interesting little JavaScript utilities file:

  • array.push (if unsupported)
  • array.shift (if unsupported)
  • function.apply (if unsupported)
  • inArray() [Port from PHP] Hunts for a value in the specified array
  • isArray() [Port from PHP] verifies if something is an array
  • ksort() [Port from PHP] sorts an array by key names
  • addClass() appends the specified class to the object
  • removeClass() removes the specified class to the object
  • lastChildContainingText() finds the last block-level text-containing element within an object

http://old.easy-designs.net/code/jsUtilities/working/jsUtilities.js

Posted in javascript, nifty | Comments Off

Web Development Bookmarklets

Friday, August 3rd, 2007

Web Development Bookmarklets

This is a nice place to grab some bookmarklets / favelets (miniature javascripts embedded in a Bookmark).

Posted in Browsers, Hacks, Interactive Team, WebTech, bookmarklets, favelets, javascript, nifty | Comments Off

  •  

    March 2010
    S M T W T F S
    « Feb    
     123456
    78910111213
    14151617181920
    21222324252627
    28293031  
  • Pages

    • About
    • About – sample
    • Healing Christofer – Fun’-Raiser
      • Gallery
    • JP’s Page
  • Archives

    • February 2010
    • November 2009
    • August 2009
    • July 2009
    • June 2009
    • May 2009
    • March 2009
    • February 2009
    • January 2009
    • December 2008
    • October 2008
    • September 2008
    • August 2008
    • July 2008
    • June 2008
    • May 2008
    • April 2008
    • March 2008
    • February 2008
    • December 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
  • Categories

  • Favorites

    Here're a few sites I like to visit:
    • WPMU.org
    • Holy Shmoly
    • AppleInsider.com
  • Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org

Copyright © 2010 - ourlil.com | Entries (RSS) | Comments (RSS)

WordPress theme designed by web design