The plugin is now in the WordPress Repository! http://wordpress.org/extend/plugins/dtslider/
The syntax for this particular slider is [ dtSlider query=post_type=post id=post_example args='dynamicTabs: false, dynamicArrowRightText: ">>", dynamicArrowLeftText: "<<"' ] see http://wordpress.org/extend/plugins/dtslider/faq/ for the complete syntax.
Please leave any feature requests or bug reports in the comments.
Search Site Bookmarklet
I know a post is a little bit of overkill, but my url got eaten. This is simply a port of one of the new features of CyberSearch for chrome. Anyway here is the code.
javascript:location.href = 'http://www.google.com/search?&q=site:'+encodeURIComponent(window.location.hostname)+'+ %s';
Native Facebook in Pidgin
If anyone has tried the facebook add in for pidgin knows it is buggy at best. The new XMPP support allows one to communicate directly with facebook. The only tricky part is setting it up. The username field is explained at http://www.facebook.com/username/, and the password is your facebook password. After that just make sure your configurations are the same as mine (note there is no SSL support).
Let me know how it goes!
Quix
I've been using quix for a little while now, and it has really bugged me that you can't just add it as a search engine. I tweaked the code a little bit so that it works in chrome and firefox as a search engine. Here is the code. If anybody needs help setting that up as a search engine I can add a tutorial later.GMail Apps with Windows 7
If you have ever wanted to get your mailto links to work with google apps, but didn't want to shell out for third party apps, there is a simple program by google to help you do that. It isn't that hard really just go to replacing example.com with your domain. This may require chrome. I haven't tried to run it without it. http://dl.google.com/tag/s/ap=example.com/googlewebapps/en/googleappsstandalonesetuptagged.exeNot Raising Pigs
TO: Honorable Secretary of Agriculture Washington, D.C Dear Sir, My friend over at Wells, Iowa received a check for $1,000 from the Government for not raising hogs. Right now I'm getting extra help from the government and Red Cross while I'm displaced but when that stops I want to go into the "not-raising-hogs" business. What I want to know is, in your opinion, what is the best kind of farm not to raise hogs on, and what is the best breed of hogs not to raise? I want to be sure that I approach this endeavor in keeping with all governmental policies. I would prefer not to raise razorbacks, but if that is not a good breed not to raise, then I will just as gladly not raise Yorkshires or Durocs. As I see it, the hardest part of this program will be in keeping an accurate inventory of how many hogs I haven't raised. My friend, Peterson, is very joyful about the future of the business. He has been raising hogs for twenty years or so, and the best he ever made on them was $422 in 1968, until this year when he got your check for $1000 for not raising hogs. If I get $1000 for not raising 50 hogs, will I get $2000 for not raising 100 hogs? I plan to operate on a small scale at first, holding myself down to about 4000 hogs not raised, which will mean about $80,000 the first year. Now another thing, these hogs I will not raise will not eat 100,000 bushels of corn. I understand that you also pay farmers for not raising corn and wheat. Will I qualify for payments for not raising wheat and corn not to feed the 4000 hogs I am not going to raise? Also, I am considering the "not milking cows" business, so send me any information you have on that too. In view of these circumstances, you understand that I will be totally unemployed and plan to file for unemployment and food stamps. Be assured you will have my vote in the coming election. Patriotically Yours, Ima TakerChanging the way web pages look
Have you ever been to a website and just thought WOW that brings a whole new meaning to ugly? Have you ever been to a website and wanted the information, but the website was so busy you couldn't make sense of it all? Facebook is a wonderful example of the second problem (if you don't have facebook skip to the bottom). It is just way to busy. Well there is good news for those of you who can't stand it. They are working on a new version of the website called Facebook lite. This cuts all the third party apps out, removes all but one add, and just makes everything cleaner looking. There is just that one ad... one ad... one ad... aggh! There is more good news! That ad can leave and leave you with a perfectly clean Facebook, unless you have chrome (if you can get it to work let me know). First thing to do is grab a the code to make it look right. Download fbLite.css or fbFixer.css to remove ads on the full facebook too.- Firefox
- Rename fbLite.css (the css might not appear) to userContent.css --Don't change the extention!--
- Place this file into your Firefox profile directory, inside of the chrome directory. (Click the link mozilla can explain better)
- Just install Adblock plus and add the rule ##div.LSplitView_Right (It works almost everywhere)
- Safari
- Put fbLite.css somewhere where you will not be annoyed by it (leaving it in the downloads folder is fine).
- In Safari open preferences.
- Under advanced chose fbLite.css for Style sheet.
- Internet Explorer
- Put fbLite.css somewhere where you will not be annoyed by it (leaving it in the downloads folder is fine).
- In Internet Explorer open Tools > Internet Options.
- On the General tab click Accessibility.
- Click Format documents using my style sheet.
- Find fbLite.css
Firefox Keywords
Yesterday I discovered a highly underrated feature in firefox. Keywords. These can make huge improvements in the browsing experience. For example if I wanted to look up John 3:16 all I have to do is type the following into the address bar (shortcut ctrl + l).bible john 3:16To get to my blog I simply type this word.
blogThis has really made things quicker and cleaner to get to, and isn't that hard to set up either. For most search engines just right click the text box (where one enters search terms). And click add keyword, complete the dialog and your done. For a bookmark just right click it and select properties. All you need to do is change the Keyword field. Happy Browsing!

I’m interested in getting this working. Would you mind posting an example of a functional shortcode with a basic query, id, and arguments? My attempts aren’t yet working. Are there limitations to where you can put this shortcode: in a post? page? sidebar widget??
Many thanks.
For the full explanation of each one of the arguments see the faq . The actual short code for the example above is
[dtSlider query=post_type=post id=post_example args='dynamicTabs: false, dynamicArrowRightText: ">>", dynamicArrowLeftText: "< <"'].Right now it works in pages posts, and WordPress 3.0 custom post types. If you would like it to work in widgets let me know I will see what I can do.
I found a bug that was probably giving you those problems (It wasn’t you). I updated the SVN, and I am waiting for it to show my changes.
If you want it working now, in the last function at the bottom of the page change the paths in the enqueue section to say dtslider instead of dtSlider.
That got me closer. Not yet sliding or disappearing. I’m looking for conflicts … I noticed that deregistering the default jquery and enqueuing the one that comes with the plugin interfered with my superfish jquery functionality built in with Thematic. So I commented out those lines, to use the default jquery. Superfish is working again, but not the slider … not yet. I’ll look more closely soon to see if it’s my fault.
Must this plugin require a switch to the included jquery rather than the default?
Yes, this plugin requires a different version of jQuery than the one provided by WordPress.
Please try renaming the enqueue jQuery in my plugin to something different and commenting the deregister jQuery line, letting two versions of jQuery to run together. It might mess something up, if it does I will look for another jQuery plugin (besides coda-slider that works with the WordPress version of jQuery) to use in the WordPress plugin.
Today I updated to dtslider version 1.2 and to WP RC 3 today. Worked!
Until I went to the plugins admin page and got this message:
“The plugin dtSlider/dtSlider.php has been deactivated due to an error: The plugin does not have a valid header.”
I’m sure that’s an easy fix. Then later I hope to work on reconciling Coda and Superfish versions of jquery.
Congrats on RC3 Can’t wait till the full one comes out! According to the dev chat it was supposed to be today, but we will see. I really need to set up a script for that… This particular site was behind all set now.
Back on topic. I’m not getting the error, and the SVN has my headers all set. Try deleting the plugin and reinstalling it.