yensdesign – Tutorials, Web Design and Coding

Daily free tutorials about web design, coding, jquery and more

Archive for the ‘Articles’ Category

Faster and smarter debugging of PHP scripts

Wednesday, June 3rd, 2009

Today nobody really questions benefits of using source level debuggers for any language including PHP – debugger is simply a tool, necessity in everyday programmers work. However, it is interesting to note that code validating tools are much less known and it is those tools that are very valuable addition to debuggers in code development.

Traditionally, in compiled languages, certain part of code validation (type checking, checking for non-initialized variables) are usually taken by compiler, but besides compiler there are also external tools used to conduct this task (for example checkstyle for Java). This article deals with use of one of those tools (Codenizer) during development of PHP applications.

(more…)

Internet Explorer 8 gets a 20/100 on the Acid Test 3

Friday, March 20th, 2009

As some of you may know, there is a new Internet Explorer 8 released 1 day ago. I didn’t test the beta version and didn’t download yet the new one (maybe when “Multiples Explorers” program add the IE8). But taking a look at some of the advantages? new features? of the 8 version makes me sad, very sad.

(more…)

Speeding Up Your Website: Optimizing GIFs images

Wednesday, February 18th, 2009

It’s the turn of the GIFs images in our optimization image process of Speeding Up Your Website series.

We are going to learn how to reduce the file size of our GIFs images without losing quality, converting to PNG and optimizing GIF animations.

We are going to use ImageMagick and GIFsicle to achieve it.

Actually we have published these articles:

So let’s dive into the tutorial guys!

(more…)

Speeding Up Your Website: Optimizing PNGs images

Wednesday, February 11th, 2009

Hey guys! We continue the serie of Speeding Up Your Website with a new article focused on the optimization of PNGs images.

We are going to learn how to reduce the file size of our PNGs images without losing quality, removing these chunks of information that we won’t need to display the images.

We will use pngcrush for our purposes but we will share with you other alternatives.

Actually we have published these articles:

Let’s go guys!

(more…)

Speeding Up Your Website: Optimizing JPEGs images

Friday, February 6th, 2009

In last article we have seen wich kind of image format we can use in each situation in our websites, so now it’s time to know how to optimize these images.

We are going to learn how to optimize our JPEGs images by reducing useless information and without losing quality in very clear steps.

We are going to use jpegtran to our purposes of optimization.

Actually we have published these articles:

Let’s dive into the tutorial guys!

(more…)

Speeding Up Your Website: Selecting the Right Format for your Images

Tuesday, February 3rd, 2009

Hi guys! We continue the optimization series with this new part focused in select the right format of our images to spend less resources and speed up our websites.

After knowing how to begin our optimization process with the article titled Minimize HTTP Requests we are going to learn how to pick the right format of our images: GIF, JPEG or PNG.

Actually we have published these articles:

So let’s dive into the second part of these series: Selecting the Right Format for your Images.

(more…)

Interview with John Resig: Creator of jQuery Javascript Library

Monday, February 2nd, 2009

Since we started the blog we haven’t stopped publishing tutorials mainly focused in web usability, interfaces and javascript. Specifically, we have been using in most cases the javascript jQuery library.

Today we are honored to interview one of the most responsible for integrating javascript much easier, more powerful and faster on our Web applications, today we are interviewing John Resig, creator of jQuery.

Let’s dive into the interview guys :)

(more…)

Speeding Up Your Website: Minimize HTTP Requests

Thursday, January 29th, 2009

Hi there guys! In yensdesign, we are continuously talking and publishing tutorials, tips, tricks and cool effects to improve the user’s experience by making our websites more friendlies and accesibles.

But there is a very important thing that you must not forget and which is the main cause by which users leave the site : LOADING SPEED.

We are going to review some important concepts about website’s performance and explain best practises to speed up your websites to reduce the loading time. Your server and your users will be happier at the end of these articles :)

Actually we have published these articles:

So let’s dive into the first part of these series: Minimize HTTP Requests.

(more…)

The Ultimate Free Fonts Pack

Thursday, January 22nd, 2009

Hi there guys! Continuing the freebies section, we are recommending you a new set of free fonts with high quality to use in your designs.

We are showing you a new set of 10 high quality free fonts to use in your web designs. Most of recommended fonts got more than 2-3 styles and are available in TTF and OTF format.

Remember guys: Don’t overestimate the importance of typography in design!

(more…)

Reviewing ProjectThingy: Project and large file collaboration for your team and clients

Wednesday, January 21st, 2009

Hi there guys! We continue reviewing our partners. This time we are here to talk you a little bit about ProjectThingy, a web application focused in project’s management and administration.

We can add users, setup their access (team or client access) in each project to let them participate in current or future projects and more…

Let’s take a closer look at the project…

(more…)