Posts Tagged ‘LinkyLoo’

More stats from whos.amung.us

3
responses
by
on
June 21st, 2007
in
Cool Scripts, Weblog Add-Ons

More stats from whos.amung.us: I really liked the service when it was first started and the recent improvements just add a little more icing to the cake. Now you can view the number of simultaneous users on your site or blog in graph format for the day, month or year. There is also a neat little search feature to modify your past stats for a certain date range. You can now tweak the widget for your blog by choosing the color of the background and the text in the widget to suit the layout of your site and there are options for the size of the widget. I chose the TechCrunch stats because they are much more interesting to monitor but as you can tell, I installed the widget on this blog on the first day I found it and unlike other tools, it is still displayed on this blog. […]

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

Adding Custom WordPress Hooks

No
responses
by
on
June 13th, 2007
in
LinkyLoo, WordPress

Adding Custom WordPress Hooks: This migt be an interesting article for Theme and Plugin authors looking to enhance the functionality of their themes and plugins. Though the procedure is not complex, most of the questions I get surrounding plugin development centers around WordPress hooks.

[Continue Reading...]

Definitive collection of RSS Tools

2
responses
by
on
June 12th, 2007
in
LinkyLoo

The Ultimate RSS Toolbox – 120+ RSS Resources from Mashable. Overwhelming at first but the list will be useful later. Flickr also has many such lists of tools and they come in handy when you need a tool and cannot remember the Web 2.0 name for the service.

[Continue Reading...]

50 signs you’re a blogaholic

9
responses
by
on
June 10th, 2007
in
Blogging, LinkyLoo

50 signs you’re a blogaholic : I stay away from these normally but Jonathan blames the last few on Weblogtoolscollection, so I had to check them out. 🙂

[Continue Reading...]

WordPress Theme Releases for 6/08

7
responses

Pride is a three column, hybrid, rounded edge, lighweight, blue and yellow theme for WordPress that is very Blogger-esque. The theme elements have a comic like quality and looks very polished. Pride is authored by Small Potato and is released under the GPL. Prosumer is a three column, widget ready, white background, somewhat bare theme for WordPress by Jauhari. The “somewhat bare”ness of the theme is made up by the nicely placed accent graphics and the smooth flow of the theme. Clean Copy is a widget ready, two column, well spaced out, somewhat light theme for WordPress with blue and white colors and five random header graphics. SilkStream is a dark, three column, blue on black theme from Milo. It is widget ready, has a sideblog , recent comments, related posts and flickr RSS. Spiritual Journey is a three column, left and right sidebar, widget ready theme for WordPress with […]

[Continue Reading...]

How important is search?

18
responses

Very important! If you have noticed, I wrote up a small heat map to be displayed in the sidebar and on the main search page of this blog. The search and data collection process is a slightly intelligent and tries to match up search terms and group them by usage. It then chooses all searches performed within the past 24 hours and displays them in a heatmap sorted by propensity of the search phrase. The 24 hour time period keeps the search phases in the heatmap turned over regularly and retains the interest of returning visitors. Why did I do this? I put it together because I believe that there is a lot of power (and thus clicks, pageviews, eyeballs) in searches. I had noticed the Eurekster Swiki on TechCrunch and was impressed by the power of the system. I tried to emulate it on weblogtoolscollection.com with little success. To […]

[Continue Reading...]

WordPress Plugin Releases for 6/08

7
responses
by
on
June 8th, 2007
in
WordPress, WordPress Plugins

WP CSS-Streamliner: Streamline and optimize and compress your CSS file with this WordPress plugin to improve your blog’s performance. Blogroll Page Plugin: Publish your blogroll on a page rather than your sidebar with this plugin. Do Follow Trackback: Use this plugin to show linky love to other bloggers that actually link to you when they send you a trackback. Much like the trackback validator. Excerpt Editor Update: Tweak and pamper your excerpts to your hearts’ content with this editor. This update includes bufixes, better security and classier code. Get it, classier …? never mind! WP-Simpleviewer: Incorporate SimpleViewer Flash galleries into WordPress. For those that are not aware of SimpleViewer, it is a free and ersatile Flash based image display application. It helps build beautiful and smooth galleries. This plugin is also an entrant into the WordPress Theme Competition 2.0. WP-Filemanager: Highly versatile file management plugin for WordPress that will allow […]

[Continue Reading...]

How strong is your password?

13
responses
by
on
June 7th, 2007
in
LinkyLoo, WordPress

How strong is your password? Even though this post from Donncha on the WordPress.com blog might have been written for the benefit of WordPress.com users, I believe that this is highly relevant for ALL bloggers. I could not find a WordPress plugin for the password strength meter without JQuery but that would be a very useful tool to have. Remember, the weakest link in our security chain is the common stuff we tend to overlook. Please make sure your password is not easily guessable.

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php