Posts Tagged ‘Code’

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...]

Weekly WP WishList for 2/13/2007

21
responses

This is a new series of weekly posts that will highlight requests that are sent to us from users looking for a certain tool or functionality. In many cases the tools are either just not there, someone has not thought of it yet, not possible to acheive or the solution has been completely overlooked by us. This would a good place for suggestions, links, directions and offers of help. I will not post the requesters contact information unless expressly asked to do so. If you have asked us for help and see your request in the list, please check back this post or subscribe to the comments. If you need help or have a request or a question that you would like added, please use the Contact Form in the top menu or email one of the authors of this blog. There will be a single WP WishList post per […]

[Continue Reading...]

DiggProof your WordPress

1
response
by
on
January 23rd, 2007
in
Blogging News, WordPress, WordPress Hack

DiggProof your WordPress A close look at optimizing and tweaking your MySql database for WordPress and other tips and plugins to make your WordPress blog faster than it already is. Even though WordPress is fast in its own right, this article is geared for high traffic blogs and especially those that run WordPress on smaller Virtual Private Servers. While we are on the subject of optimizations, the newly released WordPress 2.1 Ella has introduced many code and query optimizations that should make WordPress much faster than it already was. For example, one of the changes introduced to handle future posts gives the database the ability to cache more queries at the MySql level and should reduce load on the database server (however minuscule).

[Continue Reading...]

Cleaning Up the WordPress Post Screen

1
response
by
on
October 8th, 2006
in
LinkyLoo, WordPress, WordPress Hack

Read Cleaning up your Post Screen on how you can remove unwanted clutter on your post screen. You need to be comfortable editting WordPress core files.

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



Obviously Powered by WordPress. © 2003-2013

css.php