The Zaksoup Blog

Things that Zak Soup think are worth mentioning. Mostly stuff that nobody else does.

The Zak Soup Center for Designers Who Can’t Code Good

A while back I was working with Matthew Reakus on a website and I found out that he didn’t know how to code HTML. This was news to me: a designer couldn’t code HTML? As I become more and more a part of the “design community” I realized that this wasn’t just Matthew, it was many designers. They could design awesome stuff, but couldn’t code the simplest HTML and CSS web page. I decided to remedy that. Thus, I started the Zak Soup Center for Designers Who Can’t Code Good.

Part 1: HTML BASICS

HTML is both simple and complex. It is simple in that it has a very structured form and is easy to to pick up quickly. It is complex in that there are literally hundreds of advanced features and tags that you can use to spice up your site.

HTML syntax is comprised of “tags.” A tag looks like <this></this>. Basically the way tags work is you have your <typeoftag moreinfo=”info”>content</typeoftag>. An HTML page always starts out with an opening HTML tag: <HTML>.

Then you have your head. The head is comprised of all the information about your site, but isn’t displayed on the page. You will put your metadata, your title, and your css+javascript links here. <head> <link /> <link /> <title>My Awesome Site</title> </head>

Next comes your body: <body>. All of the content you want to be displayed on the page is going to go into your body. <body>all of your content are belong to me</body>

Now you close the HTML tag to let the browser know that’s the end of the page </HTML>

Your final website should look like:

<HTML>

<head> <link /> <link /> <title>My Awesome Site</title> </head>

<body>all of your content are belong to me</body>

</HTML>

You may have noticed that my links did not match the other tags. A link tag is actually a single tag, not an opening and closing tag. the “/>” at the end signifies the end of the tag. generally a link tag will look like this:

<link href=”link_to_site_or_file.html” />

Part Two, coming soooooooon…

MyNameIsRaj on Humility

I started icon design in November of last year. It has been quite the ride. I love it, but I’ve found that so many designers lack one trait:

humility.

What is humility? It’s a form of modesty; a form of understatement. You’re perfectly entitled to have no humility, but when you build an ego, you…

THIS IS A QUOTE

—Zak Soup

Apple Tablet: The Concept UI

This is mostly awesome, and a little bit sexy.

graphicpeel:

With all of the rumors going around about the new Apple Tablet, I thought I would take a stab at the UI. The past two days I’ve put together a mockup of the “homescreen” by combining Snow Leopards UI with the iPhone OS. I also used the rumored information along with some of my own predictions.

Similar to the Palm Pre and iPhone’s Mobile Safari application, the Apple Tablet uses a “card” interface. Each application that’s running appears in a horizontal tab-view. To switch between apps you swipe. To close an app you tap the X button. Also notice the wallpaper behind the tab-view. This is customizable in Settings.

The dock at the bottom of the screen shows the default applications. Pressing “More..” opens a stack-like grid of the rest of your applications. iPhone applications work too, acting as Dashboard widgets. The Dashboard acts as a second layer underneath the tab-view. Tapping Dashboard in the dock hides the tab-view to reveal the widgets underneath.

The News application displays the current headlines from multiple papers and RSS feeds. The Print application lets users download and read books, textbooks, and interactive magazines.

These are just a few of the features the new Apple tablet could have. There is still a lot to be covered. Will you be typing with you fingers or thumbs? Will you buy books at a new application called the Print Store? How will the email application look? Should the Dashboard widgets be hidden completely from the homescreen? If you’ve got any ideas, hit me up on Twitter.

To the authors of the various small file hosting services.

Hopefully, Soupr will solve some of these problems.

Great rant Keir!

keiransell:

I was going to tweet this rant, but after typing the introduction, realised that it would take a barrage of tweets, which in turn would only irritate anyone who follows me.

This rant is targeted at the authors of the billion or so small file hosting services.

I’m not talking about Rapidshare and the like, but more IDZR, DZNR, Droplr and the rest.

Read More

ELO Is Awesome

Some more great music for you to feed to your ears. They deserve it.


Zaksoup Skin for Tumblr up and (almost) running!

This is mostly just a test to see if the zaksoup tumblr skin works right, and I see no reason why it shouldn’t. My next thing to do is see if I can get tumblr photos working with FancyBox. Or at least get an easy workflow to convert photos in posts to FancyBox photos. I’m not sure If i’ll want to right a script to create thumbs or just do them myself.

-Zak

The Zaksoup Blog

Welcome kind Visitor, to the Zaksoup Blog,

We hope you’ll enjoy your stay.