background preloader

Html

Facebook Twitter

Js

Webtools. Ivana Jurčić – Lilit » Blog Archive » A Collection of Printable Sketch Templates and Sketch Books for Wireframing. At the beginning of a web (or application) development project I always create the sketches first. While sketching can be done on a blank paper, it’s much better to use a sketch template. For me that is the best and most productive way to work on and improve my ideas before application development begins (and things get more complicated :-)). This way I won’t pay too much attention to some details that should be taken care of later, but stay focused on general layout and functionality. Below you will find more than 20 resources that you can use in sketching phase of application development. If you have some additional resources to share, please leave a comment so I can add them to the list. And, of course, don’t forget to share your wireframes on I ♥ wireframes :-) Printable sketch templates for websites These are some pretty good, printable sketch templates for website design.

Browser Sketch Pad (PDF) Browser Sketch Pad by Design Commission — see original source 960 grid template Graph paper. Moving Boxes. HTML5 presentation. Font Directory. 20 Email Design Best Practices and Resources for Beginners. Even for experience designers, building email newsletters isn't easy. You receive a lovely looking design, and you crack on with the development. Unfortunately, it just doesn't work as it should in every email clients.

Styles don't display, images aren't visible, etc. This is where these twenty best practices come in handy. 1: Keep the Design Simple Emails are not like complex website designs; they should be nicely designed, but somewhat basic. Try basing your designs on a main header image followed by the main content. The cleaner the design, the easier it will be to code, and the less chance of any abnormalities happening between various browsers and email clients. 2: Use Tables Email clients live in the past, so all emails must be built using tables for layout.

Not Accepted Accepted 3: Have Web Browsers at the Ready Make sure you have as many web browsers as possible available to you. At the very least, use these: 4: Sign Up for all the Major Email Clients 5: Use Inline Styles No Alt Tags Avoid. Glossary. Coding Clean and Semantic Templates. If you are the guy who uses <div> tag for everything, this post is for you.

It focuses on how you can write clean HTML code by using semantic markups and minimize the use of <div> tag. Have you ever edited someone's templates, don't those messy tags drive you crazy? Not only writing clean templates can benefit yourself, but your team as well. It will save you time when you have to debug and edit (particularly the large projects). 1. I've seen a lot of people wrap a <div> tag around the <form> or <ul> menu list. Example 1: The example below shows how you can drop the <div> tag and declare the styling to the form selector. Example 2: Sometimes we wrap the content with an extra <div> tag strictly for spacing purposes. 2. You should always use semantic markups to code HTML documents (ie. Example: The image below compares the rendering differences between <div> markups and semantic markups with no css supported. 3. 4. 5.

When coding for platform templates (ie. Conclusion. Top 10 Programming Fonts. Sunday, 17 May 2009 • Permalink Update: This post was written back in 2009, and much has changed since then. I’ve also written a few subsequent posts about alternative programming fonts, like this one about Anonymous Pro. I’m a typeface geek, and when it comes to selecting a font I’ll stare at all day, I tend to be pretty picky.

Recently, when I discovered that a friend was using a sub par typeface (too horrible to name here) for his Terminal and coding windows, my jaw dropped, my heart sank a little, and I knew it was due time for me to compose this article. What follows is a round-up of the top 10 readily-available monospace fonts. Many of these fonts are bundled along with modern operating systems, but most are free for download on the web. A note about anti-aliasing In the past, we’ve had to decide between tiny monospace fonts or jagged edges. 10.

Figure 1 Courier New 9. Figure 2 Andale Mono 8. Monaco is the default monospace font on the Mac and has been since its inclusion in System 6. HTML5 Canvas and Audio Experiment. MiniFonts Main Menu. - Best of Parallax-Effect - Webdesign und Webentwicklung im Webstandard-Blog. Inspiration - 30 Apr, 2009 Das Parallax Scrolling ein interessanter Effekt ist, der es ermöglicht Bewegung in Eure Webseiten zu bringen, ist durchaus bekannt. Auch das für diesen Effekt lediglich einige Grafiken, ein wenig CSS, etwas (X)HTML und je nach Anforderung auch etwas JavaScript ( ist keine Voraussetzung, denn es geht auch ohne! ) notwendig sind, überrascht vor allem die fortgeschrittenen Anwender wenig. Aber was kann man nun alles mit diesem Parallax-Effekt machen?

Die Anwendungsmöglichkeiten sind vielfältig und aus diesem Grund habe ich für Euch an dieser Stelle mal eine kleine aber hoffentlich feine Übersicht an Webseiten herausgesucht, die den Parallax-Effekt für ihre Webseite nutzen. stephband.info ( move the cursor ) therissingtonpodcast.co.uk ( resize the Browser - Header & Footer ) www.silverbackapp.com ( resize the Browser - Header ) www.cdev.ru ( resize the Browser - Header ) inner.geek.nz ( scroll the content ) weallhatequickbooks.com ( resize the Browser - Footer ) 10 Tips to Create a More Usable Web. Whether it’s your portfolio, a blog, a marketing web site, or a collection of games, we all want to attract visitors to our website and to ensure that they have a pleasant experience. Usability measures the level of a user’s experience and can be characterized by how easily a given task can be completed; whether it’s done with prior knowledge, or by having the user learn a new way to interact.

I think Jakob Nielson probably explained it best when he said: “Usability is a quality attribute that assesses how easy user interfaces are to use. The word “usability” also refers to methods for improving ease–of–use during the design process.” In this article I hope to give you some form of a usability checklist, covering topics from form design to simple navigation tips that you can apply to any Web project. 1. Letting the user know what section of the site they’re in, or what category they’re navigating through can be give a huge usability boost to any site. 2. 3. 4. 5. 6. 7. 8. 9. 10. Fluid 960 Grid System | 16-column Grid. Article Heading Subheading Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.

Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Visit site. Heading 3 Heading 4 Heading 5 Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Heading 6 Epsum factorial non deposit quid pro quo hic escorol. Definitivo: PNG’s transparentes en IE6. Form Elements: 40+ CSS/JS Styling and Functionality Techniques. Aug 17 2008 Designing effective web forms isn’t easy, as we need to figure out more practical styling and functionality techniques to provide a great user experience. Recently there have been a number of noteworthy techniques such as styling different form fields, live validation, Context highlighting, trading options from field to another, slider controls and more – using CSS and different Javascript libraries.

Below we present findings of search to more than 40 tutorials and demos to showcase the capabilities and robustness of CSS and Javascript. You might be interested to check other CSS related posts: 1-Styling dropdown select boxes- To style a dropdown select box is heavy work. 2-<select> Something New, Part 1-With a little DOM scripting and some creative CSS, you too can make your <select>s beautiful… and you won’t have to sacrifice accessibility, usability or graceful degradation. 3-Styling even more form controls-There are a lot of controls that can be used in an HTML form.

Homepage. Code Dumper :: does what it says on the tin. XHTML 1.0 reference with examples. HTML Entity Character Lookup › Left Logic. Created by Left Logic Using HTML entities is the right way to ensure all the characters on your page are validated. However, often finding the right entity code requires scanning through 250 rows of characters. This lookup allows you to quickly find the entity based on how it looks, e.g. like an < or the letter c.

Features Search for entity characters based on how they look (taken from the W3C list of entities) Switch between standard and compressed views Copy the HTML entity to the clipboard Add your own keyword terms and characters to entities Settings stored in a browser cookie Available as a Firefox plugin - thanks to Yining To reset the keywords, clear your cookies for this page and the default keyword dictionary. How it works The lookup searches the html entities for matches to the searched character based on how your character looks. There's no clever logic behind this, only the most powerful computer known to man - man's own brain. 10 ficheros que debería tener cualquier web » Sentido Web. 77 Resources to Simplify Your Life as a Web Designer &lt;&lt; Vandelay Website Design. As a web designer, achieving efficiency in your workflow will have a significant impact on your success.

Fortunately, there are a number of great resources that have been created with the intent of making your life easier and your work quicker and more effective. Color Tools Choosing the right color combination can be a difficult task. Try some of these tools to make it an easier decision. For more color-related tools, see Find the Perfect Colors for Your Website. Free CSS Navigation Menus CSS-based navigation menus are used by most websites now, but they don’t need to be created from scratch. DHTML Navigation Menus Xtreeme DHTML Menu Studio is a great tool for quickly creating dynamic navigation menus (cost: $49). Photos for Your Website Quality images greatly enhance the look and appearance of a website. Stock.Xchng – free stock photos.Stock Expert – Low cost stock photography.iStockphoto – Low cost stock photography.Big Stock Photo – Low cost stock photography. Icons Blank WordPress Templates. Thumbalizr - a website thumbnail creator.

Ver tema - Acentos en php al generar xml. | martinpulido.com | blog | » Generar XML a partir del contenido en una base de datos.