|
Connexion
News Rss |
Webmaster » Articles
2010-03-07T21:45:42+01:00
(cross-posted from the official Prototype blog)I'm very happy to announce a new addition to the Prototype bookshelf: core committer Andrew Dupont's Practical Prototype and script.aculo.us published by Apress.Obviously, Practical Prototype and script.aculo.us covers all you need to know about the latest versions of Prototype and script.aculo.us. But it goes well beyond that. Andrew does an awesome job at setting the context and giving appropriate background information, so much so that you'll end up knowing not only the how but also the why. In the ruthless world of client-side development, that's serious asset!Practical Prototype and script.aculo.us is a pleasure to read - the style is bo...
2010-03-07T06:05:39+01:00
When you create a font stack, you are creating a fallback system for your customers. If they don't have the first font, the page will display with the second, and so on. But most designers don't test their pages looking at the alternate fonts, and this can cause problems with some designs. The challenge is that it can be tedious to view and remove all your fonts one at a time to do testing on them. And there aren't a lot of alternatives to doing that. But this script can help. The Font-Stack-Tester scans your CSS and puts an overlay on the page to allow you to remove the fonts manually. It's still in beta stages, and eventually it will be a bookmarklet, but right now it's pretty neat if y...
2010-03-06T15:55:01+01:00
This week I found some sites that teach how to do some nifty things with CSS. So the next time someone tells you that CSS creates boring designs, you can point to one of these sites and correct their perception.Pure CSS speech bubbles4 Ways to Get Rounded Corners Using CSSSpeed Up with CSS3 GradientsCreate a smiley face using only xHTML and CSSA Fancy Photo Gallery - view the source to see how it was doneText Shadow BoxCSS Tabs Without JavaScriptCSS3 Menu Without JavaScriptCreating an Image Map using CSS onlyCustom radio and checkbox inputs using CSSLink Love: CSS Tricks originally appeared on About.com Web Design / HTML on Saturday, March 6th, 2010 at 14:55:01.Permalink | Comment | Email...
2010-03-06T11:45:20+01:00
(cross-posted from the official Prototype blog)I'm very happy to announce a new addition to the Prototype bookshelf: core committer Andrew Dupont's Practical Prototype and script.aculo.us published by Apress.Obviously, Practical Prototype and script.aculo.us covers all you need to know about the latest versions of Prototype and script.aculo.us. But it goes well beyond that. Andrew does an awesome job at setting the context and giving appropriate background information, so much so that you'll end up knowing not only the how but also the why. In the ruthless world of client-side development, that's serious asset!Practical Prototype and script.aculo.us is a pleasure to read - the style is bo...
admin | 2010-03-06T00:05:01+01:00
Ive updated the FreeDown script , mainly added exception handling when something went wrong while fetching download Link.Download New version here – FreeDown
Ralph Whitbeck | 2010-03-05T17:46:08+01:00
This week Elijah and Ralph sit down and talk with Microsoft’s Phil Haack, Senior Program Manager on the ASP.NET team, currently working on the new ASP.NET MVC Framework. We discuss their recent decisions to include jQuery into several of their products what ASP.NET MVC is and how jQuery is integrated into the project. You can subscribe to the show in iTunes or via the raw RSS feed or you can download the MP3.Here are the show notes for this episode:Permanent Sponsors Our GuestPhil Haack. Senior Program Manager at MicrosoftInterviewWho is Phil Haack?Senior Program Manager at MicrosoftOversees the ASP.NET MVC projectLead Developer of the Open Source Subtext Blogging EngineASP.NET MV...
Bruno Bichet | 2010-03-05T06:28:08+01:00
La propriété CSS3 border-radius permet de faire des coins arrondis pour rendre nos pages web plus jolies à regarder. Tous les navigateurs ne prennent pas en charge la propriété CSS3 border-radius : les agents utilisateurs carburant au moteur de rendu Webkit (Chrome, Safari, iPhone, Android) utilisent -webkit-border-radius et ceux qui tournent sur Gecko (Firefox, Camino) utilisent -moz-border-radius. Quant à Internet Explorer, on peut garder l’espoir qu’avec IE9 ont verra un peu de lumière au bout du tunnel… Pour assurer une compatibilité maximum, il faut utiliser plein de déclarations CSS redondantes et c’est fastidieux. Heureusement, jacob bijani (Directeur de la ...
Stu Nicholls | 2010-03-05T00:00:00+01:00
Mapping of irregular shapes using just css. With hover effect and popup information panel.
aaron | 2010-03-04T23:06:11+01:00
MooTools More features a diverse, powerful collection of Classes (60 plugins!!) and some are my favorite tools that I use over and over again. I thought I’d take some time to dig into some of the plugins in MooTools More that I think are interesting and really useful that maybe you haven’t had time to really sink your teeth into (or, perhaps, you haven’t found a reason to). So I’m going to take some time to talk about some of the plugins in More each month, sharing not only how they work, but how they work together and maybe even why you’d use them. Today I’m going to talk about the Form.Request plugin.Request and Request.HTMLMooTools Core ships with th...
2010-03-04T19:06:48+01:00
You're working on getting a new script finished to replace the one that is breaking in IE 8, when the designer comes asking you to move the navigation bar back from where he had you move it yesterday. Or you've finished your user testing and realized that the change you made to the navigation bar design is affecting the content lower down, but when you ask the developer to move it, she says "no" and goes back to fiddling with her code, ignoring you. Whichever person you identify with more, both situations can be really annoying. But while Web developers can seem negative and Web designers wishy-washy, you still have to work with them. Find out what Web designers hate about developers and ... |