February 1, 2010
Posted by
Shane at 11:13 pm
|
Permalink
Comments (7)
Topics:
woopra |
Tags:
jquery,
woopra,
wordpress
Q: A Woopra Plugin Update? Will it work? Does it use fopen? A: Yes! Yes! No!
It’s been a while that I been able to get the the Woopra Plugin to get it back up and working like it has been envisioned. I had a good chunk of time over the past two days to work on it and it’s back and working perfectly — including some enhancements and some major code restructure.
Right now there is no plans to have jQuery updated to 1.4.0 in WordPress 3.0. It is not impossible, but very unlikely due to fact that it does not cover the WordPress 3.0 Scope of Work.
Use jQuery at your own risk and if you do use it, unload jQuery 1.3 first before registering jQuery 1.4.
wp_deregister_script( 'jquery' );
wp_register_script( 'jquery', '<Location of jQuery 1.4>', false, '' );
I will bring this up at the next dev meeting, but as of right now there is no jQuery 1.4 in WordPress 3.0.x.
July 29, 2009
Posted by
Shane at 1:56 pm
|
Permalink
Comments Off
Topics:
programing,
wordpress |
Tags:
jquery,
programing,
scroll,
wordpress
Another day.. another innovation over here at the rabbit hole and for other WordPress blogs a-like.
One of the things I started dreading when I first started this blog again back in July 2008 is that eventually that archives ‘By Month’ list and categories list was going to get so long that it was going to be lopsided and lots of items really make the site look “longer” than it really was when it comes to the vertical scroll bars.
What I needed to do now since both the Archives and the Categories list was getting to long, I wanted to shorten them up, but still allowing the user (that’s you..) to be able to still be able to browse all the available archives months and categories without having to view the full archives view.
The very first draft of the flash header for this site is now online! If you do not have Flash 10 installed, it will ask you to download Flash 10 and install it.
If you don’t have flash at all, you will get the basic image version. I have yet to convert the static image to the same height. So you are wondering how I got this done? Well read on to find out!
Since this design have been evolving, I wanted a Live Comment Preview so you, the reader, would see the comment show up as you typed it. Now there was a number of plugins that did this. I downloaded and uploaded this one and even after I edited the PHP to format the code correctly, even to use Gravatar, I stepped back just for a moment. I just learned jQuery so there got to be a way to do it. Just as quickly as I had uploaded, I deleted it off the system.
So I did some searching and I found this post on the subject. The idea and concept on the post was good, however it lacked a few things that I required. One of them was formatting the preview to what your “comments” would look like when they were posted and when you removed all the content from the “comment” area the Live Preview stuff was still showing; the live comment area should be removed if we are not entering a comment.
For me, that just doesn’t work. So I went ahead and created by own style and built it in directly to my theme. After a number of tries I came up with code that works out perfectly where it has my formatting in place and also disappears if there is no comment.
Anyway, another win for jQuery (2 – 0, Prototyping) and one more section knocked off the “to-do” list for this theme.