5 New Video Quick Tips
videos

5 Super Helpful Web Development Video Quick Tips

It occurred to me that many of you might not be aware that, once a week or so, I post a five minute web development video quick tip for our Twitter followers. From now on, I’ll make a posting on Nettuts+ after every five new quick tips – for the rest of you. Here’s the first set. We cover a variety of neat CSS3 features, Photoshop, and more!

Creating Your First Template With CodeIgniter

Preview a Tiling Background Image Directly from Photoshop

Learn how to use the CSS3 Property: text-shadow

How to Add a Drop-Shadow Across All Browsers

How to Make Rounded Corners with CSS and JavaScript


Add Comment

Discussion 36 Comments

  1. Aqib Mushtaq says:

    Looks cool, need to definitely check the rounded corners one.

  2. Juan C Rois says:

    Jeff, thanks a lot for this quick tips. And you are right, I was not aware of this because I try to stay away from most social media sites like twitter or facebook.
    I would especially pay attention to the “First template with Code Igniter” since I already got hooked with your previous CI series.

    Once again, thanks for making this tuts available.

  3. arnold says:

    I love these quick tips…keep it coming

  4. Stoian Kirov says:

    THANK YOOOOUUUU JEFFREEEYY :))))))))))))

  5. Al says:

    Jeff, love your screencasts BUT screenr does not make it very easy to find the screenr competition screencasts. the general search on #nettuts just shows too much data, including all the tweets where all of the other tweets are repeated. not usually very interested in all of those.

    thanks for the link http://twitter.com/nettuts/favorites which works very nicely. just too much stuff on any other search, which is just clutter.

    Al

  6. David Ferguson says:

    @JW: Don’t ya just love having to talk 90 mph to try to get everything in, in less than 5 minutes? :)

  7. Alexander says:

    Great stuff Jeffrey! So when is the CI day 7 coming up? :)

  8. Joe says:

    Fantastic Jeff!

  9. About the CodeIgniter screencast :

    It’s much easier to just create a templates directory and use the following PHP code : http://pastie.org/621030

    There’s no need for another PHP file to load the header and footer :)

  10. Waseem says:

    amazing , I need the text-shadow across all browsers

    Thanks

  11. Nikolius says:

    Thanks again for this great tutorial.
    i have a question, i already try the rounded corner tutorial.

    just it doesn’t work in IE 7 and Opera 10.
    i already check my code, and it’s already exactly like in this tutorial..

    everyone have same problem?

  12. Hasanga says:

    Wow! thanks a lot nettuts!

  13. Santana says:

    Wow Jeffrey very nice tips!! thank u man!

  14. Althalos says:

    I did not know you did that! Thx a lot for posting it here… I might even sign up to the twitter feed just because of this!

  15. I really enjoyed the first tip where you are creating templates in codeignitor. The best part of that tip was the codeexpander thingy.. I never knew such thing existed :P Looks quite interesting..

  16. Saifu says:

    amazing……..thanks….

  17. Jeroen says:

    rounded corners are so yesterday ;)

  18. W. Rast says:

    Man, that solution for IE is way overcomplicated. Just use IE’s proprietary filter CSS property to drop a shadow in behind your element. Like so:

    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color=’#333333′, Positive=’true’)

    Problem solved. All the other browsers will ignore it. No need to use the clunky js solution.

  19. Andreas says:

    Were can I write a tutorial suggestion?

    My problem:
    I would like to have a three colum layout and then when the user clicks on the middle it will rotate it 90 degresse, any ideas?

  20. Cody says:

    Nice Videos – Thanks!

  21. Mike Schneider says:

    Awesome stuff. I like these quick tips a lot =D Nice job Jeff

  22. rizq says:

    Thanks Jeff….. Cool !

  23. Rich says:

    If you’re going to have to use JS to get rounded corners or shadows to work in IE, why bother with the CSS3 as well? atleast at the moment anyway.

  24. Cian Foley says:

    Very good Jeff, I must put a few vids together for my blog, thanks for the inspiration!

  25. Excellent list for my inspiration, thanks Jeff!

  26. ercell says:

    vaov! thanks Jeff!

  27. Jiert says:

    Okay, so I know this is one of those instances where I’m going to end up looking stupid, but in the tut about previewing background images in PS, I don’t actually have the “Preview” button on my “save for web and devices” dialog. Working with CS3.

    Is there something I’m missing?

  28. Paal says:

    I like it, keep it comming

  29. MrSuitUp says:

    Just found out about your site from a friend…
    Gotta say I’m in love!

    Surprised how easy and _fun_ it is to learn from videos!

  30. flash says:

    I dont use twitter or FB, so thank you for posting them here.. very helpful too!

  31. I tend to agree with your post. I’ve had difficulty finding any worthwhile information on this subject. Thanks for your thourough and informitive post.

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.