Learn jQuery with FireBug, jQuerify and SelectorGadget


1

I've came across this article from a site that I always refer to seek any new information on the web design and web development. In this video tutorial (no doubt it just an introduction video), I found out that this is one of the best video tutorial to make the life of web developer and web designer easier.

In this video tutorial, it shows to use jQuerify Bookmark and SelectorGadget Bookmark, which make us to use jQuery functions much easier ways. One I like most was how we could play around the effects in the web page.

Just give a try to it.. I bet you'll surprised with the outcomes... :)



Source taken from 9 Ways to Instantly Code Faster
javascript:void(0)

jQuery Colorbox with Blogger


1

Well, maybe most of you guys wondering on how integrate jQuery Colorbox Plugins into your Blogger. jQuery Colorbox Plugins are image view plugins that makes your blog looks more interactive and more presentable.

You could download the full package Colorbox V1.3.9. This will have the full example and the plugin scripts that you could integrate into your site, if you hosted you blog or site personally.

In this tutorial, I will show you how to integrate with Blogger.

Step 1

Login to your Blogger Dahsboard, and go to Design, then go to Edit HTML then click at Expand Widget Templates, the reason is that you will have the full access to your template scripts.


Step 2

Copy and paste these codes into your template just above </head> the tag.

<link href='http://dl.getdropbox.com/u/2863383/js/colorbox132/example5/colorbox.css' media='screen' rel='stylesheet' type='text/css'/>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'></script>
<script src='http://dl.getdropbox.com/u/2863383/js/colorbox132/jquery.colorbox-min.js' type='text/javascript'></script>

<script type='text/javascript'>
$(document).ready(function(){
//Examples of how to assign the ColorBox event to elements
$("a[rel='colorbox']").colorbox();
$("a[rel='example2']").colorbox({transition:"fade"});
$("a[rel='example3']").colorbox({transition:"none", width:"75%", height:"75%"});
$("a[rel='example4']").colorbox({slideshow:true});
$(".colorbox").colorbox();
$(".youtube").colorbox({iframe:true, innerWidth:650, innerHeight:550});
$(".iframe").colorbox({width:"80%", height:"80%", iframe:true});
$(".inline").colorbox({width:"50%", inline:true, href:"#inline_example1"});
});
</script> 

Step 3

Now, to add the function to your image just add class="colorbox" to your <a> tag of your image. Eample:

<a href="http://2.bp.blogspot.com/_PwzardmADgg/THfnk8LBQGI/AAAAAAAAAP0/eufdMj6J1XQ/s1600/Safari 2.png" imageanchor="1" class="wptut" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="400" src="http://2.bp.blogspot.com/_PwzardmADgg/THfnk8LBQGI/AAAAAAAAAP0/eufdMj6J1XQ/s400/Safari 2.png" width="197" /></a>

Adding Single jQuery Colorbox Popup

It's done, you will have a set of image gallery popup. To add individual image Colorbox popup. In your post editor, select Edit HTML to view the source codes, and add this customized scripts to suite your requirement.

<script type="text/javascript">
$(function(){ $('.classname').colorbox(); });
</script>



Adding jQuery Colorbox Image Gallery

You need to add rel="galleryname" to your image and add this line of codes at the end of your post.

<script type="text/javascript">
$(function(){ $('a[rel="galleryname"]').colorbox(); });
</script>


javascript:void(0)

Sharing with Wordpress


0

Most of us already know hoe to blogging. There are a lot of free blogs provider outside such as Blogger, Wordpress and many more.

In this tutorial, I will show how add Sharings for those who having blog with Wordpress which was being hosted by WordPress.

Step 1

Login to your WordPress blog, and got to Settings > Sharing


Step 2

Once you are in the Sharing Settings page, you will see sets of options that you could include into your post.



Step 4

In this tutorial, I'm going to add:
  1. Facebook
  2. Twitter
  3. Email
  4. Print
Just drag the services to the Enabled Services, and you could see the result at the Live Preview column.

Step 5

Once you have finised selected the services that you desired, you could also change the settings in how the services should be appear in the page.


Final

Now, change the settings for your services.



This is how it would appear in your blog.


javascript:void(0)

How to insert widget on to your page with Adobe Dreamweaver CS5


0



From my previous tutorial on how to to install Widget Browser and integrate with your Adobe Dremaweaver CS5, in this tutorial I'll show you how to add Widget on to your page.

I hope it'll help you, for some .. So, enjoy the tutorial......


You could download this tutorial folder here.

Cheers!!!!
javascript:void(0)

Adobe Dreamweaver CS5 - Widget Browser


5

Latest product being introduced by Adobe Corporation was the Creative Suite 5, or also known as Adobe CS5. Well as all of us know that most designer and developer, have choose Adobe products to create most stunning design. For example, Adobe Photoshop, which is well known as the most popular design tools.

So many designs have been created by Photoshop, from image manipulation until web design. Since then, in my opinion so far Adobe Photoshop have been used almost by all user in designing world, but to forget also a lot and tons of software out there trying to beat Adobe Photoshop.

I managed to grab a copy a copy of Adobe Dreamweaver CS5. A bit of my past history, I've learned HTML by using Adobe Dreamweaver since ages before which was Macromedia Dreamweaver. And until now I'm still rely on Dreamweaver, (sometimes) just to get the perfect syntax, though.... :)

Well today, while I was mingling around with Dreamweaver CS5, I found out there was a cute add-ons which being integrate into this new Adobe Dreamweaver CS5, which was Widget Browser. In Dreamweaver CS3 and CS4, for us to use these pre-installed plugins, you need to use Dreamweaver Extension and some of these Extension you need to pay for it, right?!

So, in this small tutorial I'll try my best to show a bit of these Widget Browser that I discovered and how to use it. And for me it'll help us especially web designer to speed up our work and make our bosses or our client happy. Let's get started.
javascript:void(0)

Improve site performance in 3 easy steps


0



Source:  Quick Tip: Improve Site Performance in 3 Easy Steps
javascript:void(0)

How to optimize your Mac


0

Acually in Windows based PC, there a lot of software out there that you could use to optimize your machine such as Raxco Perfect Disk, Ultimate Defrag and many more. For Mac, I recommended Onyx, a free software which you could use.

OnyX is a multifunction utility for Mac OS X. It allows you to verify the Startup Disk and the structure of its System files, to run miscellaneous tasks of system maintenance, to configure the hidden parameters of the Finder, Dock and of some of Apple's own applications, to delete caches, to remove a certain number of files and folders that may become cumbersome and more.

Actually, my MacBook Pro having a slow startup and some font errors whereby my XAMPP controller was having some "alienize" font. So, I decided to search for a solution on how to overcome this problem. Then I found a forum about Mac user and one of the guy suggested Onyx to cleanup my font.

The software is just around 15mb, and very user friendly with all alerts and popup. It also managed to make my MacBook startup faster, you can feel the difference after you cleanup all those cache files.

Feature for Version 2.1.6:

  • New search update routine 
  • Show/hide the alert message at first launch of downloaded applications 
  • Displaying the Maintenance Scripts Logs 
  • Deleting temporary items improved 
  • Deleting Mobile Devices CrashReporter 
  • Deleting Internet Cache improved 
  • Deleting User Cache improved 
  • Choose the panel to open automatically at launch 
  • Utilities > Find panel improved 
  • Verify > Preferences panel improved 
  • Misc Minor modifications 
  • Deleting some localizations 

Requirements

Mac OS X 10.6 or later.

Download 



Screenshots

Options available

Verified hard disk volume

Check your hard disk SMART status

Cleanup your browser cache

Fixed font errors

Optimized system preferences

Optimized user preferences


Source:
OnyX 2.1.6 OS X maintenance & optimization tool.
javascript:void(0)

Books that suppose to be on your shelves


0

I've been searching for some books for jQuery, just to make myself more understanding on how jQuery works especially when designing GUI. Sometimes we are so reluctant when it came on reading, but eventually I've found a few books that for me most web designer suppose to keep it on their shelves.

jQuery - Novice to Ninja (by Sitepoint)

This book really explain almost in details from zero knowledge about jQuery until you become familliar with jQuery. I have glance through the book, but too details and I found out that it is a must for those who are really thinking to step into the jQuery world.

For more review:
jQuery - Novice to Ninja





jQuery in Action (by Manning - 2nd Edition)

This second edition also stress more on how to play around with jQuery functions and also a bit touch on jQuery UI. As sometimes when I'm surfing I found that most web apps are using jQuery UI, and they customized it to suit their requirement. For exmaple, meebo bar. Meebo Bar are using jQuery UI as their GUI for some of the items.

For more review:
jQuery in Action [2nd Edition]




Pro PHP and Jquery (by Apress)

In this book, the author have split the main topics into 3 sections, Advanced PHP Programming, Combining jQuery with PHP Applications and Advanced PHP and jQuery. Nowadays more and more web base application are being develop and most of it where highly develop with Ajax. Which becomes a must. In this book it relate all of this functionality with the usage of Javascript Framework, jQuery which makes the life of web developer easier.


For more review:
Pro PHP and jQuery
javascript:void(0)

The Problem with PHP's Prepared Statement


0




Source of tutorial:  The Problem with PHP’s Prepared Statements
javascript:void(0)

Embedding font with CSS @font-face [Part 2]


0

Well, most probably you have got the idea on how to embed your own font into your site. In this tutorial I'll elaborate a bit more detail on how to use CSS @font-face property to embed you font into your site. This is  the way I'm learned and I did a bit tweak to suit my requirement, and you could try this and manipulate to suit your requirement.

Well, enough with the chit chat, lets us jump into action. :)

For Safari, Firefox, Chrome and Opera

Step 1

You need to define the font that you are going to use. In this tutorial, I've decided to us Graublab Web font,  and I have downloaded it from here.

Step 2

Once the download completed, you'll see your folder structure like this,


Then you need to copy the all of the files and paste it into your site folder, it is approciate if you could just copy the folder into your site. For exmaple this in my folder structure. 



Step 3

Now open your favorite text editor or any IDE that known to you, and paste this into a new CSS file.

@font-face{
 font-family: GraublauWeb;
 src: url('../GraublauSansWeb/GraublauWeb.otf') format('opentype');
}
@font-face{
 font-family: GraublauWebBold;
 src: url('../GraublauSansWeb/GraublauWebBold.otf') format('opentype');
}

Step 4

Now you need to assign your HTML element that you want the font to affected to, like this:

h3 {
    font-family:GraublauWebBold, Verdana, Arial, Helvetica, sans-serif;
    color:#131313;
}

p {
    font-family:GraublauWeb,Verdana, Arial, Helvetica, sans-serif;
}

Once you have finished, just launch your browser and see the result. Ok, let's jump to the IE version.

IE Version.

The reason behind this is because IE does not support (.OTF) format, so we need to convert the .OTF into .EOT. You could convert your font here.


One you have convert and download the font, you should get the file structure in the downloaded folder like this:


If you could see, the folder also included a CSS file, you also could use this file which already made to compatible with all browser ... kind of cute, rite .... :) Once you have done, just create a new CSS file and named it ie.css.

@charset "UTF-8";
/* CSS Document */
@font-face{
 font-family: GraublauWeb;
 src: url('../GraublauSansWeb/GraublauWeb.eot');
}
@font-face{
 font-family: GraublauWebBold;
 src: url('../GraublauSansWeb/GraublauWebBold.eot');
}

So, it's done. I hope this tutorial will help some us who are trying to more creative design in our web design. Should you need more information, just write to me @ fudadesignz[at]gmail.com.

Cheers!!!!

Related Links

javascript:void(0)

Embedding font with CSS @font-face [Part 1]


1

Well, this morning one of my formal colleague did asked me how that we could embed another font into your site and assuming that the user's machine did not have the font installed in their machine.

Actually we can achieve that by usign javascript or flash (like SiFR) but why you need to hassle yourself when you could achieve it with just a few line of codes. Thanks to CSS @font-face, I did one asking myself about this, and what that iI found out that it's really simple to do it.

Well, lets jump into some small tutorial.

Step 1

The first to do is to have your font to be included into your root folder, and you must make sure that you're not illegally use the font, cause some font are copyrighted. It it is, please seek permission from the author and also include the license or agreement into the same folder with your font.

Step 2

You need to add this line codes into your CSS file or possible you create an external CSS file for easier maintenance... :)

@font-face {
font-family: Tahoma;
src: url("path-to-the-font-file/Tahoma.otf") format("opentype");
}
@font-face {
font-family: Tahoma;
font-weight: bold;
src: url("path-to-the-font-file/Tahoma.otf") format("opentype");
}

Then you need to add the font-family wot which element that you want it to be like this:

h1 {
font-family: Tahoma, Helvetica, Verdana, Sans-Serif;
}

Note:

For Internet Explorer, it only support font in EOT to work with @font-face. So you need to write your CSS like this:

<!--[if IE]>
<style type="text/css" media="screen">

@font-face{
font-family:'Fontin-Regular';
src: url('Fontin-Regular.eot');
}

</style>
<![endif]-->


Explanation


  • @font-face, this the CSS property will used to set font type that are going to be used.
  • font-family, the type of font that are going to be used.
  • src, this the path to your font source. It could be form another site or from your own in the root folder.

Once you have completed, it is done. So, do play around with this so that you could achieve your desired look and feel for your site. Don't forget to look some of the resources link for further understanding.

Cheers!!!!

Related Links



Source of tutorials:

21 Awesome @font-face Embeddable Typefaces

javascript:void(0)

HTML5 Demos and Examples


0

HTML5 Demos and Examples

Well, most porbably this in the first tutorial and I'm writing. And eventually it is a research that I went through to search for a more robust way to codes, in HTML.

Maybe most of you have already heard or even started using it, HTML 5, which was the latest HTML version. For me I found it more easier and faster in coding since HTML 5 have more shorter ways of coding.

As this point of writing, not all functions of HTML 5 being supported by most browsers. So, why not we have a look at some of the examples and demos that are being introduced in HTML 5.

javascript:void(0)