Web Designer[UI/UX]

From the Blog

Sep
06
Posted by Cesar at 10:52 am

When you start creating a website, you have to make some choices before we start. Some of these choices are using HTML or XHTML, Tables or Divs, Floats or Position, Inline Styling, etc.

Doctype
Every website needs to have a doctype declared; failing to do so may result on your page rendered ineffectively.  The best way is declaring a doctype like xhtml transitional, strict or html 4.01 and help meet standard requirements. As a personal experience, this has been an issue in SharePoint implementations, since default masterpages do not include a doctype. In a customization, the best way to deal with this is declare a doctype so you can fully transform your site.

External Stylesheets
you shouldn’t have to use the style tag for SEO purposes. Not the end of the world, but it is bad. You should always link to an external stylesheet or stylesheets. For larger projects, you would be better off using a set of stylesheets for different parts of the site, instead of one 10000 lines long stylesheet. It happens; especially of you need to apply hacks for different explorers.

(more…)

Feb
07

divs

Hello, ive been wanted to share this post for some time now. This is my own technique of changing huge forms build with tables to divs in a consistent, low mantainance way.

I started using this technique some time ago for the necessity of having divs instead of tables, and handling the fields on a better way.

This technique consists of stacking divs on top of each other(Which I will call rows), and inside those divs, inserting divs as necessary(I will call them fields). Inside the fields, we can put our label and textboxes. We will also need a clear div before closing each row. This technique is also depending on the size of textboxes, so you need to consider that when implementing this.

(more…)

Feb
07
Posted by Cesar at 12:13 pm

CSS has been around for some time now ,since 1996, and it changed the way people used to make websites, for good. First came CSS1, with some support for fonts, color text, backgrounds, spacing between words, alignment, margins, paddings and some other attributes; it looked really good for its time.
Then came CSS level 2 in 1998, which introduced some powerful features like positioning, z-index, media types. Then came the revision we use right now, CSS level 2 revision 1(CSS2.1) which fixed some errors in CSS2 and removed some unsupported features.
But the web is evolving, turning into a more interactive, user-centered design; the technologies were bound to evolve. Web 2.0 has been here for some time, and the need for CSS to evolve was becoming necessary.
Right now, CSS3 is under development, and packs some impressive cool new features that will make easier to make web2.0 content; meaning less work, less code, more content.

(more…)

Get Adobe Flash playerPlugin by wpburn.com wordpress themes