public marks

PUBLIC MARKS from camel with tags javascript & css

December 2008

CSS Text Wrapper

The CSS Text Wrapper allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around curves, zig-zags, or whatever you want. All you have to do is draw the left and right edges below and then copy the generated code to your website

November 2008

Développement efficace avec les frameworks CSS - La Case de l'Oncle Tom

by 3 others (via)
Les frameworks CSS ont été mentionnés la première fois dans la conférence Working in the Now (visualiser la présentation). Au final, on n’était pas loin de faire salle comble avec plus d’une vingtaine de participants à vue de nez. Une petite scéance de rattrapage s’impose ;-) Pourquoi avoir choisi ce sujet ? J’ai lu un article sur l’importance du rythme vertical l’an dernier sur Biologeek et ça m’a sensibilisé au fait qu’on pouvait rendre la lecture d’un site tout simplement en rendant prédictible la position du texte. Entre temps j’ai également lu l’excellent Transcender CSS d’Andy Clarke. J’y ai été sublimé par des présentations de sites totalement en grille. Depuis je suis devenu fan de Blueprint CSS (je crois que ça s’est remarqué lors de mon intervention ;-)). J’ai commencé à l’utiliser sur des projets personnels puis dans un cadre professionnel. J’utilisais déjà symfony comme framework PHP et jQuery comme framework JavaScript alors pourquoi pas Blueprint ? Comme le suggérait très justement Christian Heilmann dans sa présentation, l’utilisation d’outils déjà existants est nécessaire pour réduire les coûts de production. C’était déjà un bon alibi mais je les apprécie aussi parce qu’on gagne un temps fou ! On se concentre sur le code métier, pas le reste.

21 scripts Javascript pour l'intégrateur HTML et CSS

by 3 others (via)
Les bibliothèques Javascript — comme jQuery et la myriade de plugins qui l’accompagne — facilitent la vie des développeurs web en leur permettant de manipuler le DOM les mains dans les poches. Toutefois, il est toujours bon d’avoir quelques fonctions standalone sous la souris pour se faciliter l’intégration cross-browser ! Voici une sélection de 21 scripts pour faire face à toutes les situations (ou presque) :

October 2008

modconcat - Google Code

by 2 others
This emulates a feature in danga's perlbal. the ability to join multiple files together in a single request. This is a performance optimization. instead of requesting 5 seperate CSS or javascript files from your server, you can do it one request.

July 2008

PrettyPhoto - a jQuery Lightbox clone

by 3 others, 1 comment
PrettyPhoto - a jQuery Lightbox clone July 13th, 2008 in Javascript | Tags: Gallery, jQuery | No Responses A new version 2.1 of prettyPhoto released. Descriptions/Titles now support html code. Usage is simple, just include the jQuery library, prettyPhoto javascript and the prettyPhoto CSS file and add rel=”prettyPhoto” to any picture you want to activate the prettyPhoto feature. If you want the images to be a part of a gallery, just add the gallery name in braket. Tested and working in Firefox 2-3 (Mac/PC), Safari 3.1.1 (Mac), IE 6-7. Uncompressed version - script: 16kb / CSS: 8kb, compressed size - script: 8kb / CSS: 3.8kb.

March 2008

Scott Jehl, Designer/Developer, Boston, MA | Process: StyleMap v2: Visual Sitemap

by 1 other (via)
StyleMap v2 uses valid HTML, CSS and a touch of DOM scripting to produce a visual sitemap out of an unordered list (UL). The result is a functional, scalable, and above-all rapid way to produce a tree-style map for the planning stages of your project. Keep in mind that although we'll cover the details of how the sitemap works, in practice you'll only need to worry about changing the markup to match your website structure. The CSS and Javascript can then be added as they are and will take care of the rest!

January 2008

/IE7/

by 19 others
IE7 is a JavaScript library to make MSIE behave like a standards-compliant browser. It fixes many CSS issues and makes transparent PNG work correctly under IE5 and IE6.

Improve website load time by 500% with 3 lines of code | Aciddrop.com

by 2 others (via)
There are 4 relatively easy ways by which you can speed up the time it takes a browser to download a page: * Make fewer HTTP requests * Add a far-future expires header * Gzip your page's components * Minify your JavaScript, CSS and HTML Following on from my post on joining CSS and JavaScript files, I have written a PHP script which will automatically do all of the above.

ie7-js - Google Code

by 14 others (via)
IE7 is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes transparent PNG work correctly under IE5 and IE6.

December 2007

Jash: JavaScript Shell

by 3 others (via)
Jash is a DHTML-based window that gives you command-line JavaScript access to the current browser window. With this console you can quickly debug scripts, manipulate the DOM, view the current page's objects, functions, and variables, trace the execution stack, execute arbitrary Javascript, enter new CSS (in IE, Firefox, Opera, and Safari), and much more.

November 2007

13 Awesome Javascript CSS Menus

by 3 others
Every web designer tries to be creative when it comes to designing the main navigation of the website. Now we present you with 13 awesome Javascript CSS menus that will be very handy and easy to modify to suit your needs. Lets take a look at recent examples of these …

How To Minimize Your Javascript and CSS Files for Faster Page Loads by Max Kiesler

by 4 others
How To Minimize Your Javascript and CSS Files for Faster Page Loads

October 2007

jQuery.ifixpng - png transparency for windows ie versions below 6

by 10 others (via)
As you know IE versions below 6 do not support png transparency. This plugin designed to fix that problem by applying appropriate filters to user specified elements, while keeping all element tags intact. Plugin works well with both img elements within the DOM and css properties specified externally. • It is chainable. • Unlike some other png hack solutions, it does not replace/hide any of your html tags. • You can revert applied changes using .iunfixpng(). • Extremely easy to use!

September 2007

Styling File Inputs with CSS and the DOM // ShaunInman.com

by 8 others
File inputs are the bane of beautiful form design. No rendering engine provides the granular control over their presentation designers desire. This simple, three-part progressive enhancement provides the markup, CSS, and JavaScript to address the long-standing irritation.

Eat Your Greens: Adding a magnifier to images with CSS and JavaScript

by 4 others (via)
Voici un script qui vour permettra de mettre en place un zoom sur un image. Perosnnelement, je trouve le résultat très sympa et pratique. Il faut évidament ne pas oublier d'avoir l'image en deux résolutions, une basse pour la miniature et une plus élevée pour le zoom.

CJO - css and javascript optimizer[WebInventif]

CJO va vous aidez mettre de l’ordre dans tout ça ! Css and Javascript Optimizer va vous permettre: * de rassembler tout vos fichiers javascript en un seul et unique fichier js * de rassembler tout vos fichiers css en un seul et unique fichier css * de compresser à la volée vos fichiers css et js * de forcer et régler la durée de mise en cache de vos fichiers Et tout ça en à peine 3 lignes de codes !

ruzee.com - Steffen Rusitschka » Blog Archive » Ellipsis or “truncate with dots” via JavaScript

by 2 others (via)
Une petite fonctionnalité sympa accessible via javascript et css qui vous permet de tronquer des textes présents dans une div. La propriété est présente d'office dans ie (le texte est tronqué et ... sont ajoutés à la fin) mais firefox et safari ont besoins d'un peu d'aide pour y arriver. Moi je toruve ça sympa, surtout lorsque l'on a pas envie d'utiliser PHP pour arriver à nos fins.

August 2007

O'Reilly — Affichage évolué de photos avec CSS et JavaScript

by 1 other
De nouveaux modules de présentation d'images fleurissent sur le Web. Lorsque vous cliquez sur une miniature, le site s'estompe pour laisser place à une version « plein écran » de la photo. Nous allons implémenter un tel effet dans une application JavaScript de très petite taille… réutilisable au sein de tout site Web.

Scalable CSS Buttons Using PNG and Background Colors

by 2 others
know, it’s been a lot of articles lately about CSS buttons. But I simply felt the need to write about something that has not yet been covered in the latest button-trend: Dynamic CSS Buttons using PNG, transparency and background colors that degrades nicely and supports full scalability. With full scalability I mean it should resize in all directions according to the font size and content.

June 2007

jQuery.imageMenu - ldbGlobe

Pour répondre à la demande d'un collègue graphiste, j'ai developpé un equivalent au script mootools suivant (source PhatFusion) mais basé sur la librairie jQuery. le résultat me semblant réussi (bien qu'il soit surement possible d'optimiser le code de nombreuse manière) je vous le propose. Voir la démonstration Je tiens à signaler que ce script n'est pas obstrusif et que la désactivation du javascript et ou du css ne gène en rien la consultation et l'utilisation du menu

May 2007

Accessible expanding and collapsing menu | 456 Berea Street

by 1 other (via)
Voici un article sur un menu en accordéon aparament accessible. Son auteur s'est permis de réutiliser le script d'un menu anciennement composé de divs. Il a aussi recodé le javascript et les css et explique très pédagogiquement pour quelles raisons.

April 2007

Footnotes with CSS and Javascript - the final word : CSS . XHTML . Javascript . DOM : Brand Spanking New

by 2 others
ve finally got around to writing the definitive version of the footnotes script I wrote in 2005. There were a number of issues raised that I've resolved in this (probably final) version: * Footnote links accessible from the keyboard * Inline HTML works in footnotes (images, links, emphasis, etc.) * Separate footnote formatting for multiple articles on one page

March 2007

ruzee.com - Steffen Rusitschka » ShadedBorder - JavaScript Round Corners with Drop Shadow

by 5 others
ruzee.com - Steffen Rusitschka » ShadedBorder - JavaScript Round Corners with Drop Shadow

camel's TAGS related to tag javascript

accessibility +   ajax +   animation +   application +   applications +   blog +   box +   browser +   cache +   code +   compress +   compression +   corner +   corners +   crop +   css +   debug +   design +   dev +   developement +   dhtml +   dock +   documentation +   dom +   drag-drop +   editor +   effect +   effects +   extension +   file +   firebug +   firefox +   flash +   form +   formulaire +   framework +   gallery +   gestion +   google +   highlight +   history +   html +   http +   ie +   ie6 +   image +   images +   interface +   java +   jQuery +   js +   lang:en +   librairie +   lightbox +   list +   menu +   navigation +   online +   optimize +   packer +   performance +   php +   php5 +   picture +   player +   plugin +   png +   programming +   prototype +   script +   scroll +   scrollbar +   scroller +   search +   security +   server +   site +   software +   standards +   svg +   swfobject +   table +   tips +   tools +   tree +   tutorial +   tutoriel +   upload +   validation +   web +   web-design +   web2.0 +   webdesign +   webdev +   windows +   wysiwyg +   xhtml +   xml +   xmlhttprequest +   zoom +