jdPicker- The Ultimate jQuery Date Picker

A very nice calendar that you can integrate in your site is the jdPicker. It is a free, non-obstructive, and highly customizable jQuery plugin that lets you add a folding calendar. Its original version comes in complete English and the creators are working on other language translations. It works with an American Date Format (YYYY/mm/dd) [...]

Continue Reading →

Simulating X-Ray Effects with Photoshop

Today’s tutorial will show you how to create an X-ray image with Photoshop. Applying negative tones and cyan hues are some special tricks in Photoshop that can be easily applied to ordinary images when creating fake X-ray photos, such as with this banana: But here’s a twist: not only will you create an X-ray image [...]

Continue Reading →

Get Post/Page Slug Using WordPress Function

This WordPress tip is from freelance web developer Maidul of Techsloution4u. When you’re creating a WordPress theme you might want to create some custom classes like CSS. This is where getting the slug of the current post can be very useful, which is what Maidul’s snippet does for you. Simply copy and paste the following [...]

Continue Reading →

Creating a WordPress Plugin

You can extend functionality in your WordPress blog by using WordPress plugins. But did you know that you too can create your own WordPress plugin? Here’s a video tutorial I found courtesy of Tips and Tricks HQ that teaches simple techniques for making your site more useful. In creating this simple WordPress plugin, they show [...]

Continue Reading →

Analyse Executable Files For Malware Using Ruby

We haven’t featured a Ruby-related tutorial for quite a while now so here’s a nice, simple but nonetheless useful snippet of Ruby code from Keiran Smith that is definitely worth sharing with the rest of you here at BlogFreakz. It’s a script that analyses executable files for malware and displays system calls. #!/usr/bin/env ruby # [...]

Continue Reading →

Creating An HTML5 3D Cube Slideshow

Today’s tutorial I’ll be featuring is from Andrew of Script Tutorials. It’s an animated 3D Cube slideshow which makes the cube rotates continuously. Below are the codes to follow: HTML Index.html <!DOCTYPE html> <html lang=”en” > <head> <meta charset=”utf-8″ /> <title>HTML5 3D Cube Slideshow | Script Tutorials</title> <link href=”css/main.css” rel=”stylesheet” type=”text/css” /> <script src=”js/script.js”></script> </head> [...]

Continue Reading →

How To Change The User Notification Email Address For WordPress

Whenever WordPress’ email notification sends out an email it uses a default name to identify itself as the sender: WordPress. But as Craig Grella pointed out in his article in WPMU.org, this can lead to two potential problems: There is a higher likelihood cloaked emails will end up in the new user’s spam folder, resulting [...]

Continue Reading →

Creating Slopy Elements with CSS3

Web development guru Manoela Ilic shares a cool CSS3 tutorial on creating slopy, skewed elements for your design. It’s inspired by different designs that use angled shapes, diagonal lines and other non-straight elements. Sample 1: section> <div> <article> <h3>Some headline</h3> <p>Some text</p> </article> </div> <div> <!- … -> </div> <!- … -> </section> Style CSS [...]

Continue Reading →

Straightening Verticals Using Adpative Wide Angle Filter in Photoshop CS6

Photoshop CS6′s Adaptive Wide Angle Filter is one of the new features that photographers will love, where the filter aligns and straightens out specific lines in the image. In the previous version, it wasn’t possible to fix images without creating unnecessary distortion in the photo content. But now you can constrain the line to be [...]

Continue Reading →

Simple Modal Plugin

Simple Modal is a lightweight jQuery plugin that gives you flexibility to build any ideas that you envision. Created by Eric Martin, it also gives you a powerful interface for modal dialog development. Styling #simplemodal-container a.modalCloseImg { background:url(/img/x.png) no-repeat; /* adjust url as required */ width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer; } For [...]

Continue Reading →

Page 7 of 35« First...«56789»...Last »