‘Code’ Category

NASA Goes Open Source

6
responses
by
on
January 19th, 2012
in
Code

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.

[Continue Reading...]

WordPress GSoC2008

14
responses
by
on
March 12th, 2008
in
Code, WordPress

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 […]

[Continue Reading...]

Integrate Drupal with WordPress

19
responses
by
on
October 3rd, 2007
in
Blogging News, Code, LinkyLoo, 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.

[Continue Reading...]

CSS for code: Wrap long lines

15
responses
by
on
June 16th, 2007
in
Code, HOW-TO, WordPress

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: […]

[Continue Reading...]

Various News for 4/20

11
responses
by
on
April 20th, 2007
in
Blogging News, brainstorming, Code

[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 […]

[Continue Reading...]

Programming Language Trends vis

No
responses
by
on
May 12th, 2006
in
Code, Cool Scripts, LinkyLoo

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

[Continue Reading...]

gotAPI: Method Lookup

No
responses
by
on
April 12th, 2006
in
Code, Cool Scripts, LinkyLoo

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

[Continue Reading...]

JSLint, The JavaScript Verifier

No
responses
by
on
April 12th, 2006
in
Code, LinkyLoo

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.

[Continue Reading...]

Click Counter Plugin : Security Upgrade

No
responses
by
on
February 23rd, 2006
in
Code, LinkyLoo, WordPress Plugins

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.

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php