background preloader

Disseny

Facebook Twitter

Really Fresh Resources for web ninjas ! Here we are again as promised, with our second edition on resources for designers, that comes filled with the latest info on freebies and web design resources, just as our last premier did. But for those of you that still don’t really know much about the dynamics of our “resources for designers” editions, and are still wondering what this is all about… Many of you may consider yourselves as webdesignshock.com followers, and if that’s the case, well you might already recognize us for: our constant feed of fresh web design related matters, high quality articles, well investigated pieces, and loads of freebies.

And as we have done for the webdesignshock.com posts, our creative team also takes great care of the contents that go onto the rest of our web contact sources, and twitter hasn’t been the exception to this rule, in fact! … it is one of the best examples to the rule due to it’s high quality feeds. Come ‘on! CSS3 Flip Switch This demo was inspired by Mike Bernando. Page Scroller Sharrre. Design View / Andy Rutledge - News Redux. Digital news is broken. Actually, news itself is broken. Almost all news organizations have abandoned reporting in favor of editorial; have cultivated reader opinion in place of responsibility; and have traded ethical standards for misdirection and whatever consensus defines as forgivable. And this is before you even lay eyes on what passes for news design on a monitor or device screen these days.

In digital media—websites in particular—news outlets seldom if ever treat content with any sort of dignity and most news sites are wedded to a broken profit model that compels them to present a nearly unusable mishmash of pink noise…which they call content. In an effort to disguise and mitigate the fact that they have little idea how to publish digital content properly—often sneakily called “differentiation”—some news outlets release apps for digital devices.

News Today The Times politics page. Main navigation: Mobile Presentation Above: My suggestion for how to present a category page. News Redux. Learn Web Design, Web Development, and iOS Development - Treehouse. Building a custom HTML5 video player with CSS3 and jQuery. By Ionut Colceriu Introduction The HTML5 <video> element is already supported by most modern browsers, and even IE has support announced for version 9. There are many advantages of having video embedded natively in the browser (covered in the article Introduction to HTML5 video by Bruce Lawson), so many developers are trying to use it as soon as possible. There are a couple of barriers to this that remain, most notably the problem of which codecs are supported in each browser, with a disagreement between Opera/Firefox and IE/Safari. The other major barrier to consider is building up a custom HTML5 <video> player — this is where a Flash-only solution currently has an advantage, with the powerful Flash IDE providing an easy interface with which to create a customized video player component.

And this is where this article comes in. We'll use jQuery for easier DOM manipulation, and jQuery UI for the slider controls used for seeking and changing the volume level. Video controls Look and Feel. Google+ Styled UI Buttons, Icon Buttons & Dropdown Menu Buttons. Infographic Art: The Types and Trends Marketers Need to Know. There are many types of infographics on the web, all of which share a common goal: to portray interesting information in a compact and visually intriguing way. This can be done with the use of various charts, lists, graphs, symbols, numbers, and blurbs as well as a whole slew of other ways.

When these facets are all combined, infographics can serve as a powerful addition to your content marketing mix by raising brand awareness and driving your target audience to your online destinations. The art of creating an infographic takes consideration, from theme to target audience and desired outcome. Before spinning your wheels on color and theme, do your due diligence and research the types of infographics that are gaining traction in your space. Here are 6 of the most frequently used infographic styles: 1. Statistical – The goal of a statistical infographic is to take a large amount of numerical data and share it visually. 2. 3. 4. 5. 6. Social Media Marketing & Monitoring London 2011. 20+ Tools For Working With AJAX. AJAX may be an overused buzzword, but it also has some incredibly cool uses within your websites.

We've rounded up the best AJAX tools for your perusal - free feel to add more suggestions in the comments. AJAX Activity Indicators - A large collection of animated GIFs for you to use as your AJAX application's progress indicator. AJAX For N00bs - Just as the site name implies, a site to help people just beginning to learn AJAX. AJAX Mistakes - An editable list of common mistakes developers make when implementing AJAX, and suggestions on how to avoid them yourself.

AJAXFreaks.com - A collection of scripts, tutorials, forums and more. AJAXload.info - If you can't find the perfect AJAX load icon for your project, this site will help you generate one to meet your needs. Backbase.com - An enterprise-level AJAX development platform with numerous pre-built widgets. Clean AJAX - A Sourceforge project for a Javascript, Server Side, AJAX framework.

Web Design Toolbox: 130+ New Tools to Make You a Better and Faster Designer. Last year we did a post on 50+ tools for Web design. A lot has changed in the past year, and there are tons of new tools available to designers. Whether you're just starting out and need a drag-and-drop builder or you've been coding for years and need tools to help you be more efficient, there's something on this list for you.

Here are over 130 tools to make you a better and faster designer. Feel free to add more in the comments. Beginner Resources YAML Builder - Easy to use YAML (Yet Another Multicolumn Layout) XHTML/CSS site layout builder. Sky CSS Tool - JavaScript CSS authoring app. The Box Office - CSS formatting tool for wrapping text around images. CSSTXT - Online CSS text style generator. izzyMenu.com - Free CSS menu builder. pForm - HTML form builder. Roxer - Drag and drop website creator. Wirenode - Create your own mobile websites. dotemplate - Template site that allows you to customize templates before downloading them. templatr - Online tool for creating website templates. SeeYouThen! Logo Design, Web Design and Writing by the World's Best Creative Team | crowdSPRING. 15 sites web developers and designers should know.

Creating a good website isn't an easy task, but there's a few tools that can definitely make your developer or designer life easier. In this article, I have compiled 15 extremely useful website that any web developer or web designer should have bookmarked. ColorCombos When designing a website, one of the firsts (and most important) steps of the process is to choose a color scheme. Color Combos allow you to browse thousand of different colors combinations for getting inspired for your upcomming design.

LIpsum Who doesn’t know the extremely popular Lorem Ipsum text? What the font? You just saw a logo or website using a particular font and you enjoyed it. ConvertIcon Favicons are a must have for any website, mostly because on modern browsers as such as Firefox, it is displayed along with the site name in tabs. BgPatterns background Patterns is definitely one of the current webdesign trends. HTML Encoder Do you display code on your website? Test Everything Sprite Generator Load Impact IconFinder. InfoGraphics. Layer Styles. Vector Social Media Icons.

The Guide to the App Galaxy by Google. Vagabundia. Si digo que las transiciones sirven para cualquier cosa, es una exageración pero ... sirven para casi cualquier cosa. Esta vez, veamos cómo podrían aplicarse a la creación de menús expandibles. Creo el HTML que es un rectángulo en donde colocamos una lista ordenada cuya clase es visible y dentro de esta, una segunda lista cuya clase es novisible: <div id="demomenu"><ul class="visible"><li>mi menú <ul class="novisible"><li><a href="#">item 1</a></li><li><a href="#">item 2</a></li><li><a href="#">item 3</a></li><li><a href="#">item 4</a></li><li><a href="#">item 5</a></li></ul></ul></div> Y el CSS: Otra variante.

<ul id="demomenu"><li>item 1 <div><a href="#">item 11</a><a href="#">item 12</a><a href="#">item 13</a></div></li><li>item 2 <div><a href="#">item 21</a><a href="#">item 22</a><a href="#">item 23</a></div></li><-- seguimos agregando --></ul> Y el CSS cásico del ejemplo: 34 Inspiring iPad Application Websites. A while back we published an article showing you 50 Inspiring iPhone Application Websites. Since then, we’ve seen the launch of Apple’s iPad along with thousands of apps designed just for the device. This means that just like the iPhone, many of these iPad applications have their own website for promotion. So in order to bring you more inspiration, we’ve sifted through them and found 34 of the best. Sorted Spreads HelvetiNote GlobeConvert Mixr Course Notes SousChef Digital Post Granimator Jumbalaya Square Gusto Twitterrific Ego Instapaper pulse Tweetdeck The Early Edition TabToolkit Wired Soulver LogMeIn Ignition SketchyPad Evernote Cocoa Box Weather Station Pro Sound Paper June Cloud Things Digits Calculator Bento Layers Synotes Masque About the Author Gisele Muller loves communication, technology, web, design, movies, gastronomy and creativity.

Related Posts 486 shares Apple Dictates the World’s Visual Design Every time Apple redesigns their software, specifically iOS, the entire design industry landscape changes. Diseño de Paginas Web :: Hacer una pagina web. Portal del Diseñador Web y Webmaster :: LaWebera.es. Movie App Database - Apple iPad Forum. Get Inspired and Steal from the Best Designers. “Good Artists Borrow, Great Artists Steal” – Pablo Picasso. The main problem with this concept is that we often steal from the wrong person and instead of improving our output, we end up messing it up. In this post I will list some of the best designers out there, that can inspire you in your future designs. 1. Jon Hicks Jon Hicks from Hicksdesign is the man behind many well-known logo designs like MailChimp, Shopify or Silverback. Follow Jon Hicks on Twitter: Hicksdesign 2.

I think Cameron Moll was one of the first designers that I admired when I started searching the web for inspiration. Follow Cameron Moll on Twitter: Cameron Moll 3. Please tell me that you have heard about Alistapart.com, Typekit or maybe WordPress, otherwise I will find you and you will feel the wrath of the pixel. Follow Jason Santa Maria on Twitter: Jason Santa Maria 4. Veerle Pieters seems to be the only woman in this list … that’s strange, because there are a lot of good women designers out there. 5. 6. 7. 8.

Services | Amazee Labs. - meomi cloud house - Denise Chandler :: Designer, Freelancer, Warrior Poet. The Happy Time Cafe - Freelance Graphic Design. 2.0 - Portfolio. V2 - PRIMATE. Monolab.