Skip to content

Posts from the ‘JavaScript’ Category

17
Jun

Navigation Menu

Bons exem­p­los de uti­liza­ção de Jquery em menus..

www.noupe.com/jquery/excellent-jquery-navigation-menu-tutorials.html

26
Mai

HTML 5 nova era da web

Assis­tam a esta apre­sen­tação feita pelo André  Luís web­de­signer do sapo e vejam as difer­enças e novi­dades do html 5

http://www.slideshare.net/andr3/html5-a-nova-era-da-web

24
Mai

Video em JS

Em breve esper­amos que todos os vídeos passem a ser vis­tos num player em js em vez do tradi­cional flash , o que vai tornar o car­rega­mento das pági­nas mais rápido espe­cial­mente se uti­lizarem o google chrome, que está super rápido a car­regar javascript.

Video JS, leitor de vídeo que uti­liza HTML5 e Javascript .

17
Mai

usar jquery

Abaixo pode ver uns bons exem­p­los de como usar o jquery ..

http://www.9lessons.info/2008/08/jquery-ajax-and-php-projects-9lessons.html

http://www.smashingmagazine.com/2010/04/27/45-useful-jquery-techniques-and-plugins/

9
Abr

CSS — Truques dicas exemplos

Abaixo apre­sento alguns truques para se usar no css que por vezes são muito úteis e evi­tam prob­le­mas futuros

http://webdeveloperplus.com/css/25-incredibly-useful-css-tricks-you-should-know/

css téc­ni­cas

http://www.smashingmagazine.com/2007/01/19/53-css-techniques-you-couldnt-live-without/

Fer­ra­men­tas para opti­mizar o css

http://www.smashingmagazine.com/2006/09/02/list-of-css-tools/

http://www.smashingmagazine.com/2008/12/09/50-really-useful-css-tools/

Javascript téc­ni­cas

http://www.smashingmagazine.com/2008/09/11/75-really-useful-javascript-techniques/

Redesen­har os botões padrão (sub­mit) com css :

http://particletree.com/features/rediscovering-the-button-element/

23
Mar

Animações sem flash jquery

Agora é fácil criar apli­cações sem pre­cisar do adobe flash insta­l­ado, basta só usar HTML e JavaScript

http://www.spritely.net/

19
Out

tooltip

como agora os balões andam muito na moda, deixo aqui umas dicas :=)


qTip http://craigsworks.com/projects/qtip/demos/

JQuery

14
Out

Firefox accelerometer

Paul Rouget shows off some cool new demos that are bak­ing on the trunk of Fire­fox currently.

First are some nifty new events that get fired if your com­puter has an accelerometer:

JAVASCRIPT:

  1. win­dow.addE­ventLis­tener(“MozOri­en­ta­tion”, func­tion(e) {
  2. /* 3 val­ues: e.x, e.y, e.y */
  3. }, true)

It works with Mac­Books and on Win­dows and Linux with Thinkpads.

Check out this cool screen­cast of the ori­en­ta­tion event in action:

orientation_demo

They also have WebGL and CSS Tran­si­tions going in Fire­fox trunk now as well! There are some demos in the orig­i­nal blog post of WebGL + CSS3 + SVG as well as CSS Tran­si­tions + the HTML5 Video tag that are very cool (require Fire­fox Nightly).

Here’s an exam­ple code snip­pet show­ing how you can use CSS Tran­si­tions to change the back­ground color of a DIV over time as well as chang­ing the width and height of an HTML5 Video at the same time:

CSS:

  1. div {
  2. –moz-transition-property: background-color, height, width, font-size;
  3. –moz-transition-duration: 2s, 1s, 2s, 1s;
  4. –webkit-transition-property: background-color, height, width, font-size;
  5. –webkit-transition-duration: 2s, 1s, 2s, 1s;
  6. }
  7. div video {
  8. –moz-transition-property: width, height;
  9. –moz-transition-duration: 2s, 2s;
  10. –webkit-transition-property: width, height;
  11. –webkit-transition-duration: 2s, 2s;
  12. }

Someone’s also put together a cool demo that puts the new accelerom­e­ter sup­port with some SVG to cre­ate a Super Mario Kart clone:

mario_orientation

Fonte:Ajax­ian

7
Out

Preload Page

The clas­sic ani­mated gif, or the “load­ing…” text, could be now eas­ily replaced thanks to this new jQuery plug-in.

Spe­cially suited for a page loads of images, the final result showed in this demo looks really nice and flashy.

Fea­tures:

  • Pre­load a whole web page.
  • Pre­load a part of the page.
  • Gets all images, <img> tags and background-image of your CSS
  • Easy to implement.
  • Adjustable load­ing bar.
  • Tested in Fire­fox, Safari, Opera, Chrome, IE7, IE8 and IE6 (script will be ignored in IE6 though).

Full post, demo, and source code, are in Gaya Design blog.

To be hon­est, I instantly had a thought about this tech­nique:  wasn’t the DOM­Con­tent­Loaded event pur­pose the one to avoid peo­ple wait­ing a full page down­load before they’re allowed to inter­act with it? … never mind, we can­not do much in any case in front of images ded­i­cated layouts.

Fonte:GayaDe­sign

3
Jul

Manual AJax e PHP

AJAX & PHP

Man­ual de PHP

  1. http://battisti.wordpress.com/2007/03/10/apostila-de-php/

Man­ual de AJAX

  1. http://battisti.wordpress.com/2007/08/17/apostila-de-ajax-epac-conged/
  2. http://battisti.wordpress.com/2007/05/09/apostila-de-ajax/


Bad Behavior has blocked 58 access attempts in the last 7 days.