Archive for the ‘General News’ Category

March 10

Best Web Design Posts, Monday Roundup

Well another monday is upon us and it is time to write another roundup list. So here is the list:

The list

  1. Table-Based Layout is the Next Big Thing.
  2. Flow Player Open Source Flash Video Player for the Web.
  3. JavaScript Carrousels.
  4. Free Fonts of the Month.
  5. Mootools Effects Compilation.
  6. PicLens -View Images with Interactive Full Screen 3D Wall.
  7. How to Create a Simple & Sleek Web 2.0 Site Footer.
  8. 35 (Really) Incredible Free Icon Sets.
  9. Creating a Successful Online Portfolio.
  10. Design Is In the Details.

Until Next Monday

Hopefully this list keeps you busy until next monday. As always, feel free to add any other web design related post that you may know by leaving a comment. Also, check out the script that I wrote on the post titled “Mootools Style Sidebar Using jQuery.” Until next monday!

March 03

Best Web Design Posts, Monday Roundup

Another Monday has come and that means another post revealing the best wed design related articles of this past week. I must confess that last week was packed with great articles and that I will try to narrow them down to the top 10.

The List

  1. jQuery Tools for Designers.
  2. 7 Ways to Get Involved in the Design Community.
  3. A Guide to Web Typography.
  4. Photoshop actions: 124+ Free Photoshop Actions to Boost Your Designs.
  5. Facebook Style Modal Boxes with Transparent Border.
  6. Advanced CSS Navigation Menu Tricks.
  7. Navigation Menus: Trends and Examples.
  8. How To Create a Silver Back Parallax.
  9. 25 Beautifully Dark Website Designs.
  10. Syntax Highlighter.

Until Next Monday

I hope this list keeps you busy until my next post. I was very busy this past week and I will most likely be busy this week as well. Nevertheless, I have been working on a tutorial using the mootools library which I hope to write about soon. Until next Monday!

February 25

Best Web Design Posts, Monday Roundup

It is Monday again and that means another list of great web design related articles from this past week. Enjoy!

The List

  1. Powerful CSS techniques. Smashing magazine has released a list of 50 great CSS techniques ready to be used.
  2. Gallery of Date Stamps and Calendars. A look at different treatments when it comes to displaying date.
  3. CSS Type Set. I saw this tool on WebAppers and I thought I would share with you. Enter text, view CSS, “Letterpress for the digital age”.
  4. Resetting Again. A second pass at the famous reset style sheet by Eric Meyer.
  5. Monofactor Released a Set of 25 Vector Icons for Free. Title says it all.

Until Next Monday

Hope this list added some tools to your web design box. Please feel free to leave your own finds in the comments section. Until next Lunes!

February 24

Statistics for Web Designers

Any good web designer should know what he is designing for, so here is a bunch of information that I compiled from the W3schools and Adobe. Hope this helps your decision making for that next project.

[TABLE=2]

[TABLE=5]

[TABLE=4]

[TABLE=3]

Remember

Although some browsers, OS, and technologies are much more common than others; the more scenarios you take into account, the more people you will ultimately reach. Just something to keep in mind.

February 21

Drupal 6.0 released!

Drupal Icon

Drupal aficionados rejoice! 6.0 is out. After a year long wait, this great Content Management System has released its latest edition. In case you are new to Drupal here are a few simple steps that will help you with the installation:

  1. Download Drupal 6.0.
  2. Open your favorite FTP client and move either the entire folder or its content to your web server’s root.
  3. Once all the files have been uploaded, go in to the folder called sites and right click on a folder called default. Under properties or get info depending on your FTP client make the folder writable or 777. This will allow the installation to go smoothly. Note: if you moved the whole folder to your server on step 2 and not just its content, you will need to go to drupal-6.0 > sites.
  4. Almost there, now create a mysql database and make sure to add a user for the newly created database. Note: most hosting services will allow you to do this through a CPanel like interface which you can access by typing http://yoursitename.com/cpanel.
  5. Now you are ready to install Drupal 6.0, simply go to http://yoursitename.com or http://yoursitename.com/drupa-6.0 if you uploaded the entire folder not just its content in step 2. From here on, follow the on screen instructions.

Hope this was helpful but please do not blame me if something breaks or gets lost on your server, I am 99.9% confident that won’t happen though.

February 18

Best Web Design Posts, Monday Roundup

In the vast world that the internet has created for us, it is sometimes hard to find the right blogs or posts to read. So, here is a list of five web design related articles which I think will be of use to you:

The List

  1. How to Size Text in CSS was an article posted in A List Apart back in November of last year but it is worth every second of the time you spend reading it. As we all know, equal rendering of text sizes across browsers and platforms is a web designers dream; and although this article is not the realization of such, it gets us pretty close.
  2. Creating Sexy Stylesheets is one of my all time favorite blog entries. In this post Jina Bolton, provides web designer with 10 tips to make their stylesheets “sexy.” Making great looking website is one thing but can you make your stylesheets look nice and readable?
  3. 11 Ways to Gain Exposure as a Web Designer is a self explanatory post. If you are like me, a broke student trying to make it in the web design world, or even if you are not this post has some great tips for making your name known in the design world.
  4. Free Fonts of the Month, because we could all use more free fonts.
  5. Coda Slider 1.1.1 is a JavaScript replica of the cool effect showcased on the CODA web page. As a sidenot: if you are not using CODA and you own a Mac, you should definitely check it out, the guys at Panic are always making amazing software.

Until Next Monday

I hope this list keeps you busy until next Monday. I know some of the posts on the list are a a couple of months old but believe me they are worth reading. Expect a more up to date list next Monday. After all, this is the first time I do this. Also, feel free to leave links to what you think are great web design articles, I am more than interested on knowing what other people are reading.

February 08

CSS 3, Three Reasons Why You Will Love It

If you are a web designer, you love CSS. And why shouldn’t you, it revolutionized the way web design was done. It made designers lives so much easier and it pave the way for absolutely stunning websites. Now, CSS3 attempts to bring the famous Cascading Style Sheets a step closer to perfection with some new “jaw-dropping” features. Let’s take a look at three of the features that will change the way you go about designing websites.

Web Fonts

Type can (rather, should) be the most important aspect of any web designers work. However, this is one of the aspects that a designer has the least control over, as of now. In fact, there are only a handful of font families available acrross Mac and Windows alike. Web Fonts hopes to give the designer a better control over their font selections and what the user can see. In other words, rather than defining font rules in the flowwing manner:

body
{
font-size: 1.2em;
font-family: “Lucida Grande”, Verdana, sans-serif;
}

CSS3 will allow web designer to specified almost any font family and it’s respective retrieval URL so that the user’s browser can access such address and display the page with the font family the designer intended her audience to see:

@font-face
{
font-family: “Olho de Boi”;
src: url(http://img.dafont.com/download/?file=olho_de_boi) format(”truetype”);
}

Columns

The addition of this feature may be a little less obvious than the previous one but a very powerful one nonetheless. Currently, there is no easy way to break an area of text into multiple sections. But, why would you want to do this? Simple, readability. That’s the reason why magazines, newspapers, and other print publications do it. With the addition of Columns in CSS3, breaking an area of text will be a walk in the park.For a more in-depth look at column, visit this page.

Opacity

Last but not least, opacity. This is a feature that many designer have been waiting for and will simply love. How many times have you faked a transparency with a jpg because IE6 cannot handle png properly? How would you like to add transparency to your design without having to open photoshop? Thanks to opacity, these and all other transparency effects will be a piece of cake.Here is a snippet of code, to show you what it will look like:

div#opacity_test
{
bacground-color: rgb(0, 0, 0);
opacity: .5; /* more or less equivalent to 50% transparency */
}

Closing Remarks

CSS3 will no doubt make designers’ lives much more easy when it come to the implementation of their designs. Nevertheless, with such a large array of features being added to this new release of the beloved CSS, designers must not stop pushing the limits of creativity. In fact, all these new features should encourage the creation of design concepts (websites), which no one has seeing yet.If you wish to learn more about CSS3, here are a few external links:

  1. W3 Consortium
  2. CSS3 Info