Sexy CSS+JS Form I was working on our new open source project that i think you will like and I was working on the registration page. This is what I got in the end and i will walk you trough the process with me. This new tutorial is about styling the forms of your website, I [...]
Continue reading...tirsdag, marts 9, 2010
Kommentarer slået fra
jQuery is not always as it appears. There’s a lot of cool stuff going on under the surface, and there are many methods just waiting to be discovered, and many potential usages of jQuery’s API that you may not have considered before. In this article I’ll be taking you through a few of the not-so-obvious [...]
Continue reading...tirsdag, marts 9, 2010
Kommentarer slået fra
PHP Place the code bellow inside your theme’s function.php file. Don’t forget to change the “TwitterProfileName” with your twitter profile name. function parse_feed($feed) { $stepOne = explode("<content type=\"html\">", $feed); $stepTwo = explode("</content>", $stepOne[1]); $tweet = $stepTwo[0]; $tweet = str_replace("<", "<", $tweet); $tweet [...]
Continue reading...mandag, marts 8, 2010
Kommentarer slået fra
HTML5 is definitely the flavor of the month, with everyone in the design community getting excited about its release. In this tutorial we’ll get a taste of what’s to come by building a cool iPhone app website using a HTML5 structure, and visual styling with some CSS3 effects. HTML5 isn’t here just yet, but the Working [...]
Continue reading...søndag, marts 7, 2010
Kommentarer slået fra
Are you interesting in how to make realistic view scotch tape by using Photoshop tools? If yes, then I will teach you how to make it. I got this effect by experimenting. So, lets start! First of all create a new document sized 500×300 pixels. Select some appropriate color, for example #a13503 and fill your canvas [...]
Continue reading...onsdag, marts 3, 2010
Kommentarer slået fra
Learn How To Design a translucent 3D Frosted Glass Box based on the Safari Icon in Adobe Photoshop. Step 1: Setting Up Make a new document with these settings: Next, select the fill tool (G) and fill it with #626262. Now, we need to make a new adjustment layer. Make a brightness/contrast layer (Layer > New Adjustment Layer [...]
Continue reading...onsdag, marts 3, 2010
Kommentarer slået fra
Thanks to advanced CSS properties, such as gradients and shadows, it’s now quite easy to turn a dull web form into something beautiful – with minimal effort. I’ll show you how in today’s tutorial! Our Final Product Subtle background gradients give depth to the fields while shadows lift them from the page. Even more impressive is that [...]
Continue reading...onsdag, marts 3, 2010
Kommentarer slået fra
Make a unique character design of a European Goldfinch with paint splatters and textures. The techniques used will be Live Trace, Pathfinder, Transparency, Distort, Warp and Clipping Masks. We’ll give this character a unique look and fun personality. Final Image Preview Below is the final image we will be working towards. Tutorial Details Program: Adobe Illustrator CS3 Difficulty: Beginner Estimated Completion [...]
Continue reading...onsdag, marts 3, 2010
Kommentarer slået fra
This tutorial will teach you how to create a clean portfolio layout, or business layout. A few days ago someone asked me to create a tutorial without so many details. I will show you how you can create a very simple layout in just a few steps. You don’t need to be a pro to [...]
Continue reading...onsdag, marts 3, 2010
Kommentarer slået fra
Find all links that start with the sites domain, a slash, relative file path, or a hashtag. var siteURL = "http://" + top.location.host.toString(); var $internalLinks = $("a[href^='"+siteURL+"'], a[href^='/'], a[href^='./'], a[href^='../'], a[href^='#']"); Link til artiklen (Læse tid 8 sek) Tags: CSS, design, fil, GET, IP, Source, Start, tag, URL
Continue reading...
onsdag, marts 10, 2010
Kommentarer slået fra