Wednesday, March 19, 2008

XHTML IT convert your design into a valid W3C web standard

XHTMLiT is a InterDevil Company specialized in developing websites in HTML4, XHTML Strict 1.0 and CSS 2.1/3.0 for small to large businesses which offers designers, developers and other majority of clients with a unique and easy conversion service, by converting client's design into a Hyper-Text Markup Language (XHTML) usually within 8 business hours but some times you will receive your design in 4 hours or even less.

If you are a web designer, when your graphical design is finished and ready to be implemented you can simply click on get started and fill out the short order form. Every package and every order include:
-Web Standards compiant (W3C Valid XHMTL and W3C Valid CSS) coding conversion
- Markup that works with all well known browsers and search engine friendly
- 50% Discount provided on additional pages, must be similar to first page
- 100% Satisfaction Guaranteed and Friendly Staff
- Free delivery and 30 days support from day of xhtml delivery
- Proper organized and structured XHTML and CSS
- Images are sliced with details and optimized for quality
- Fast and Reliable turn-around just under 8 business hours
- Everything is Hand Coded, No Software or Special Tools, just our hands and fingers

XHTMLiT has covered over a 5000 clients and offers special discounts to clients who would like to settle in and have more then 5 projects per month. They are always available no matter what time of the day it is and its staff is always able to answer questions at any time of the day.

You can find a collection of their works here.

Take a look at this link:

XHTMLiT


Related post
Get a review for your site

Tuesday, March 18, 2008

Clean Tab Bar Digg-like using CSS

Do you like Digg comments tabbed bar with sliding doors effect for each tab?

This tutorial explains how to design a clean Tab Bar (Digg-like) with rounded tabs (liquid width) using CSS and just one background image to manage all status for each tab (standard, active, hover). The result is something like this:



Download the source code ready to use in your projects:

Download this tutorial


Tab bar anatomy
Before illustrating the code, a little explanation about our Tab Bar. How you can see in this image, whe have three main elements:


- Active element (Home)
- Standard tab (Community, Messages, Contact)
- Hover element (Blog)
Each element has rounded corners and adapts its width to the text conteined inside it.

Ok, if this is clear how can you do it using CSS and HTML? A good way to implement it is using a <span> element within an <a> element and apply to both elements a background image with rounded corners:


Take a look a this post for more infos about rounded corners in liquid elements for a better explanation about this topic.

Background image with rounded corners
How I said some row above, we'll use just one background image to manage active, standard, hover tab status. The image is the following:



We'll use position properties for CSS background attribute to change the state of each tab (active, standard, hover) in this way:
- Active, background top position: top
- Standard, background top position: 30px
- Hover, background top position: 60px

HTML Code
HTML code for each tab will be something like this:

<a href="community.html"><span>Community</span></a>


... and in this specific case each tag is a <li> element of an <ul> list:

<li><a href="community.html"><span>Community</span></a>>/li>


How you can see, HTML is a simple list:

<ul class="tab">
<li class="active"><a href="home.html"><span>Home </span></a></li>
<li><a href="community.html"><span>Community </span></a></li>
<li><a href="blog.html"><span>Blog </span></a></li>
<li><a href="messages.html"><span>Messages </span></a></li>
<li><a href="contact.html"><span>Contact </span></a></li>
</ul>

When you want an element set to active, you have to add the class "active" to the list element (in bold in the previous code).

CSS code
CSS is a little more complex respect HTML code, but no fear is not so difficult to understand:

ul, li{border:0; margin:0; padding:0; list-style:none;}
ul{
border-bottom:solid 1px #DEDEDE;
height:29px;
padding-left:20px;
}
li{float:left; margin-right:2px;}

.tab a:link, .tab a:visited{
background:url(img/tab-round.png) right 60px;
color:#666666;
display:block;
font-weight:bold;
height:30px;
line-height:30px;
text-decoration:none;
}
.tab a span{
background:url(img/tab-round.png) left 60px;
display:block;
height:30px;
margin-right:14px;
padding-left:14px;
}
.tab a:hover{
background:url(img/tab-round.png) right 30px;
display:block;
}
.tab a:hover span{
background:url(img/tab-round.png) left 30px;
display:block;
}

/* -------------------------------- */
/* ACTIVE ELEMENTS */
.active a:link, .active a:visited, .active a:visited, .active a:hover{
background:url(img/tab-round.png) right 0 no-repeat;
}
.active a span, .active a:hover span{
background:url(img/tab-round.png) left 0 no-repeat;
}


It's all. Ready to use in your projects, if you want only changing the background image to adapt it to your custom layout.

Download this tutorial

Blog Perfume, WordPress blogs with themes, plugins and Blogging Resources

Blog Perfume is a great place on-line where you can find all the best WordPress related resources.

You can find templates, plugins, tools, tips to monetize your blog and more other useful informations to make your blogger life a lot easier. If you are a pro-blogger or a newbie Blog Perfume is a good start point to help you make a successful blog.

Feed Analysis Tool
Blog Perfume provides the best on-line tool I never used to analyze myFeedburner Feeds: BlogFeed Analysis. This application provides a detailed report with charts number subscribers for month, daily hits, views and clicks, total subscribers for week day, number of predicted subscribers after three months, and other interesting functions such as estimated value for one Banner ADS on your site and the worth of your blog.



You can also share your Feed Analysis report with your clients, your advertisers or your readers using a link like this:

http://www.blogperfume.com/feed-analysis/?uri=http://feeds.feedburner.com/Woork

Take a look at this link:

Blog Perfume


Related post
Get a review for your site

Monday, March 17, 2008

Explicit porn advertising on Technorati (part 2)

Some days ago I published this post about some explicit porn ads on Technorati. Today I received this email from Max Gideon (Advertising Operations Manager at Technorati) which said:

Hi,

We would like to inform you that we've had a recent issue with an advertiser serving adult ads on our site. We do not allow ads of this sort and have stopped all advertising with this company. Technorati strives to serve high quality, family friendly advertising and we take any violation of this very seriously.

If you see any adult advertising in the future please do not hesitate to email me personally.

Thank you,

Max

mgideon at technorati.com


Thanks Max for your reply.

Market Hero, online indian stock game

MarketHero is the first free Web 2.0 game based on India's stock markets.

Anybody can sign up and start with a million Indian Rupees in a virtual portfolio ready to trade equities with real prices like a millionaire.It's in public alpha right now and will be rolling out new features and enhancements on a weekly basis. Once the site releases out of alpha, there will be monthly prizes for the biggest winners.




The founders' aim is to bring the Indian markets to the global public and to simplify some of its more complex features. The site uses AJAX to make finding and trading stocks extremely quick. What previously took 3-4 clicks is accomplished with just a single click on MarketHero. Beginners can also leverage the community's knowledge by following tips and the latest chats. If they find an user who is turning into a real market hero, they can fave that user and also add him/her as a friend.

Built by a dedicated team the startup's primary focus is how to create a deeper social connection between the people who know and do not know about trading and the share market. Using Rails as it's core the site has a lightweight feature set to be agile enough to tailor itself to it's users' feedback. There's a lot more coming very soon.

MarketHero


Related post
Get a review for your site

Sunday, March 16, 2008

Stockvault.net, free stock photos and free images

Stockvault.net is a great stock photo sharing website with over 9.400 free stock photos where photographers, designers and students can share their photographs and images with each other.

All images are free for personal and education project (non-commercial usage), organized in several categories such as animal, nature, people, industrial, to help you to find immediatly what you are looking for.

Tutorials and videos
Stockvault.net is not only a place where to share your photos but also a perfect resource where to find all informations you need about photography and other related topics. Tutorial and Articles sections contain useful tips about how to obtain the better result form photo editing using Photoshop.



The video section contains a lot of videos useful to learn all photography secrets such as how to photograph a model, how to prepare a studio photography at home, working with lights, wedding photography etc, in a fast and simple way.

Membership
All Stockvault.net contents are available for free but if you want to access to extra features such as lightbox, photo rating, e-mail photo you can subscribe a membership account (for free or with a little donation).


Stockvault.net


Related post
Get a review for your site

Perfect pagination style using CSS

This tutorial explains how to design a pagination for search results or more in general to split a long list of records in more pages. It's a question I often receive, so I decided to publish a very simple post which explains how to design a perfect pagination style using some lines of HTML and CSS code.


This tutorial also includes HTML/CSS code to implement a Flickr-like, Digg-like, Clean pagination style ready to use in your web projects.

Update as March 17, 2008: My friends Simone Saveri solved some issuse with IE6 and IE7.

Download this tutorial (original)

Download this tutorial (Simone Saveri version)



Typical pagination structure
The following image represents an example of a typical pagination structure:



In general you can identify four main elements:
- Previous/Next button (disabled)
- Current Active page
- Standard Page selector
- Previous/Next button (enabled)
You can design this structure using an HTML list (<ul>) which contains some <li> elements (one for each pagination element) and apply an ID to the <ul> list to assign a specific pagination style to the current list. Take a look at these tutorials for an explanation.


Flickr-like pagination: HTML Code
Image you want to design a Flickr-like pagination style which looks like this:



HTML code is very simple and you can reuse this structure in all pagination-style you want only changing the <ul> ID (in this case I added "pagination-flickr", in bold in the code below):

<ul id="pagination-flickr">
<li class="previous-off">«Previous</li>
<li class="active">1</li>
<li><a href="?page=2">2</a></li>
<li><a href="?page=3">3</a></li>
<li><a href="?page=4">4</a></li>
<li><a href="?page=5">5</a></li>
<li><a href="?page=6">6</a></li>
<li><a href="?page=7">7</a></li>
<li class="next"><a href="?page=2">Next »</a></li>
</ul>

Now, you have only to redefine CSS element properties (ul, li, a).


Flickr-like pagination: CSS Code
Is very simple:

ul{border:0; margin:0; padding:0;}

#pagination-flickr li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
}
#pagination-flickr a{
border:solid 1px #DDDDDD;
margin-right:2px;
}
#pagination-flickr .previous-off,
#pagination-flickr .next-off {
color:#666666;
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
}
#pagination-flickr .next a,
#pagination-flickr .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
}
#pagination-flickr .active{
color:#ff0084;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination-flickr a:link,
#pagination-flickr a:visited {
color:#0063e3;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-flickr a:hover{
border:solid 1px #666666;
}



Digg-like pagination: HTML Code
Ok, now you want to design a Digg-like pagination style which looks like this:



From the previous tutorial copy and paste the HTML structure. You have only to change the <ul> ID ("pagination-digg" instead of "pagination-flickr"):

<ul id="pagination-digg">
<li class="previous-off">«Previous</li>
<li class="active">1</li>
<li><a href="?page=2">2</a></li>
<li><a href="?page=3">3</a></li>
<li><a href="?page=4">4</a></li>
<li><a href="?page=5">5</a></li>
<li><a href="?page=6">6</a></li>
<li><a href="?page=7">7</a></li>
<li class="next"><a href="?page=2">Next »</a></li>
</ul>


Digg-like pagination: CSS Code
CSS code is very similar to the previous Flickr-like example.You have only to change some attributes, and modify #pagination-flikr ID with #pagination-digg, but CSS pagination elements don't change:

ul{border:0; margin:0; padding:0;}

#pagination-digg li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
margin-right:2px;
}
#pagination-digg a{
border:solid 1px #9aafe5
margin-right:2px;
}
#pagination-digg .previous-off,
#pagination-digg .next-off {
border:solid 1px #DEDEDE
color:#888888
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
#pagination-digg .next a,
#pagination-digg .previous a {
font-weight:bold;
}
#pagination-digg .active{
background:#2e6ab1;
color:#FFFFFF;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination-digg a:link,
#pagination-digg a:visited {
color:#0e509e
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-digg a:hover{
border:solid 1px #0e509e
}



Clean pagination style: HTML Code
If you like minimal, clean design this example shows how to design a very clean pagination style which looks like this:



HTML structure is the same of two previous examples. The only thing you have to change is the <ul> ID with "pagination-clean":

<ul id="pagination-clean">
<li class="previous-off">«Previous</li>
<li class="active">1</li>
<li><a href="?page=2">2</a></li>
<li><a href="?page=3">3</a></li>
<li><a href="?page=4">4</a></li>
<li><a href="?page=5">5</a></li>
<li><a href="?page=6">6</a></li>
<li><a href="?page=7">7</a></li>
<li class="next"><a href="?page=2">Next »</a></li>
</ul>

Clean pagination style: CSS Code
CSS code for this kind of pagination style is:

ul{border:0; margin:0; padding:0;}

#pagination-clean li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
}
#pagination-clean li, #pagination-clean a{
border:solid 1px #DEDEDE
margin-right:2px;
}
#pagination-clean .previous-off,
#pagination-clean .next-off {
color:#888888
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
}
#pagination-clean .next a,
#pagination-clean .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
}
#pagination-clean .active{
color:#00000
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination-clean a:link,
#pagination-clean a:visited {
color:#0033CC
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-clean a:hover{
text-decoration:none;
}


Download this tutorial