kingkool68 - tagged with development http://www.kingkool68.com/feed en-us http://blogs.law.harvard.edu/tech/rss Sweetcron kingkool68@gmail.com TCPDF Examples http://www.kingkool68.com/items/view/5268/tcpdf-examples

PHP class useful for generating PDFs from HTML/CSS.

]]>
Thu, 22 Jul 2010 08:18:00 -0700 http://www.kingkool68.com/items/view/5268/tcpdf-examples
Unicode code converter [ishida >> utilities] http://www.kingkool68.com/items/view/4971/unicode-code-converter-ishida-gtgt-utilities

Handy tool for converting characters to different formats. Geeky unicode stuff.

]]>
Mon, 28 Jun 2010 08:24:00 -0700 http://www.kingkool68.com/items/view/4971/unicode-code-converter-ishida-gtgt-utilities
How to scale WordPress to half a million blogs and 8,000,000 page views a month - WordPress MU and BuddyPress plugins, themes, support, tips and how to's http://www.kingkool68.com/items/view/4936/how-to-scale-wordpress-to-half-a-million-blogs-and-8000000-page-views-a-month-wordpress-mu-and-buddypress-plugins-themes-support-tips-and-how-tos

Good advice for scaling a WPMU set-up.

]]>
Thu, 24 Jun 2010 14:30:00 -0700 http://www.kingkool68.com/items/view/4936/how-to-scale-wordpress-to-half-a-million-blogs-and-8000000-page-views-a-month-wordpress-mu-and-buddypress-plugins-themes-support-tips-and-how-tos
Launchlist - Your one stop website checklist! http://www.kingkool68.com/items/view/4879/launchlist-your-one-stop-website-checklist

Blurred background creates depth. Nice design. Handy checklist for launching new sites to boot!

]]>
Fri, 18 Jun 2010 10:07:00 -0700 http://www.kingkool68.com/items/view/4879/launchlist-your-one-stop-website-checklist
Elements, tags and attributes—CSS Wizardry http://www.kingkool68.com/items/view/3573/elements-tags-and-attributescss-wizardry

Clearly showing the difference between tags, elements, and attributes for HTML.

]]>
Thu, 29 Apr 2010 09:02:00 -0700 http://www.kingkool68.com/items/view/3573/elements-tags-and-attributescss-wizardry
Twitter Images - <a href="http://twitterimag.es" rel="external">http://twitterimag.es</a> http://www.kingkool68.com/items/view/2755/twitter-images-httptwitterimages

Restful API for pulling down a users twitter image.

]]>
Mon, 15 Feb 2010 13:54:00 -0800 http://www.kingkool68.com/items/view/2755/twitter-images-httptwitterimages
Perfection kills » Optimizing HTML http://www.kingkool68.com/items/view/2120/perfection-kills-optimizing-html

Tips for optimizing HTML documents.

]]>
Sun, 03 Jan 2010 08:56:00 -0800 http://www.kingkool68.com/items/view/2120/perfection-kills-optimizing-html
Advanced Power Tips for WordPress Template Developers: Reloaded - Smashing Magazine http://www.kingkool68.com/items/view/1938/advanced-power-tips-for-wordpress-template-developers-reloaded-smashing-magazine ]]> Tue, 15 Dec 2009 11:52:00 -0800 http://www.kingkool68.com/items/view/1938/advanced-power-tips-for-wordpress-template-developers-reloaded-smashing-magazine 10 Tutorials to Take Your WordPress Development Skills to the Next Level http://www.kingkool68.com/items/view/1880/10-tutorials-to-take-your-wordpress-development-skills-to-the-next-level ]]> Wed, 09 Dec 2009 19:09:00 -0800 http://www.kingkool68.com/items/view/1880/10-tutorials-to-take-your-wordpress-development-skills-to-the-next-level A Novice Guide to WordPress Plugin Development | Pro Blog Design http://www.kingkool68.com/items/view/1784/a-novice-guide-to-wordpress-plugin-development-pro-blog-design

How to develop a WordPress plugin. Might come in handy later

]]>
Thu, 03 Dec 2009 14:24:00 -0800 http://www.kingkool68.com/items/view/1784/a-novice-guide-to-wordpress-plugin-development-pro-blog-design
Downloadify: Client-Side File Generation http://www.kingkool68.com/items/view/1675/downloadify-client-side-file-generation

Save a text-based file client side for reduced server load.

]]>
Tue, 24 Nov 2009 13:22:00 -0800 http://www.kingkool68.com/items/view/1675/downloadify-client-side-file-generation
Paying For JavaScripts? Just View Source http://www.kingkool68.com/items/view/1414/paying-for-javascripts-just-view-source

ThemeForest.net is an online marketplace for developers to sell themes, templates, and other web development related goodies. A lot of the files are for the backend making it next to impossible for someone to copy them without breaking into your server. But ThemeForest offers JavaScripts for sale and even offers a live preview. By the very nature of the web, a front end technology like JavaScript requires the source code to be downloaded to your computer before it can run. This means anyone with a little know-how can easily bypass the need to buy the script and piece it together themselves. For example, take this JavaScript calendar widget which has 0 sales as of this writing. All you have to do is go to the live preview and remove the frame by clicking the link in the top left corner. From there it’s just a matter of viewing the source (Choose View->Source in Internet Explorer, View->Page Source in Firefox) and copying the necessary JavaScript and CSS files. Here’s everything you need for this calendar widget:

http://s3.envato.com/files/199652/css/calendar.css http://s3.envato.com/files/199652/css/setup.css http://s3.envato.com/files/199652/css/text.css http://s3.envato.com/files/199652/js/resources.js http://s3.envato.com/files/199652/js/config.js http://s3.envato.com/files/199652/js/calendar.js

Now before you get all upitty about the ethics behind this, you should know that this script is freely available from the author’s own site, which was based on an open source project from around 2006 according to comments in the CSS files. Granted ThemeForest isn’t targeted at professional developers like me so someone might be more than happy to plunk down $8 to download everything in one nice, neat package. But if I were selling scripts on ThemeForest, with the expectation of a profit, I would be pissed that ThemeForest didn’t take more precaution to protect my source code. At the least they could obfuscate the live preview code using a tool like /packer/. At any rate this demonstrates why it’s so hard to sell JavaScripts by themselves due to the very nature of how they work in an open web. a

]]>
Mon, 02 Nov 2009 18:15:00 -0800 http://www.kingkool68.com/items/view/1414/paying-for-javascripts-just-view-source
parsecsv-for-php - Project Hosting on Google Code http://www.kingkool68.com/items/view/1130/parsecsv-for-php-project-hosting-on-google-code

Library for parsing CSV files using PHP.

]]>
Wed, 07 Oct 2009 07:43:00 -0700 http://www.kingkool68.com/items/view/1130/parsecsv-for-php-project-hosting-on-google-code
Flutter : WordPress CMS Plugin by Freshout http://www.kingkool68.com/items/view/417/flutter-wordpress-cms-plugin-by-freshout

Plugin for adding new content types to Wordpress. See http://wpcandy.com/plugins/creating-custom-content-type-with-flutter-plugin.html for a tutorial.

]]>
Fri, 24 Jul 2009 21:22:00 -0700 http://www.kingkool68.com/items/view/417/flutter-wordpress-cms-plugin-by-freshout
45+ Excellent Code Snippet Resources and Repositories | Developer's Toolbox | Smashing Magazine http://www.kingkool68.com/items/view/399/45-excellent-code-snippet-resources-and-repositories-developers-toolbox-smashing-magazine

Lits of places to look for a snippit of code.

]]>
Thu, 23 Jul 2009 10:41:00 -0700 http://www.kingkool68.com/items/view/399/45-excellent-code-snippet-resources-and-repositories-developers-toolbox-smashing-magazine
Welcome - Perch - A Really Little Content Management System (CMS) http://www.kingkool68.com/items/view/216/welcome-perch-a-really-little-content-management-system-40cms41

A simple, no frills CMS for small projects. Suppose to be quick and easy to install.

]]>
Tue, 07 Jul 2009 10:23:00 -0700 http://www.kingkool68.com/items/view/216/welcome-perch-a-really-little-content-management-system-40cms41
10 Impressive JavaScript Animation Frameworks http://www.kingkool68.com/items/view/21/10-impressive-javascript-animation-frameworks

JavaScript frameworks for doing animation.

]]>
Sun, 28 Jun 2009 18:58:00 -0700 http://www.kingkool68.com/items/view/21/10-impressive-javascript-animation-frameworks
Inconsolata http://www.kingkool68.com/items/view/32/inconsolata

Great font for coding. Changed my settings in Dreamweaver to use this one.

]]>
Wed, 17 Jun 2009 09:05:00 -0700 http://www.kingkool68.com/items/view/32/inconsolata