EasyImage – Nodejs Image Processing Module

Today’s featured web development tool is called EasyImage from hacksparrow, a module that will make image processing and manipulation in Node.js a little more less complicated, not just for beginners but advanced users as well. Server side technologies like ImageMagick is one of the most popular choices for image processing in Node.js, but its syntax [...]

Continue Reading →

Automatically Get Images From Posts/Page In WordPress Using PHP

Here’s a nice and quick WordPress trick you might want to try out on your site. It’s a hack that will let you get attached images from a post or page and then output them. This is a nice little piece of code in cases where you want to collate certain images and use them [...]

Continue Reading →

Replacing The Ellipsis With The Post’s Permalink

Our featured WordPress tutorial for today may be a long-time classic trick. It comes from renowned CSS guru Chris Coyier of CSS-tricks, and it’s about replacing the ellipsis (…) from the excerpt with a permalink to the post. It is a pretty short snippet and so it’s very easy to implement on your site. All [...]

Continue Reading →

Clean-css – A Node.js CSS Compressor

Today’s feature is GoalSmashers’ node.js library called clean-css. It’s a nice and very simple utility for minifying and concatenating CSS files. It strips unnecessary whitespace, removes comments, deletes the last semicolon of every selector, and more. Basically, it does the same job as YUI Compressor’s CSS minifier but much faster. Using the clean-css library is [...]

Continue Reading →

CSS Barcode (UPC-A) Generator

Check out this pretty neat barcode generator created by Rex Feng using CSS and JavaScript! The JavaScript is used solely for the automation of the HTML/CSS while the CSS takes care of the divs to conform to UPC-A details. Test runs were done using the RedLaser mobile app and the results were positive (i.e. the [...]

Continue Reading →

Automatically Add rel=”lightbox” To All Embedded Images In A Post

Although using the Lightbox plugin can be a nice way of giving your readers a great experience in viewing your images in your blog, it can also become a bit tedious adding the rel=”lightbox” attribute to each image that you want to open with it. But thanks to Tyler Longren‘s code snippet, you won’t have [...]

Continue Reading →

Add PDF Support Filter To WordPress Media Manager

By default, WordPress’ built-in media manager only has filter support for three types of media: image, audio, and video. But what about other file types like PDF? Well, thanks to a nifty trick from WP Tuts, it won’t have to be limited to just three anymore. I’m certain that this trick will be very helpful [...]

Continue Reading →

Embed Videos Using Its Shared Link With PHP

Another great video tutorial I’d like to share with you today comes from a young YouTube user (who also seems to be big a Guitar Hero fan) who goes under the handle of Abell12. This featured video will show you how to create a script that will allow users to embed a video onto a [...]

Continue Reading →

AIMcrm Lead Management Software

Whether you’re running a small or medium-sized business online, it is crucial that you equip yourself with the right tools that will help you manage your sales leads and keep track of your customers’ interests and activities. That’s where customer relationship management (CRM) software like Active Internet Marketing’s AIMcrm comes in. AIMcrm is an easy-to-use [...]

Continue Reading →

Displaying Tweets With MooTools Widget

If you’re looking for a way to be able to display tweets in your website using a MooTools-built widget, then today’s your lucky day. Today we are highlighting ‘Tweet Display’, a nifty widget developed by Thomas Kunambi that allows you to embed tweets in a designated container by pulling the information from a specified Twitter [...]

Continue Reading →

Page 6 of 20« First...«45678»...Last »