Code – Weblog Tools Collection https://weblogtoolscollection.com Weblog Tools Blogging Tools Blog Sun, 22 Jan 2012 07:18:13 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.4 1060991 NASA Goes Open Source https://weblogtoolscollection.com/archives/2012/01/19/nasa-goes-open-source/ https://weblogtoolscollection.com/archives/2012/01/19/nasa-goes-open-source/#comments Thu, 19 Jan 2012 20:06:49 +0000 http://weblogtoolscollection.com/?p=10947 NASA, the US National Aeronautics and Space Administration, has started to churn out quite a few open source projects. Though this doesn’t have any impact on the blogsphere (yet), it’s exciting to see a government agency of this level working in an open source environment, effectively asking its citizens for help with projects, while simultaneously making some outstanding code available for anyone to use.

As an added bonus, the new code site is powered by WordPress.

]]>
https://weblogtoolscollection.com/archives/2012/01/19/nasa-goes-open-source/feed/ 6 10947
WordPress GSoC2008 https://weblogtoolscollection.com/archives/2008/03/12/wordpress-gsoc2008/ https://weblogtoolscollection.com/archives/2008/03/12/wordpress-gsoc2008/#comments Thu, 13 Mar 2008 03:01:30 +0000 http://weblogtoolscollection.com/archives/2008/03/12/wordpress-gsoc2008/ The guys and gals at Automattic have published their Google Summer Of Code 2008 Codex Article which highlights various mentors and ideas. For those of you who don’t know what the Google Summer Of Code Project is all about, here is a brief intro.

Google Summer of Code (GSoC) is a program that offers student developers stipends to write code for various open source projects. Google will be working with a several open source, free software, and technology-related groups to identify and fund several projects over a three month period. Historically, the program has brought together over 1,500 students with over 130 open source projects to create millions of lines of code. The program, which kicked off in 2005, is now in its fourth year. If are feeling nostalgic or are interested in learning more about the projects we have worked with in the past, check out the 2006 and 2007 program pages.

There are some big names on the mentor list such as Matt Mullenweg, Lloyd Budd, Joseph Scott and newly acquired Andy Peatling with Matt taking on the double duty of being the Mentor’s Mentor. Mentors act as administrators over a particular idea or project that is undertaken by a student.

Some of the ideas that have been proposed for this years GSOC include:

  • Performance
  • XML-RPC
  • Web Forums Export/Import Standard and Tools
  • WordPress Import/Export Tuning
  • Trac Social Bug Tracking development
  • Integrated Caching Solutions
  • XHTML validation framework, which helps ensure that all output of WP (including templates) produces valid HTML
  • Extending the search system to support more advanced search syntax, relevance, and external APIs like Google or Yahoo’s.
  • Batch editing of post and attachment attributes such as categories, tags, author.

As you can see, there is good range of projects for the aspiring coder to participate in. If you are looking to hone your skills and are looking for a challenge, this is a good way for you to test your knowledge.

If you would like to see what was worked on in the previous GSoC, check out the WordPress SOC 2007 Google Group or the article within the Codex.

]]>
https://weblogtoolscollection.com/archives/2008/03/12/wordpress-gsoc2008/feed/ 14 3310
Integrate Drupal with WordPress https://weblogtoolscollection.com/archives/2007/10/03/integrate-drupal-with-wordpress/ https://weblogtoolscollection.com/archives/2007/10/03/integrate-drupal-with-wordpress/#comments Wed, 03 Oct 2007 17:53:37 +0000 http://weblogtoolscollection.com/archives/2007/10/03/integrate-drupal-with-wordpress/ Integrate Drupal with WordPress: These two competing platforms now have a common bond. This Drupal module will allow you to run/administer a WordPress blog from inside Drupal as a module. The author claims that the module is tested with Drupal 5 and WordPress 2.2.1. In looking through the code, I see no reason why it would not work with 2.3 but I have not tested it. So if you are a Drupal user with a WordPress blog or if you are a WordPress user with a Drupal installation, this is your chance to run the roost from one perch. Features include a single level sign on and synchronization of profile data between WordPress and Drupal.

]]>
https://weblogtoolscollection.com/archives/2007/10/03/integrate-drupal-with-wordpress/feed/ 19 3017
CSS for code: Wrap long lines https://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/ https://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comments Sun, 17 Jun 2007 02:31:47 +0000 http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/ If you post code on your WordPress blog, you could use a code beautifier plugin such as syntax highlighter or you could include your code in <pre> tags. They preserve line breaks, multiple blanks, tabs between words and other formatting commonly used in code. However, in some cases, if body of your blog is narrow(er) or your line of code is really long, it will not wrap and will overflow over your sidebar. You can just hide the overflow but that still will look tacky and not very usable. On performing a little search, I discovered that Tyler Longren had already come up with a clever hack to solve the problem. If you add the following code to your stylesheet, it will wrap the long lines of code.



pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

via Amit (via Lorelle)

]]>
https://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/feed/ 15 2843
Various News for 4/20 https://weblogtoolscollection.com/archives/2007/04/20/various-news-for-520/ https://weblogtoolscollection.com/archives/2007/04/20/various-news-for-520/#comments Fri, 20 Apr 2007 15:02:33 +0000 http://weblogtoolscollection.com/archives/2007/04/20/various-news-for-520/ [EDIT] Thanks for the catch, the date was wrong. Links remain same, but the date changed.

10 Rules for your Small Business Website: Having worked for a small business for some time and with WordPress being such a widely used tool for building small business websites, I think most of these are well thought out and make a lot of sense. My ex-employers website violates almost every rule mentioned.

Spotback provides you with a small script to embed on your posts to provide centralized and socialized ranking for almost anything. Visitors will also receive personalized referrals and recommendations from your site or blog. No WordPress plugin available but I am sure the plugin programmers out there can whip something up quite easily with the WordPress hooks available.

Perils of Problogging ia points out the Perils of “Problogging” and when I was notified of the entry, I almost felt like I was being singled out. Food for thought.

JS-Kit is another centralized ratings widget with commenting built in. Not sure how the commenting would help WordPress bloggers but the ratings widgets are quite nice. However, the commenting/ratings widget might be used for static HTML pages quite conveniently and since JS-Kit uses Akismet to mitigate Spam, comments are bound to be spam free.

Amatomu and Afrigator are Two African blog aggregators with a variety of feed and channel features built in. I was pleasantly surprised to see the volume and quality of blogging activity going on in that subcontinent.

]]>
https://weblogtoolscollection.com/archives/2007/04/20/various-news-for-520/feed/ 11 2707
Programming Language Trends vis https://weblogtoolscollection.com/archives/2006/05/12/programming-language-trends-vis/ Fri, 12 May 2006 14:31:23 +0000 http://weblogtoolscollection.com/archives/2006/05/12/programming-language-trends-vis/ Programming Language Trends vis Some interesting trending done with the new Google Trends and simple search terms. I don’t believe this was meant to be a serious analysis but as “trendy advice”. If you have not tried Google Trends, it could be hours of fun! Thanks Shanti

]]>
1846
gotAPI: Method Lookup https://weblogtoolscollection.com/archives/2006/04/12/gotapi-method-lookup/ Wed, 12 Apr 2006 19:46:36 +0000 http://weblogtoolscollection.com/archives/2006/04/12/gotapi-method-lookup/ gotAPI: Method Lookup Pretty cool one-stop shop for HTML, PHP, MySQL, Java, JavaScript, Perl, XPath, CSS etc. methods, parameters ad everything else in between. Pages returned are valid results from the web. Thanks Wired MonkeyBites

]]>
1789
JSLint, The JavaScript Verifier https://weblogtoolscollection.com/archives/2006/04/12/jslint-the-javascript-verifier/ Wed, 12 Apr 2006 14:21:10 +0000 http://weblogtoolscollection.com/archives/2006/04/12/jslint-the-javascript-verifier/ JSLint, The JavaScript Verifier: Online implementation of a Javascript verifier that not only finds javascript bugs, it can also suggest improvements. Could be useful for debugging though I find that the default settings are a little too strict for my tastes.

]]>
1786
Click Counter Plugin : Security Upgrade https://weblogtoolscollection.com/archives/2006/02/23/click-counter-plugin-security-upgrade/ Thu, 23 Feb 2006 11:33:10 +0000 http://weblogtoolscollection.com/archives/2006/02/23/click-counter-plugin-security-upgrade/ There is an updated version — 1.02 — of the popularish Click Counter Plugin available. This is a security upgrade, fixing potential SQL injection exploits. Get the full scoop and download links on the author’s blog.

]]>
1699
WordPress Theme Zip for Lazy WordPress Theme Authors https://weblogtoolscollection.com/archives/2005/12/23/wordpress-theme-zip-for-lazy-wordpress-theme-authors/ Fri, 23 Dec 2005 14:15:00 +0000 http://weblogtoolscollection.com/archives/2005/12/23/wordpress-theme-zip-for-lazy-wordpress-theme-authors/ WordPress Theme Zip: easiest (and laziest) way to generate a zip archive from a WordPress Theme that is being worked on, so you don’t have to manually create, update and upload a new zip file every time you modify a file in it.

]]>
1601
Adsense Daily Earnings to RSS Feed https://weblogtoolscollection.com/archives/2005/10/13/adsense-daily-earnings-to-rss-feed/ https://weblogtoolscollection.com/archives/2005/10/13/adsense-daily-earnings-to-rss-feed/#comments Thu, 13 Oct 2005 05:50:00 +0000 http://weblogtoolscollection.com/archives/2005/10/08/adsense-daily-earnings-to-rss-feed/ Ozh has written a script that generates an RSS feed from your adsense daily earnings, making them easily trackable via your regular feed reader : Adsense Earnings RSS feed

]]>
https://weblogtoolscollection.com/archives/2005/10/13/adsense-daily-earnings-to-rss-feed/feed/ 3 1475
ACM – Beyond Relational Databases https://weblogtoolscollection.com/archives/2005/06/19/acm-beyond-relational-databases/ Sun, 19 Jun 2005 13:26:34 +0000 http://weblogtoolscollection.com/archives/2005/06/19/acm-beyond-relational-databases/ ACM – Beyond Relational Databases Interesting ACM article pointing out some of the obvious requirements of new applications and the weaknesses of RDBMs to fill those needs. The artcile could easily have gone into greater depth on how this niche is being filled. I personally have experience with a variation of B+ trees that is being used in graphical databases for FPS games. One of the sentences that stuck out was “The database must also avoid making decisions about network protocols.” Interesting observation. The only problem I face with this higher level of database abstration is the increased complexity of installation, tweak and management that each additional feature adds to the system. Thanks Simple Thoughts

]]>
1316
SACK: Simple Ajax Code Kit https://weblogtoolscollection.com/archives/2005/05/09/sack-simple-ajax-code-kit/ https://weblogtoolscollection.com/archives/2005/05/09/sack-simple-ajax-code-kit/#comments Mon, 09 May 2005 15:58:03 +0000 http://weblogtoolscollection.com/archives/2005/05/09/sack-simple-ajax-code-kit/ The Simple Ajax Code Kit (SACK) is a javascript library that takes the hassle out of AJAX programming.

This could be especially useful to any WordPress Plugin authors out there that don’t want to spend time messing around with code that isn’t directly to do with their plugin. Implementation is as simple as three lines of code so it makes your code look a lot neater as well.

Key features are:

  • Simple and light to implement.
  • Addresses security issues that toolkits such as SAJAX have.
  • Handles international strings (UTF-8).

Full documentation is available at the link above, and it will soon be part of other plugins such as WordPress: Touched. Enjoy, I hope you find it very useful.

]]>
https://weblogtoolscollection.com/archives/2005/05/09/sack-simple-ajax-code-kit/feed/ 14 1247
Fading Into View. https://weblogtoolscollection.com/archives/2005/05/04/fading-into-view/ Wed, 04 May 2005 20:41:52 +0000 http://weblogtoolscollection.com/archives/2005/05/04/fading-into-view/ Twilight: Fade Anything is an implementation of the popular, pretty, and generally kick-ass Fade Anything Technique (FAT) for WordPress, basically it allows you to implement this effect simply without editing templates, always useful for anyone who doesn’t want to have to change all the code when they change their look.

Twilight: Fade Anything also adds a pulse effect in addition to the default fade. Implementation is as simple as making sure the element has an id and a class of fade or pulse. A demo is available on the plugin’s homepage.

Hopefully more plugins will start using this useful technique to draw a users attention to something. It is already implemented in Twilight: AutoSave.

]]>
1239
Sparkline PHP Graphing Library https://weblogtoolscollection.com/archives/2005/05/02/sparkline-php-graphing-library/ https://weblogtoolscollection.com/archives/2005/05/02/sparkline-php-graphing-library/#comments Mon, 02 May 2005 14:59:20 +0000 http://weblogtoolscollection.com/archives/2005/05/02/sparkline-php-graphing-library/ Sparkline PHP Graphing Library: PHP and GD graphing library that generates really cool (and sometimes very useful) inline graphs. The code is free, realtively lightweight and produces “intense, simple, wordlike graphics”. Check out the CVS and frontpage for ideas. Thanks Adam

]]>
https://weblogtoolscollection.com/archives/2005/05/02/sparkline-php-graphing-library/feed/ 2 1233