31 May 2010

15 Awesome 3D Text Effect Tutorials

http://www.designshard.com/video-tutorials/15-awesome-3d-text-effect-tutorials/

Losing Internet connection every time screensaver activates

I've had this problem for a while now: Every time my screensaver kicks in, it kills my Internet connection. Well, I finally figured out what was causing it from this thread.

As one person points out, I needed to do this:
Start --> Programs --> Accessories --> Communications --> Network Connections --> Right-click on the Local Area Connection and select Properties --> Click on the Configure... button --> Select the Power Management tab --> Ensure that Allow the computer to turn off this device to save power. is unchecked.

RSA Animate - The Empathic Civilisation

RSA Animate - Drive: The surprising truth about what motivates us

80+ Amazing Paintings Which Belongs to Indian History

http://www.dzinepress.com/2010/05/80-amazing-paintings-which-belongs-to-indian-history/

Places to For Creative Inspiration #4

http://www.creativebeacon.com/places-to-for-creative-inspiration-4/

Tons of great tutorials and tips for Adobe CS products

http://layersmagazine.com/

Creative Contrast With a Background Blur

http://www.creativebeacon.com/creative-contrast-with-a-background-blur/

120 Excellent Examples of CSS Horizontal Menu

http://www.csstea.com/css-gallery-news-and-resources/264-120-excellent-examples-of-css-horizantal-menu.html

25 May 2010

Open Source HTML5 Video Player – Video JS

http://www.greepit.com/2010/05/open-source-html5-video-player-video-js/

Lets Get Inspired – Top 10 CSS Galleries of 2010

http://www.threestyles.com/css/top-10-css-galleries-of-2010/

HTML5 Reset Stylesheet

http://html5doctor.com/html-5-reset-stylesheet/

Adobe Dreamweaver CS5 HTML5 Pack

The Dreamweaver CS5 HTML5 Pack adds the following functionality to an already great product:
  • Introduces the Multiscreen Preview panel, allowing for Live View display on 3 different screen sizes, with Media Query support. (Window > Multiscreen Preview)
  • Adds code hinting for the HTML5 Tag Library with new tags, attributes, and properties.
  • Updates code hinting for new attributes and values in existing HTML tags.
  • Adds code hinting for the following CSS3 specifications: 2D/3D Transformations; Animations; Background and Border; Basic User Interface; Line Layout; Marquee; Media Queries; MultiColumn; Ruby; Text; and Transitions.
  • Updates Live View to support <video> and <audio>. (Requires Quicktime installation.)
  • Improved rendering for CSS3 in Live View.
  • Adds HTML5 starter layouts to the New Document Dialog box.
  • Offers better rendering for new tags in Design View.

20 May 2010

Google Into Fonts! Google Font API & Font Directory

This looks like the easiest way to use non-Web fonts on pages: http://www.greepit.com/2010/05/google-into-fonts-google-font-api-font-directory/

Here's an example using the Tangerine font:
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine">
<style>
body {
font-family: 'Tangerine', serif;
font-size: 48px;
}
</style>
</head>
<body>
<h1>Making the Web Beautiful!</h1>
</body>
</html>

They also provide a font directory to see what's available.

Some great jQuery plugins & tutorials

http://tympanus.net/Tutorials/

Quickly Remove Background Imagery in Photoshop

http://www.creativebeacon.com/quickly-remove-background-imagery-in-photoshop/

19 May 2010

CSS3 Solutions for Internet Explorer

http://www.smashingmagazine.com/2010/04/28/css3-solutions-for-internet-explorer/

25 Creative 404 Error Page Designs

http://www.smashingshare.com/2010/05/13/25-creative-404-error-page-designs/

25+ Free PSD Resources For Designers

http://www.greepit.com/2009/03/25-free-psd-resources-for-designers/

50 Ultimate Useful Free MAC Applications

http://www.dzinepress.com/2010/05/50-ultimate-useful-free-mac-applications/

jQuery TinyCarousel

Weighing in at 2.33Kb compressed: http://www.greepit.com/2010/05/carousel-content-slider-tiny-carousel/

Places To Go For Inspiration May 16, 2010

http://www.creativebeacon.com/places-to-go-for-inspiration-may-16-2010/

200+ Very Useful Free Photoshop Actions, Enhancement, Colouring, Effects, Filters etc

http://www.tripwiremagazine.com/2009/12/200-very-useful-free-photoshop-actions-enhancement-colouring-effects-filters-etc.html

Subscribe for Full RSS Feed Follow on Twitter CSS Programming For .NET Applications – dotlesscss

http://www.greepit.com/2010/05/css-programming-for-net-applications-dotlesscss/

Subscribe for Full RSS Feed Follow on Twitter Text and Image Based CAPTCHA Scripts Collection

http://www.greepit.com/2010/05/text-and-image-based-captcha-scripts-collection/

Kevin Lynch, Adobe CTO & SVP, Interview @ Web 2.0 Expo

Interview with Adobe CTO & SVP.

Selection Modifier Keys in Photoshop

http://www.tipsquirrel.com/index.php/2010/05/selection-modifier-keys-in-photoshop/

50 Beautiful Free iPad Wallpapers for your New Desktop

http://www.tutoriallounge.com/2010/05/50-beautiful-free-ipad-wallpapers-for-your-new-desktop/

List Of Creative Web Designer And Graphic Designer Websites

http://www.smashingshare.com/2010/05/17/list-of-creative-web-designer-and-graphic-designer-websites/

Optional plug-ins available for Photoshop CS5

http://blogs.adobe.com/jnack/2010/05/optional_plug-ins_available_for_photoshop.html

Welcome to HTML5 and CSS3 – Tools, Resources & Frameworks

A ton of great resources and tools: http://www.greepit.com/2010/05/welcome-to-html5-and-css3-tools-resources-frameworks/

One that caught my eye: CSS3, Please! The Cross-Browser CSS3 Rule Generator

Video Encoding Cookbook and Profile Guidelines for the Adobe Flash Platform

http://ntt.cc/2010/05/09/video-encoding-cookbook-and-profile-guidelines-for-the-adobe-flash-platform.html

06 May 2010

Adobe Story: online screenwriting tool

Adobe has a beta product included with their Premium CS5 (and higher products), Adobe Story, to enable online screenwriting. It looks very promising and I can't wait to try it out. It even has a desktop app for working offline.

05 May 2010

Adobe CS5: great reason to move to a 64-bit OS

The latest Adobe Creative Suite contains apps that will require 64-bit operating systems; the two apps include Premiere Pro and After Effects. So if you've been sitting on the fence about 64-bit OSes, now's the time to make the move.

03 May 2010

Get IE 8 to behave like 7

Believe it or not, IE7 works better for much of what I'm doing; IE8 hasn't made things better at all. To get IE8 (or the upcoming 9) to behave like 7, use the following line in the head tag:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Of course, 9 will add a ton of HTML5 and CSS3 features and is worth exploring and then making a judgment on it merits.

Very cool jStackMenu

http://moronicbajebus.com/blog/jstackmenu/

jQuery Cursor Hover Plugin

http://jakelauer.com/jquery/cursorhover/

jQuery Bubble Popup v.1.1

http://www.vegabit.com/jquery_bubble_popup/

30 Websites Providing High Quality Free Photoshop Brushes for Download

http://www.tripwiremagazine.com/2010/05/30-websites-providing-high-quality-free-photoshop-brushes-for-download.html

Using the Screen Blend Mode in Photoshop

http://www.creativebeacon.com/using-the-screen-blend-mode-in-photoshop/

Run IE6, 7, and 8 on the same PC

If you need to test your apps on multiple versions of IE, you've run into the problem where Windows will only allow one IE version to be installed on the box. There are ways to get around this limitation, such as using Virtual PC, etc.

But I'd like to run IE native on the OS. In the past, the great MultipleIEs from TredoSoft did the trick: You had IE7 already installed, and the tool added all the previous versions you needed. Now with IE8, it's a little trickier.

After installing IE8 and the great Multiple-IE app from TredoSoft, follow the instructions they provide to add a standalone IE7 to your box. I used the IE7 Standalone exe, which automatically downloads IE7 and does all the work for you.

The first time I started the standalone IE7, it didn't seem to work correctly. After shutting it down and restarting, it worked like a charm.