Thursday, September 30, 2010
Creating Gradients and Gold Gradients
http://psd.tutsplus.com/tutorials/text-effects-tutorials/how-to-create-a-gold-text-effect-in-photoshop
Wednesday, September 29, 2010
The Most Unique Search Engines List
Try some new and well designed Search Engines. Enjoy the discoveries:)
http://www.exalead.com - Probably the best alternative to google
http://www.allplus.com - Results are sorted, so its easier to find exactly what you want.
http://www.quintura.com - Search images
http://www.backtype.com - Find out the Social impact of any URL
http://www.nowrelevant.com/nrbeta/ - everything about your subject for the past 2 weeks
http://www.jawoco.com - interactive related search
http://www.mnemo.org - visual seach with sortable results
http://www.sortfix.com - Uses google and recommend keywords
http://iboogie.com - Sorts your results
http://www.iseek.com - Sorts your results in great detail
http://www.spezify.com - A most unique visual image search. Great for designers.
META SEARCH
http://www.turboscout.com
OTHERS
http://www.slidefinder.net - Search and embed powerpoint slide. No need to login.
http://tweepsearch.com - search Twitter bios, founders of companies etc.
http://www.samepoint.com - comprehensive social media search
LINKS
http://www.philb.com/webse.htm - List of 150 Search Engines
http://www.readwriteweb.com/archives/top_100_alternative_search_engines.php
Friday, September 24, 2010
Thursday, September 23, 2010
The Best Accordion Menus
http://www.dreamcss.com/2009/05/14-jquery-and-css-based-accordion-menus.html
http://www.dynamicdrive.com/dynamicindex17/ddaccordion.htm
http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-bullet.htm
Monday, September 20, 2010
Learn CSS DIVs
float columns
If we float one column to the left, then also float the second column to the left, they will push up against each other.
#div-1a {
float:left;
width:150px;
}
#div-1b {
float:left;
width:150px;
}
http://www.barelyfitz.com/screencast/html-training/css/positioning/ go to tab 8
two column absolute
Now we can make a two-column layout using relative and absolute positioning!
#div-1 { position:relative; } #div-1a { position:absolute; top:0; right:0; width:200px; } #div-1b { position:absolute; top:0; left:0; width:200px; }
One advantage to using absolute positioning is that we can position the elements in any order on the page, regardless of the order they appear in the HTML. So I put div-1b before div-1a.
But wait - what happened to the other elements? They are being obscured by the absolutely positioned elements. What can we do about that?
two column absolute height
One solution is to set a fixed height on the elements.
But that is not a viable solution for most designs, because we usually do not know how much text will be in the elements, or the exact font sizes that will be used.
#div-1 { position:relative; height:250px; } #div-1a { position:absolute; top:0; right:0; width:200px; } #div-1b { position:absolute; top:0; left:0; width:200px; }
Wednesday, September 15, 2010
Sunday, September 12, 2010
Wednesday, September 8, 2010
Tuesday, September 7, 2010
International Paper Sizes in Pixels
A3: w:3508 h:4961
Convert 300dpi print sizes to pixels:
http://www.hdri.at/dpirechner/dpirechner_en.htm
Printing in Firefox
1000 height in pixels = 1A4 page.
web hosting reviews
Top 3 Web Hosting for Designers
Our reviews of the best web hosting providers for Designers.
Rank | Features | Features | Extra Features | Web Hosting Review | ||||
1 |
|
Disk Space: Unlimited Bandwidth: Unlimited Email Accounts: Unlimited MySQL Databases: Unlimited FTP Accounts: Unlimited |
- Streaming audio/video capabilities - Ready to go scripts: E-commerce, gallery, forums etc |
|
||||
2 |
|
Disk Space: Unlimited Bandwidth: Unlimited Email Accounts: Unlimited MySQL Databases: Unlimited FTP Accounts: Unlimited |
- Ready to go scripts: E-commerce, gallery, forums etc - $25 Google Credit - Advertise on google. They give you $25 credit - $25 Yahoo Credit |
|
||||
3 |
|
Disk Space: Unlimited Bandwidth: Unlimited Email Accounts: Unlimited MySQL Databases: Unlimited FTP Accounts: Unlimited |
- $4.44 One of the cheapest - You get FREE Domain too - $30 Google AdWords Marketing Credit - Ready to go scripts: E-commerce, gallery, forums etc |
|