Interesting & Unusual Design Resources

Posted by admin on July 28, 2010  |  No Comments

The following links are simply meant to remind me (or you) of some great web resources. Take it or leave it, and if you have any additional links, ideas or suggestions, please let me know.

Web Site Design

Web Site Template – Walk With You
http://www.walkwithyou.me/

ClassiPress – WordPress | Premium Classified Ads Theme
http://wpclassipress.com/demo/

365 Days of Astronomy (unique design approach)
http://365daysofastronomy.org/

AdFlavor (advertising network with a sleek web site)
http://www.adflavor.net/

Blue Sky Resumes (incredibly slick and one-of-a-kind web design)
http://www.blueskyresumes.com/

 

User Experience & User Interface

Catalyst Resources – Commercial UX Outfit
http://catalystresources.com/

Backgrounds in Web Design: Examples and Best Practices – Smashing Magazine
http://www.smashingmagazine.com/2009/03/31/backgrounds-in-web-design-examples-and-best-practices-2/

Freelance Web Designer: Serj Kozlov (you have to see this…beautiful)
http://www.serj.ca/

 

Prototyping & Wireframes

iPlotz – Web Application
http://iplotz.com/

FlairBuilder – Windows Desktop Application
http://www.flairbuilder.com/

Axure – Mac & Windows Desktop Application
http://www.axure.com/default.aspx

 

JavaScript & jQuery

jQuery Tools
http://flowplayer.org/tools/index.html

Animated background Image with jQuery
http://www.catswhocode.com/blog/animated-background-image-with-jquery

Animated Landscape Header with jQuery
http://buildinternet.com/live/landscape-header/landscape-header.htm

Spritely – Dynamic Character and Background Animation with jQuery
http://www.spritely.net/

 

Photoshop & Graphics

600+ Photoshop Gradients to Download – Best Design Options Blog
http://bestdesignoptions.com/?p=2314

71 Gradient Resources for Web Design – Vandelay Design Blog
http://vandelaydesign.com/blog/tools/gradient-resources/

Textures, Wallpapers and Backgrounds – Desktop Nexus Abstract (p. 4)
http://abstract.desktopnexus.com/cat/textures/4

 

 

 

 

 

 

 

 

 

Change Field Size in Existing Table (SQL Server, Transact SQL)

March 25, 2010   |  No Comments

Note to self: Use the following syntax to change the size of an existing field in an existing table.
ALTER TABLE Changes_Perf_FormLayout
ALTER COLUMN SpecialID varchar(50)
Yes, a) there are slicker ways to do it, and b) there are management tools that can do all of this for you; but if you just need to “fix” the field [...]

Flex + PopUpManager + TitleWindow

December 2, 2009   |  No Comments

Note to self: If you create a custom-skinned Flex application, the windows created with PopUpManager will inherit the same customized look-and-feel. Duh!
It seems so obvious now, but I’m embarrassed to say that it took me a good day to catch on to that. The situation in a nutshell: I built this Flex application, using a [...]

How do YOU stay sane?

August 25, 2009   |  No Comments

Sometimes I look around my office and wonder how I ever manage to spend so much time in one tiny crammed space.

Sometimes, I work for hours on end into the night, trying to get an assignment or side-project finished. And I start thinking about all the other people I know…who are NOT working at this [...]

What’s the max value for the z-index?

July 14, 2009   |  1 Comment

The answer is, it could be as high as 2,147,483,647 (according to CSS Master Cameron Moll).
More specifically, it depends on the web browser. According to Eric Puidokas, who did some z-index testing in a number of web browsers, “The results show IE, Firefox and Opera all use a 32-bit signed integer to store the value of [...]

500 Free Web Icons: LED Icon Set

June 17, 2009   |  No Comments

Admit it: You can never have enough icons for your web applications. That’s what Marcis Gasuns thought, and so he came up with 512 Pixel LED Icon Set. (Click the image below for the full preview.)

If you like the general theme, the color scheme and the overall graphic design, there is an icon in there [...]

GUI Police Need Patrol Cars

June 8, 2009   |  No Comments

By the time they call in the GUI Police, it’s usually too late already.

You know the scenario, right? The development team (which, in a typical small business scenario does not include any user interaction designers) works like crazy on a web application for about a year. They implement cutting-edge functionality, over-the-top back-end contraption . . . [...]

Currently Looking for Collaborators

June 3, 2009   |  No Comments

Circle of Web / Technology & Marketing Professionals
Having been previously self-employed, I’m currently considering the idea of building a close-knit network of like-minded web professionals.
This would not be a new company but rather a loosely connected circle of individuals who already work on their own but sometimes need help to get projects done. Everyone [...]

jQuery + MP3 = jPlayer

May 16, 2009   |  No Comments

Every now and then, someone comes up with something that seems so simple, it makes you wonder why you didn’t think of that yourself. Then you start thinking of all the possibilities that this new technology or gadget has to offer, the many uses and the smiles on your clients’ faces… and you realize that [...]