background preloader

GenerateIt - Image Generators, Website Tools, CSS Generators

GenerateIt - Image Generators, Website Tools, CSS Generators
Related:  Outils Webdesign

2500 free resources for designers Every designer loves free stuff. So here we bring together 2500 brilliant freebies, covering everything from typography to 3D design, in one mammoth list. We'll update this feature regularly, adding more resources as we find them, so amazingly that number will increase over the coming months and years... Graphic design and illustration freebies Web design freebies Free cheat sheet so you can brand your social media pages with easeGet 500 web design books - they're totally free and available nowDesign your new Twitter header with this free PSD130 CSS and JavaScript tutorials to power up your skills50 superb WordPress tutorials10 top WordPress resourcesHow to build an app: 45 great tutorials 3D design freebies Typography freebies Photoshop freebies 300+ free vector shapes for Photoshop45 free Photoshop brushes every creative must have! Have you spotted a free design resource?

Icon Archive - 30,800+ free icons, buddy icons, xp icons, vista icons ... Future XP web design icons Black, white and primary colors make this collection as clean as it can get. With its outline and soft same coloured shadows into each icon gives a soft and smooth look and texture. Your software will look amazing with the future icon collection. This set of icons can be a helpful tool in order to create web pages that in turn make up a web site. There are many aspects important in order to create an useful web applications, software, applications or programs. Sizes: PNG, GIF & ICO: 128x128, 48x48, 32x32, 24x24, 16x16 px Formats: PNG-GIF-ICO-BMP Color Depth: WinXP 32 Bits, Color States: - Normal: Normal color - Hot: Contrasted Colors, useful in rollovers, active buttons - Disabled: Gray Scale colors, useful in inactive buttons. thumbs_webdesign.jpgsoftware-icons-futurexp-web_design.jpgfuturexp-web_design_1.jpgfuturexp-web_design_2.jpg Buy now Sample PDF

20 meilleures banques d'images gratuites et libres de droits Trouver LA bonne image prend parfois un temps précieux, que l’on pourrait investir ailleurs, comme faire la vaisselle ou sortir pour une simple pause. Choisir une image ne doit jamais se faire à la légère, il faut garder en tête le message que l’on veux faire passer. Que ce soit pour illustrer l’article de son blog, faire une affiche pour la kermesse de son enfant ou bien présenter un projet décisif, chaque image et photographie aura un impact. C’est sur ces deux constats, le temps perdu et l’important d’avoir des images parlantes et de qualités, que j’ai décidé de prendre un peu du mien pour vous proposer : Les 20 meilleures banques d’images gratuites et libres de droits, ainsi d’une liste commentée de plus de 60 autres sites d’images gratuites et parfois libre de tout droit d’auteur. Attention cependant à bien lire les conditions d’utilisation.

SVG Article Rewriter Advertisement Paste (Ctrl + V) your article below then click Next to watch this article rewriter do it’s thing! If you want to see it in action first, feel free to play around with one of the included samples. copy and paste your text below: 1 2 3 4 5 ⇐ Select a sample text Advertisment Re-write ArticleCheck Grammar This article rewriter tool will scan through your content for words that can be replaced with a synonym. How Can This Tool Be Used to Produce Quality Content? We’ve added over 500,000 new synonyms to improve the end value of this article rewriter, with the purpose of improving articles by providing better words or phrases. Likewise, it can also be used as an article spinner; to create another version of an article that is unique enough to pass a plagiarism checker. Here’s some tips to make sure that if you use this tool for search engine optimization purposes, it won’t backfire. 1. 2. 3. 4. Origanal Word: 43 Suggestions: i am ok, tayyab shoiab Or Add your own word: Use

The 22 best places to find free vector art online You know that feeling when you're busy in the office or working from home but that piece of work just isn't coming together? You don't have the time to sort something from scratch so you decide to search for some free vector art online – but it's not always easy to find what you're looking for. A good selection of free resources – including free fonts and free vector art – can be a lifesaver for any designer. But more often than not, the process of finding what you need amidst cluttered, confusing pages just adds to the mounting deadline stress. To help you avoid that experience, we've put together a hand-picked guide to the best free vector art resources, including various useful designs you can download in preparation for future projects. 01. Previously known as VectorOpenStock, Vexels still features thousands of free vector graphics and designs, organised into easy-to-browse categories. 02. 03. After a properly retro look and feel for your work? 04. 05. 06. 07. 08. 09. 10. 12. 13.

Mouseover effects in SVGs In this tutorial I'll describe five different methods to achieve a mouseover effect in an SVG. I'll start with the simplest and most limited approach (CSS), and work up to the most complex, but most flexible approach (Javascript/ECMAScript, which is described in more detail here). To view the full code for any of examples in this post, right click on an image and chose View Frame Source or something similar, depending on your browser. For further information see: Example SVG SVGs seem to be an increasingly popular way of adding high quality, interactive images to the web. The simplest way to get a mouseover effect is to use the hover effect with CSS styling. CSS within SVG works just as with HTML, so we can get more specific effects by using different selectors. If you can get away with just using CSS, I'd recommend it, but there are some limitations: Onmouseover events A more targeted approach is to add a function directly into the <rect> element. Set attributeName ECMAScript JavaScript

WideText jQuery Plugin I was searching around the internet trying to find a responsive text solution that was lightweight and easy to use. The few that I stumbled upon didn't work exactly how I wanted, or they had too many bells and whistles. As always, I decided to mess around with each one to figure out the best approach I could take to simplify everything and get it working for me. In the end, I managed to put together a tight little jQuery plugin that gets the job done and nothing more. Once you've included jQuery and my jquery.wideText.js file on your page, you can call the WideText function like so... $(window).load( function() { $( '.responsive' ).wideText();} ); Make sure to add this little snippet of CSS to yoru stylesheet so each element is ready to be resized. To avoid seeing your text before it's resized correctly, add visibility: hidden; to the CSS for each element. To see it all working, resize this page and keep an eye on the header text and buttons above.

Interactive SVG Components Since SVGs are infinitely scalable, it's useful to add controls to pan and zoom, particularly to maps. Panning and zooming can be achieved by manipulating the viewBox attribute, but that will affect the entire SVG including the controller. For a more targetted effect, you can wrap the elements you want to change in a group with a transform attribute. In this post, I'll explain now to make a pan and zoom controller that can be easily added to any SVG, to make something like the map below. The transform attribute Panning and zooming can be easily achieved using the transform attributes translate and scale respectively. To pan left by 10 units, you translate everything 10 units right by wrapping it in a group like this: <g transform="translate(10 0)"> All the other elements... To zoom in by 25%, you scale everything by 1.25 unit by wrapping it in a group like this: <g transform="scale(1.25)"> All the other elements... However, this will zoom, centred on the top, left corner. The result is that:

Related: