Dec 23

SmashingMagazine has once again captured the attention of the bloggers and Internet users by posting a comprehensive list of high quality Christmas all-purpose icons (including RSS), wordpress themes and wallpapers this time round :)

Christmas RSS Icons

I like the above designs created by Sudilkovsky Deni very much. Make sure you check out this great post at SmashingMagazine for other stunning graphics :D

Sep 05

How about it? Are you confused by it sometimes? Do you wonder what it is that makes this potentially killer design not appear properly?

The culprit, my friends, is often the syntax. I was feeling your pain and decided to just quickly write it down for you. Memorize it, print it, clip it, and stuff it in your pocket… help has arrived.

Without going into too much detail (if you’d like me to, just write and let us know), I’ll let you know about the terms that you need to know, and how to put all of this into order.

In your .css document what you need to list are a series of rules (or statements). These statements will tell your browser how it should be interpreting the instructions. The syntax used to write these rules are made of three things: a selector, a property and a value in this order always - actually, order is something else that needs its own post. A property and a value together are called a declaration. Check out the figure below for a clear visual.

Photo Sharing and Video Hosting at Photobucket

 

Remember that the declaration must enclosed by curly braces!

Now the best way to describe this is that your selector is the tag that you want your rule to affect, the property is basically the attribute of that tag and the value is really the how of that rule.

Remember to always close the value with a semicolon!

If you have more than one property, you can list them one after the other but they must be separated by a semicolon. If you have numerous values, they must be separated by a comma and a space:

body { font-family: arial, helvetica, sans-serif; background: #FFFFFF; color: black}

To make it easier to read, try to write your rule this way:

body {

font-family: arial, helvetica, sans-serif;

background: #FFFFFF;

color: black

}

If your value has more than one word, make sure to surround it with quotes:

body {

font-family: “century gothic”, helvetica, sans-serif;

background: #FFFFFF;

color: black

}

That’s it for today! Hope this helps.

 

 

Aug 22

KC wrote a great post about lorem ipsum which you can find here in case you missed it.

Though lorem ipsum can be great, I would like to advise caution with using it too liberally. In the beginning stage, go ahead and use it all you want. But when you think that your design is almost completed, switch the text to something that’s going to look like what you intend to put there. Why? Because it helps to see natural breaks in the sentences or in the paragraph. In lorem ipsum the breaks come back way too regularly to even feel natural. Sometimes a header needs to have a real header so that you know the exact length that you need.

For example, when you have to design a site for an online web store, I think you should put in your project data that is somewhat similar to what will go there. It will help you pay attention. Is that name field long enough? Do I have enough room for description? Does the font and words look good with this design. Why have it say Lorem Ipsum Dolores when it should only say Layout for example? As a designer, you need to see beyond the page so that you have the foresight that your client might lack. Of course, it’s important to notice that the type of project you are designing will directly impact the use of lorem ipsum. If you are designing a blog, lorem ipsum will not matter much. Your mileage may vary but for me, I try to look at various types of text first and I like to settle on the more realistic-looking type for my particular project.

 For those afraid of generating their own text but who would like to know what else is out there, please check out a few generators that I like to use when I’m not all serious! These are cool web apps that allow you to create alternate dummy content. You can choose how many paragraphs, words or even add a header: 

  • variation on a theme: I only use this when I don’t care about spacing though as the result is really a variation on lorem.

  • malevole text generator: another interesting generator.

  • versatile generator: has the classical lorem, as well as hillbilly, marketing, techno-babble (and more!) versions. All that plus a few other options too!

  •  

    For the diehards, may I suggest to get the Firefox extension!

     

     

    Aug 08

    We have received an email from Shannon at CollegeScholarships.org that they are currently holding a contest to attract talented students to submit their fantastic design to them for this attractive prize!

    The requirements of this contest is as follows:

    1. U.S. citizen;
    2. Currently attending full-time in post-secondary education; and
    3. If you win, you must be willing to allow us to list your name, picture, and website on this page.

    They have also invited several web design experts as the judges for this contest. As the contest is closing soon (midnight PST on Monday, August 13th, 2007), you can submit your design to them via this form.

    Good luck to your submission!

    Jun 30

    Are you interested to join CSSlayout.info as one of our bloggers?

    We are now looking for a few bloggers so as to provide more consistent posts to our readers. I will continue to post CSS layout reviews or other CSS posts twice every week. Although I could not offer any monetary compensation for these new bloggers, they will be able to gain free exposure and traffic to their site(s) from this blog.

    What we are looking for

    It is highly recommended for you to posses some basic CSS knowledge and interest in CSS news. To summarize, you need to:

    1. Post at least once per week
    2. Your post can be anything related to CSS such as CSS layout reviews or CSS tools.

    What will you benefit being one of our bloggers

    1. You will be able to create a page of ‘About You’.
    2. You can put up a link in our blogroll.
    3. You are free to talk about your site if its CSS related.

    Do not hesitate to let me know if you are interested :)
    You can contact me using this form.

    Jun 23

    Claiming the world’s fastest browser, Safari has released version 3 public version in Jun 2007. The tabulated results show that Safari achieves the best performance for HTML, at only 2.14 seconds.

    Safari has also highlighted the following features with this release:

    1. Easy Bookmark
    2. Pop-up Blocking
    3. Inline Find
    4. Tabbed Browsing
    5. SnapBack
    6. Forms AutoFill
    7. Built-In RSS
    8. Resizable Text Fields
    9. Private Browsing

    Out of all the features, I find that the resizable text fields is interesting as it allows you to resize a text field by grabbing its corner. Try it out by downloading this powerful browser here :D

    May 29

    This is a very elegant gallery system that every Webmaster is waiting for. JonDesign’s SmoothGallery is compliant with the major browsers like Firefox, Opera, Internet Explorer 6 & 7 and Safari.

    Photo Sharing and Video Hosting at Photobucket

    With a total size of only 16KB, this script is very compact as compared to most of the other similar scripts. In addition, it is free and easily installed within five steps :D

    I find this application works best to show products’ screen shots. Drop by the site and feel the powerful demo.

    May 22

    Dynamic Drive has recently released the CSS Glowing Tabs Menu for free to the worldwide users. The following shows a preview of what it looks like:

    Free Image Hosting at www.ImageShack.us

    This script does not use the JavaScript pre-load technique and it can therefore achieve a better performance (with the hover ability).

    The images are also available on the site and anyone can easily change the colors by editing them using appropriate software like Photoshop or Fireworks :D

    Enjoy!

    Apr 13

    Thanks for visiting CSS Layout. You can find many useful resources here regarding CSS layouts, such as useful layout reviews, inspired ideas and useful tools to help the creation of layout a lot easier.

    Do check back often and get involved :)