June 2012
1 post
2 tags
Easy IP-to-country lookup in Python →
May 2012
9 posts
1 tag
Cheap and NASty - How to Build an Open Source... →
Don’t want to pay for Windows Home Server? We show you how FreeNAS lets you create a server for storing, sharing, and streaming all your digital content—for free!
2 tags
1 tag
Just trying so hard to remembering AE
1 tag
Just trying so hard to learn Python
2 tags
1 tag
3 tags
WordPress Shortcodes: A Complete Guide →
When a shortcode is inserted in a WordPress post or page, it is replaced with some other content. In other words, we instruct WordPress to find the macro that is in square brackets ([]) and replace it with the appropriate dynamic content, which is produced by a PHP function
4 tags
2 tags
Sorry for the word “I Love You” that i never told you.
– Darto KLoning
April 2012
53 posts
4 tags
Create MySQL CRUD Class →
By creating a MySQL CRUD class you can easily create, read, update and delete entries in any of your projects, regardless of how the database is designed
3 tags
Awesome collection of Layer Styles for Photoshop →
2 tags
3 tags
Reload or Refresh iFrame With Button
<iframe src=”test.html” id=”testFrame” width=”100” height=”343”><a href=”test.html”>Test</a></iframe>
<script type=”text/javascript”>
<!—
if (document.getElementById) {
document.write(‘<button id=”reload”>Reload</button>’)
...
2 tags
Wp-reCaptcha Read My Comments As Spam
My purpose install wp-recaptcha is to avoid spam comments on web, but it’s seems this plugins read error about the filter. When i reply comments from wordpress dashboard it always come to be spam.
Hmmmm…is there any other way?
4 tags
5 tags
2 tags
3 tags
PHP/SWF Slideshow →
creates attractive web slideshows from dynamic image files and data. Among the possible uses are:
Slideshows
Photo albums & picture books
Catalogs
Story books
Year books
Portfolios
Keynotes & business presentations
Advertisement
Trivia games
Polls
2 tags
3 tags
4 tags
hilite.me →
converts your code snippets into pretty-printed HTML format, easily embeddable into blog posts, emails and websites
3 tags
Query Multiple Taxonomies in WP 3.1 →
Prior to 3.1, whenever we did a database query, and we wanted to limit the results to only posts tagged with “garden”, we were fine. But what if we wanted to display only posts tagged with “garden” AND categorized under “nature”. Well, we were out of luck.
But no more.
Setting it up is pretty simple. There is a new query_posts() parameter called “tax_query”.
3 tags
Using Wordpress to query multiple taxonomies →
tax_query is a new query function, which is really and array of arrays that specifies what to pull out of the database. Since that is a bit hard to understand by itself an example is probably helpful
3 tags
jClock →
jQuery clock plugin - display 12-hour or 24-hour time notation, local or UTC time.
5 tags
Create Taxonomies and Meta Box
Off course we all known that there’s lot tutorial and discussion about taxonomies and meta box, and from that i learned. And now i’m trying to create an album video of youtube for my client. Thats why i use taxonomies for author and album then meta box for Youtube ID. And this code is just for reminder of me because i have kind of sortem memory loss, hehe.
add_action('init',...
1 tag
300 Free Fonts Every Designer Must Have →
TV, Movie, Advertisement, Logo, and so many
2 tags
2 tags
Yang Pinter Menasehati Buanyak….!!! Tapi Yang Mengamalkan Nasehatnya Sendiri?
...
– Abu Abdil Muhsin Firanda Andirja
3 tags
4 tags
Code a Responsive Navigation Menu →
Navigation menus used to be a fairly simple thing. Code up an unordered list, float it left and you’re good to go. With responsive design being all the rage these days though you’re faced with some new challenges when creating a menu design
5 tags
The path of The Template Files Wordpress Theme
WordPress Constants
There a few helpful constants defined in WordPress for theme developers. TEMPLATEPATH is defined as get_template_directory(), and STYLESHEETPATH is defined as get_stylesheet_directory().
The function call and the constant are actually interchangeable with each other, but by using the constants (TEMPLATEPATH & STYLESHEETPATH) rather than the functions each time, you’ll...
4 tags
6 tags
Free Modul Pengiriman JNE Opencart 1.5.0.5 →
Modul ini merupakan modul Pengiriman JNE Reguler Untuk Opencart 1.5.0.5 Untuk installasi : 1. Ekstrak file RAR 2. Upload file yang ada di folder admin maupun catalog 3. Login ke admin panel, klik Menu Ekstension - Shipping 4. Klik Install di sebelah kanan Modul Pengiriman JNE Reguler 5. Tampil menu Edit, Klik Edit 6. Setting Biaya/tarif, status enabled dan sort order (lihat gambar yg ada di...
2 tags
2 tags
4 tags
3 tags
4 tags
Base64 Decoder - Encoder →
tool allows you to encode the text to ASCII characters and decode Base64 online
5 tags
Using custom taxonomies to create a movie database →
The idea here is to give readers the ability to navigate around your site. You want organized content. You want content that’s linked together in meaningful ways. Custom taxonomies allow us to group our content in ways that simple categories and tags can’t
3 tags
Tips to Customize and Optimize Your Blog’s Feed →
When we design our blogs, we tend to forget our visitors/users who’re following us with their feed readers. In this tutorial, we’re going to learn to “hack” our blog’s feed for a better feed reading experience for our users.
4 tags
1 tag
4 tags
Billing & Invoicing, for WordPress →
you create an invoice from you WordPress installation’s admin section, an email with a brief invoice description and a unique link is sent to your client. Your client follows the special link to your blog’s where their invoice is automatically displayed for them. After reviewing the invoice, your client pays their bill using a credit card or PayPal account, and you are immediately notified.
3 tags
Events Manager →
Fully featured event registration management including recurring events, locations management, calendar, Google map integration, booking management
3 tags
50 Free High Quality And Inspirational PSD Files... →
Are you a beginner who is looking for an inspiration just like a web designer that is working on a new design? Then, this article is for you
4 tags
Better Default Directory Views with HTAccess →
Beautify your default directory listings! Displaying index-less file views is a great way to share files, but the drab, bare-bones interface is difficult to integrate into existing designs. While there are many scripts available to customize the appearance and functionality of default directory navigation, most of these methods are either too complicated, too invasive, or otherwise insufficient...
3 tags
Modifying an Auto-Indexed File List to Match your... →
Use the IndexOptions, HeaderName, ReadmeName, and IndexIgnore directives in an .htaccess file to instruct Apache’s automatic index generation on how to customize the file list
2 tags
Converting WordPress to Be Mobile-Friendly →
As mobile devices become less of a luxury and more of a necessity, the bottom line is becoming obvious:your fixed-width WordPress theme needs to be responsive. Now’s the time to seriously consider converting your WordPress theme to be mobile-friendly. This tutorial will show you the basic steps to make your site fluid.