Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/sessions/model/_session.class.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/hemmi3/public_html/blog/inc/sessions/model/_session.class.php:215) in /home/hemmi3/public_html/blog/inc/sessions/model/_session.class.php on line 222

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/items/model/_itemquery.class.php on line 628

Warning: Cannot modify header information - headers already sent by (output started at /home/hemmi3/public_html/blog/inc/sessions/model/_session.class.php:215) in /home/hemmi3/public_html/blog/inc/_core/_template.funcs.php on line 59
B2evolution Plugins http://www.blog.hemminga.net/index.php?blog=8 en-US http://blogs.law.harvard.edu/tech/rss 60 Userlist widget
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2009/03/27/userlist-widget?blog=8
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870
Fri, 27 Mar 2009 01:05:50 +0000 admin Widgets 285@http://www.blog.hemminga.net/ <p>&lt;fplanque&gt; afwas: one where you can decide how challenging it is:<br /> &lt;fplanque&gt; start with a widget that lists users<br /> &lt;fplanque&gt; the add options like<br /> &lt;fplanque&gt; restrict to the ones who commented<br /> &lt;fplanque&gt; restrict to the ones who posted in this blog<br /> &lt;fplanque&gt; order by # of posts<br /> &lt;fplanque&gt; order by last commented date etc<br /> &lt;fplanque&gt; put in as many or as little filters / sortings as you want<br /> &lt;fplanque&gt; someone else will add the missing ones<br /> &lt;Afwas&gt; OK will do that<br /> &lt;fplanque&gt; another option: what to do when you click on a username:<br /> &lt;fplanque&gt; 1) see posts<br /> &lt;fplanque&gt; 2) see comments<br /> &lt;fplanque&gt; or <br /> &lt;fplanque&gt; 3) see profile<br /> &lt;fplanque&gt; or 4) send message<br /> &lt;fplanque&gt; again optional<br /> &lt;Afwas&gt; That would be a widget that can be added multiple times<br /> &lt;fplanque&gt; yes<br /> &lt;fplanque&gt; use the universal item list widget as an example<br /> &lt;Afwas&gt; OK will take a note<br /> &lt;fplanque&gt; that one even has &quot;dumbed down&quot; versions for specific lists<br /> &lt;Afwas&gt; Haven't seen that one yet, but you wrote about it.<br /> &lt;fplanque&gt; this would be the &quot;universal user list&quot; with tons of options to be added over time<br /> &lt;Afwas&gt; I get the idea.<br /> &lt;fplanque&gt; it's in 3,1,0 and can be used standalone but also as a base class for &quot;simplified item list widgets&quot;<br /> &lt;fplanque&gt; ok food now<br /> &lt;Afwas&gt; (me to)<br /> &lt;fplanque&gt; another filter possibility: restrict to users currently online<br /> &lt;fplanque&gt; and we actually had code for displaying who's online at some point. I don't know what happened. Prolly blueyed knows.<br /> &lt;Afwas&gt; online widget<br /> &lt;Afwas&gt; That one exists as plugin IIRC (If I Recall Correctly)<br /> &lt;fplanque&gt; ok, makes sense that we moved it to a plugin<br /> &lt;Afwas&gt; It's a class, so I'd be able to call it independently<br /> &lt;Afwas&gt; So an idea would be a list (post, comments whatever) with a small icon for users who are online<br /> &lt;fplanque&gt; no the idea would be a list of users<br /> &lt;fplanque&gt; a list of usernames<br /> &lt;Afwas&gt; yes<br /> &lt;fplanque&gt; not a list of posts<br /> &lt;fplanque&gt; for example it would be teh list of users who have posted recently<br /> &lt;Afwas&gt; and an icon for the users that happen to be onine<br /> &lt;fplanque&gt; yes, why not<br /> &lt;fplanque&gt; I was thinking about just a list of users who are online<br /> &lt;fplanque&gt; but having an icon for online status in front of every user in any user list can be a useful option<br /> &lt;Afwas&gt; That one exists. But because it's an independent class it could be an option in a user list widget.<br /> &lt;fplanque&gt; I just looked at the code for the who's online widget<br /> &lt;fplanque&gt; it is extremely poor<br /> &lt;Afwas&gt; The class is fine<br /> &lt;fplanque&gt; it fires one query per user<br /> &lt;fplanque&gt; don't use that<br /> &lt;Afwas&gt; I used it in the chat widget<br /> &lt;fplanque&gt; the OnlineSessions class?<br /> &lt;Afwas&gt; The chat widget presented a list with online users to chat with<br /> &lt;Afwas&gt; I need to rewrite parts of it because it took to much recources. But the problem was not the online users.<br /> &lt;Afwas&gt; But it's possible that is a problem if there are to many users ('it doesn't scale well')<br /> &lt;fplanque&gt; that class is loading a User object per online user. that is no good.<br /> &lt;Afwas&gt; I see<br /> &lt;fplanque&gt; I think it's much better if you do the generic user list<br /> &lt;fplanque&gt; and then add some SQL to determine who's online<br /> &lt;fplanque&gt; to the query you'll already have<br /> &lt;Afwas&gt; ok<br /> &lt;Afwas&gt; That doesn't sound complicated.<br /> &lt;fplanque&gt; it's always easier when you go one step at a time <img src="http://www.blog.hemminga.net/rsc/smilies/icon_wink.gif" alt="&#59;&#41;" class="middle" /></p> <p>TO&nbsp;BE&nbsp;CONTINUED</p>
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
<div class="item_footer"><p><small><a href="http://www.blog.hemminga.net/index.php/2009/03/27/userlist-widget?blog=8">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>
<fplanque> afwas: one where you can decide how challenging it is:
<fplanque> start with a widget that lists users
<fplanque> the add options like
<fplanque> restrict to the ones who commented
<fplanque> restrict to the ones who posted in this blog
<fplanque> order by # of posts
<fplanque> order by last commented date etc
<fplanque> put in as many or as little filters / sortings as you want
<fplanque> someone else will add the missing ones
<Afwas> OK will do that
<fplanque> another option: what to do when you click on a username:
<fplanque> 1) see posts
<fplanque> 2) see comments
<fplanque> or
<fplanque> 3) see profile
<fplanque> or 4) send message
<fplanque> again optional
<Afwas> That would be a widget that can be added multiple times
<fplanque> yes
<fplanque> use the universal item list widget as an example
<Afwas> OK will take a note
<fplanque> that one even has "dumbed down" versions for specific lists
<Afwas> Haven't seen that one yet, but you wrote about it.
<fplanque> this would be the "universal user list" with tons of options to be added over time
<Afwas> I get the idea.
<fplanque> it's in 3,1,0 and can be used standalone but also as a base class for "simplified item list widgets"
<fplanque> ok food now
<Afwas> (me to)
<fplanque> another filter possibility: restrict to users currently online
<fplanque> and we actually had code for displaying who's online at some point. I don't know what happened. Prolly blueyed knows.
<Afwas> online widget
<Afwas> That one exists as plugin IIRC (If I Recall Correctly)
<fplanque> ok, makes sense that we moved it to a plugin
<Afwas> It's a class, so I'd be able to call it independently
<Afwas> So an idea would be a list (post, comments whatever) with a small icon for users who are online
<fplanque> no the idea would be a list of users
<fplanque> a list of usernames
<Afwas> yes
<fplanque> not a list of posts
<fplanque> for example it would be teh list of users who have posted recently
<Afwas> and an icon for the users that happen to be onine
<fplanque> yes, why not
<fplanque> I was thinking about just a list of users who are online
<fplanque> but having an icon for online status in front of every user in any user list can be a useful option
<Afwas> That one exists. But because it's an independent class it could be an option in a user list widget.
<fplanque> I just looked at the code for the who's online widget
<fplanque> it is extremely poor
<Afwas> The class is fine
<fplanque> it fires one query per user
<fplanque> don't use that
<Afwas> I used it in the chat widget
<fplanque> the OnlineSessions class?
<Afwas> The chat widget presented a list with online users to chat with
<Afwas> I need to rewrite parts of it because it took to much recources. But the problem was not the online users.
<Afwas> But it's possible that is a problem if there are to many users ('it doesn't scale well')
<fplanque> that class is loading a User object per online user. that is no good.
<Afwas> I see
<fplanque> I think it's much better if you do the generic user list
<fplanque> and then add some SQL to determine who's online
<fplanque> to the query you'll already have
<Afwas> ok
<Afwas> That doesn't sound complicated.
<fplanque> it's always easier when you go one step at a time ;)

TO BE CONTINUED


Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
]]>

Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2009/03/27/userlist-widget?blog=8#comments
http://www.blog.hemminga.net/index.php?blog=8&tempskin=_rss2&disp=comments&p=285
[plugin] jQuery Imagefit plugin
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2008/07/18/plugin-jquery-imagefix-plugin?blog=8
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870
Fri, 18 Jul 2008 19:41:05 +0000 admin Plugins 245@http://www.blog.hemminga.net/ <p>This plugin will adjust the size of an image to the container it's in. That way an image in a post will not exceed the borders of the post even if it's bigger. You simply install the plugin and it will do it's job. It relies on the image being spanned within a div with class image_block, which will be the case if you use the File Manager to add images to your post or if you use the [IMG] button on the toolbar.</p> <p>example code:</p> <!-- codeblock lang="code" start="1" --><pre><code>&lt;div class="image_block"&gt;&lt;img src="image.png" alt="some alt text" title="some title" /&gt;&lt;/div&gt;</code></pre><!-- /codeblock --> <p>This is code that's automatically generated if you insert an image using B2evolution. You can also add it manually to a post.</p> <p>You might want to adjust the class. You can even use an ID. That's done in the settings of the plugin. You can even add several classes or ID's and it will cater for all of them.</p> <p>Several images in this blog work with the plugin. You can click all images for a full scale version. That's done with the jQuery lightbox plugin. They work beautifully together.</p> <p>The plugin is tested in Firefox 3, Opera and Internet Explorer 7.</p> <p>Download: <a href="http://downloads.sourceforge.net/evocms-plugins/jquery_imagefit_plugin-0.9.1.zip?use_mirror=osdn" target="_blank">jquery_imagefit_plugin-0.9.1.zip</a></p> <p>&nbsp;</p> <p>Have fun</p>
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
<div class="item_footer"><p><small><a href="http://www.blog.hemminga.net/index.php/2008/07/18/plugin-jquery-imagefix-plugin?blog=8">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>
This plugin will adjust the size of an image to the container it's in. That way an image in a post will not exceed the borders of the post even if it's bigger. You simply install the plugin and it will do it's job. It relies on the image being spanned within a div with class image_block, which will be the case if you use the File Manager to add images to your post or if you use the [IMG] button on the toolbar.

example code:

<div class="image_block"><img src="image.png" alt="some alt text" title="some title" /></div>

This is code that's automatically generated if you insert an image using B2evolution. You can also add it manually to a post.

You might want to adjust the class. You can even use an ID. That's done in the settings of the plugin. You can even add several classes or ID's and it will cater for all of them.

Several images in this blog work with the plugin. You can click all images for a full scale version. That's done with the jQuery lightbox plugin. They work beautifully together.

The plugin is tested in Firefox 3, Opera and Internet Explorer 7.

Download: jquery_imagefit_plugin-0.9.1.zip

 

Have fun


Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
]]>

Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2008/07/18/plugin-jquery-imagefix-plugin?blog=8#comments
http://www.blog.hemminga.net/index.php?blog=8&tempskin=_rss2&disp=comments&p=245
[plugin] FCKeditor javaScript WYSIWYG RTE editor
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2008/07/15/plugin-fckeditor-javascript-wysiwyg-rte-?blog=8
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870
Tue, 15 Jul 2008 00:59:37 +0000 admin Plugins 244@http://www.blog.hemminga.net/ <p>My latest creaton is an edtor for the post/edit textarea. It will add a buttonbar and you can write your post and see the result in realtime. A WYSIWYG editor so to say. It's much like the TnyMCE editor. It's simply a different flavour.</p> <p>All these buttons are usable, but 'll need to configure a few of them. It's even possible to upload images/files. For the rest it has all text edit optons like (obvious) <strong>bold</strong> <em>Italic</em> and <span style="background-color: rgb(0, 128, 128);">colour</span>. Oh, that's backgroundcolour, it has that also. You can more or less easily add links like this one to <a href="http://www.fckeditor.net">the website of FCKeditor</a>. Let me add an image:</p> <div class="image_block"><img alt="FCKeditor in action" src="http://www.blog.hemminga.net/B2evoforum/FCKeditor.png" /></div> <p>I also added the little brother of this monster to the Comment textarea, so do write me a comment. That one is actually to small, so I'll have to invent a medium. Luckily that's rather easy with the FCKeditor. Which buttons do you want for the comments?</p> <p>Like I wrote in the <a href="http://forums.b2evolution.net/viewtopic.php?t=16111&amp;start=0&amp;postdays=0&amp;postorder=asc&amp;highlight=">B2evofoums</a>, this is a work in progress. But do try it out and let me know what you want to see adjusted. I'll add it to <a href="http://b2evo.astonishme.co.uk/bopit">BOPIT</a>, so you can easily track new versions.</p> <p>Download:<a href="http://sourceforge.net/project/showfiles.php?group_id=160495&amp;package_id=284155"> jquery_fck_editor_plugin-0..9.1.zip</a></p> <p>&nbsp;</p> <p>Have fun</p>
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
<div class="item_footer"><p><small><a href="http://www.blog.hemminga.net/index.php/2008/07/15/plugin-fckeditor-javascript-wysiwyg-rte-?blog=8">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>
My latest creaton is an edtor for the post/edit textarea. It will add a buttonbar and you can write your post and see the result in realtime. A WYSIWYG editor so to say. It's much like the TnyMCE editor. It's simply a different flavour.

All these buttons are usable, but 'll need to configure a few of them. It's even possible to upload images/files. For the rest it has all text edit optons like (obvious) bold Italic and colour. Oh, that's backgroundcolour, it has that also. You can more or less easily add links like this one to the website of FCKeditor. Let me add an image:

FCKeditor in action

I also added the little brother of this monster to the Comment textarea, so do write me a comment. That one is actually to small, so I'll have to invent a medium. Luckily that's rather easy with the FCKeditor. Which buttons do you want for the comments?

Like I wrote in the B2evofoums, this is a work in progress. But do try it out and let me know what you want to see adjusted. I'll add it to BOPIT, so you can easily track new versions.

Download: jquery_fck_editor_plugin-0..9.1.zip

 

Have fun


Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
]]>

Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2008/07/15/plugin-fckeditor-javascript-wysiwyg-rte-?blog=8#comments
http://www.blog.hemminga.net/index.php?blog=8&tempskin=_rss2&disp=comments&p=244
p4wn javaScript Chess plugin
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2008/07/15/p4wn-javascript-chess-plugin?blog=8
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870
Mon, 14 Jul 2008 23:54:45 +0000 admin Main category 243@http://www.blog.hemminga.net/ <p>This one can play Chess.</p> <p>This is a tiny javaScript originating from an entry to the 2004 5k javaScript Chess competition where the goal was to write a chess playing script that was under 5kb in size. That's small. Nevertheless it plays reasonable. There are some quirks that can help you beat the program, but I'm not going to tell... One clear error is that it displays a move only when it calculated it's own (half) move. That leads to some chocking when playing in 'slow' mode, but also (this is the error) that it makes another move when it's checkmated (it will even take the piece!) Having played several low level Chess programs, this one isn't bad. But hey, It's for fun! You can download the <a href="http://downloads.sourceforge.net/evocms-plugins/p4wn_chess_plugin-0.9.zip?use_mirror=osdn">p4wn_chess_plugin-0.9.zip</a> zipfile. Install the plugin and add it to a post with the [ p4wn ] command.</p> <p>I made some settings to allow it in a smaller bPost column than intended, so if it looks elongated beyond nice, do change that setting.</p> <p><table cellspacing="0" align="center" class="mainTable" style="border-width: 0px"> <tbody> <tr> <td colspan="2" class="controlBar controlBarUpper"> <table width="100%"><tr> <td class="buttonBarUpper"> <button onclick="javascript:H(); /* document.location.reload(); */ document.FF.b.value='';">&nbsp;new game&nbsp;</button> <button onclick="Gb(); return false;">&nbsp;undo&nbsp;</button> <button onclick="Rf(8-P); return false;">&nbsp;swap&nbsp;</button><br/> </td> <!-- <td> <button onclick="about(); return false;">&nbsp;?&nbsp;</button> </td> --> </tr></table> </td> </tr> <form name="FF" method="post" action="/plugins.php"> <tr> <td> <script type="text/javascript"> var path="/plugins/p4wn_chess_plugin/"; var width=30; // 32; var height=28; // 30; var eheight=30; //32 var pwidth=30; // 32 var pheight=28; // 30; </script> <script src="http://www.blog.hemminga.net/plugins/p4wn_chess_plugin/js/chess_6k.js"></script> </td> <td> <textarea name="b" cols="11" rows="18"></textarea> </td> </tr> <tr> <td colspan="2" class="controlBar controlBarBottom"> Next pawn becomes: <select name="h"> <option selected>queen</option> <option>bishop</option> <option>knight</option> <option>rook</option> </select> Computer level: <select name="i"> <option>stupid</option> <option selected>middling</option> <option>slow</option> </select> </td> </tr> </tbody> </table> </form></p> <p>Interesting link: <a href="http://p4wn.sourceforge.net/">p4wn.sourceforge.net/</a> with information and some of the history of the file.</p> <p>&nbsp;</p> <p>Have fun</p>
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
<div class="item_footer"><p><small><a href="http://www.blog.hemminga.net/index.php/2008/07/15/p4wn-javascript-chess-plugin?blog=8">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>
This one can play Chess.

This is a tiny javaScript originating from an entry to the 2004 5k javaScript Chess competition where the goal was to write a chess playing script that was under 5kb in size. That's small. Nevertheless it plays reasonable. There are some quirks that can help you beat the program, but I'm not going to tell... One clear error is that it displays a move only when it calculated it's own (half) move. That leads to some chocking when playing in 'slow' mode, but also (this is the error) that it makes another move when it's checkmated (it will even take the piece!) Having played several low level Chess programs, this one isn't bad. But hey, It's for fun! You can download the p4wn_chess_plugin-0.9.zip zipfile. Install the plugin and add it to a post with the [ p4wn ] command.

I made some settings to allow it in a smaller bPost column than intended, so if it looks elongated beyond nice, do change that setting.


Next pawn becomes: Computer level:

Interesting link: p4wn.sourceforge.net/ with information and some of the history of the file.

 

Have fun


Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
]]>

Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2008/07/15/p4wn-javascript-chess-plugin?blog=8#comments
http://www.blog.hemminga.net/index.php?blog=8&tempskin=_rss2&disp=comments&p=243
jQuery Dropdown plugin
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2008/07/10/jquery-dropdown-plugin?blog=8
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870
Thu, 10 Jul 2008 15:19:38 +0000 admin Plugins 239@http://www.blog.hemminga.net/ <p>This plugin adds a dropdown to a list. Especially aimed at widgets. With the plugin enabled <span class="MT_red">selected widgets are collapsed by default and will fold out when hovered</span>.</p> <div class="image_block"><img title="" alt="" src="http://www.blog.hemminga.net/media/blogs/plugins//jQ_drowndown_down.png" /></div> <p>When hovered with the mouse:</p> <div class="image_block"><img title="" alt="" src="http://www.blog.hemminga.net/media/blogs/plugins//jQ_dropdown_up.png" /></div> <p>Play with the USER TOOLS next to this article. After you install the plugn the way you would install any other plugin, you wander to the widget settings (via Blog settings) of the widget you want to collapse. There you add &quot;dropdown&quot; to the field &quot;CSS Class&quot;. That's all there is to it. You can enable this with as many widgets on a blog as you would like. This is how the settings look:</p> <div class="image_block"><img title="" alt="" src="http://www.blog.hemminga.net/media/blogs/plugins//jQ_dropdown_setting.png" /></div> <p>download: <a href="http://downloads.sourceforge.net/evocms-plugins/jquery_dropdown_plugin-1.1.zip">jquery_dropdown_plugin-1.1.zip</a> Have fun</p>
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
<div class="item_footer"><p><small><a href="http://www.blog.hemminga.net/index.php/2008/07/10/jquery-dropdown-plugin?blog=8">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>
This plugin adds a dropdown to a list. Especially aimed at widgets. With the plugin enabled selected widgets are collapsed by default and will fold out when hovered.

When hovered with the mouse:

Play with the USER TOOLS next to this article. After you install the plugn the way you would install any other plugin, you wander to the widget settings (via Blog settings) of the widget you want to collapse. There you add "dropdown" to the field "CSS Class". That's all there is to it. You can enable this with as many widgets on a blog as you would like. This is how the settings look:

download: jquery_dropdown_plugin-1.1.zip Have fun


Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
]]>

Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2008/07/10/jquery-dropdown-plugin?blog=8#comments
http://www.blog.hemminga.net/index.php?blog=8&tempskin=_rss2&disp=comments&p=239
Filter Comments plugin
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2008/05/02/filter-comments-plugin?blog=8
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870
Fri, 02 May 2008 21:25:23 +0000 admin Main category 227@http://www.blog.hemminga.net/ <p>This plugin filters the comments for bad words and foul language. Ut replaces a term with funny characters like @#%@ or Asterixes like ****. A comprehensive list is added, so if you want to keep your English up to date, you can learn a lot from this plugin. You are able to manage the list in the settings. It should require the admin to be over eighteen years old. <span class="MT_green">If you wish you may try the filter in this blog</span>. Simply add a nasty word in your comment.</p> <div class="image_block"><img src="http://www.blog.hemminga.net/media/blogs/plugins//FilterCommentsBlog.png" alt="Filter Comments plugin" title="" /></div> <p>Download: <a href="http://downloads.sourceforge.net/evocms-plugins/filter_comments_plugin-0.4.zip?use_mirror=kent">filter_comments_plugin.zip</a> View the code on <a href="http://evocms-plugins.svn.sourceforge.net/viewvc/evocms-plugins/filter_comments_plugin/trunk/">sourceforge.net - evocms/plugins</a> You can also download from the <a href="http://sourceforge.net/project/showfiles.php?group_id=160495&amp;package_id=274850&amp;release_id=597264">Sourceforge.net evocms-plugins repositories</a></p>
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
<div class="item_footer"><p><small><a href="http://www.blog.hemminga.net/index.php/2008/05/02/filter-comments-plugin?blog=8">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>
This plugin filters the comments for bad words and foul language. Ut replaces a term with funny characters like @#%@ or Asterixes like ****. A comprehensive list is added, so if you want to keep your English up to date, you can learn a lot from this plugin. You are able to manage the list in the settings. It should require the admin to be over eighteen years old. If you wish you may try the filter in this blog. Simply add a nasty word in your comment.

Filter Comments plugin

Download: filter_comments_plugin.zip View the code on sourceforge.net - evocms/plugins You can also download from the Sourceforge.net evocms-plugins repositories


Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
]]>

Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2008/05/02/filter-comments-plugin?blog=8#comments
http://www.blog.hemminga.net/index.php?blog=8&tempskin=_rss2&disp=comments&p=227
Resize Admin Textarea plugin
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2008/05/01/resize-admin-textarea-plugin?blog=8
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870
Thu, 01 May 2008 16:55:57 +0000 admin Main category 226@http://www.blog.hemminga.net/ <p>This plugin is able to change the size of the textarea where I am now writing this post. To use the plugin install it first and go to your profile page in Dashboard -&gt; Users -&gt; CLICK YOUR USERNAME. There you will find a setting like this:</p> <div class="image_block"><img title="" alt="" src="http://www.blog.hemminga.net/media/blogs/plugins//ResizeTextarea.png" /></div> <p>Download <span class="MT_blue">resize_admin_textarea_plugin-0.1.zip</span> DISCONTINUED Link to <a href="http://forums.b2evolution.net/viewtopic.php?t=15389">B2evolution forum post</a> UPDATE A new version that provides a draggable bar under the textarea to change the size is now available. Download <a target="_blank" href="http://downloads.sourceforge.net/evocms-plugins/resize_admin_textarea_plugin-0.4.zip?use_mirror=osdn">resize_admin_textarea_plugin-0.4.zip</a> The very latest verion 0.4 combines the goodies, you can set a default as well as drag the textarea to fine tune.</p> <div class="image_block"><img title="jQuery Resize Admin Textarea Plugin" alt="jQuery Resize Admin Textarea Plugin" src="http://www.blog.hemminga.net/B2evoforum/AjaxResizeAdminTextareaPlugin.png" /></div> <p>Have fun!</p>
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
<div class="item_footer"><p><small><a href="http://www.blog.hemminga.net/index.php/2008/05/01/resize-admin-textarea-plugin?blog=8">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>
This plugin is able to change the size of the textarea where I am now writing this post. To use the plugin install it first and go to your profile page in Dashboard -> Users -> CLICK YOUR USERNAME. There you will find a setting like this:

Download resize_admin_textarea_plugin-0.1.zip DISCONTINUED Link to B2evolution forum post UPDATE A new version that provides a draggable bar under the textarea to change the size is now available. Download resize_admin_textarea_plugin-0.4.zip The very latest verion 0.4 combines the goodies, you can set a default as well as drag the textarea to fine tune.

jQuery Resize Admin Textarea Plugin

Have fun!


Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
]]>

Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2008/05/01/resize-admin-textarea-plugin?blog=8#comments
http://www.blog.hemminga.net/index.php?blog=8&tempskin=_rss2&disp=comments&p=226
Google Analytics code plugin
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2008/04/30/google-analytics-code-plugin?blog=8
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870
Wed, 30 Apr 2008 19:40:26 +0000 admin Main category 224@http://www.blog.hemminga.net/ <p>Did your Google Analytics code survive your latest upgrade? Is it still there when you changed your skin? No worries anymore. This plugin will inject the Google Analytics code into every page in your blog, even in the Admin section.</p> <p>When you subscribe to Google Analytics you get a snippet of code that goes at the bottom of the page. At teh moment there is a deprecates snippet and a new one. Of course the plugin uses the new one. This is how it looks:</p> <!-- codeblock lang="code" line="1" --><pre><code>&lt;script type="text/javascript"&gt; var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); &lt;/script&gt; &lt;script type="text/javascript"&gt; var pageTracker = _gat._getTracker("UA-1234567-1"); pageTracker._initData(); pageTracker._trackPageview(); &lt;/script&gt;</code></pre><!-- /codeblock --> <p>You will need to copy/paste the pageTracker code. Formerly known as _uacct, but the code didn't change. In this code it's UA-1234567-1. You add that to the setting of the plugin:</p> <p><img src="http://www.blog.hemminga.net/B2evoforum/GoogleAnalytics.png" alt="Google Analytics plugin edit section" title="Google Analytics" width="450px" /></p> <p>Link to <a href="http://forums.b2evolution.net/viewtopic.php?t=15370">B2evolution forum post</a><br /> View the source at <a href="http://evocms-plugins.svn.sourceforge.net/viewvc/evocms-plugins/google_analytics_plugin/trunk/">Sourceforge.net evocms-plugins</a><br /> Download at <a href="http://sourceforge.net/project/showfiles.php?group_id=160495&amp;package_id=274856">Sourceforge.net evocms-plugins repostiories</a></p> <p>Have fun</p>
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
<div class="item_footer"><p><small><a href="http://www.blog.hemminga.net/index.php/2008/04/30/google-analytics-code-plugin?blog=8">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>
Did your Google Analytics code survive your latest upgrade? Is it still there when you changed your skin? No worries anymore. This plugin will inject the Google Analytics code into every page in your blog, even in the Admin section.

When you subscribe to Google Analytics you get a snippet of code that goes at the bottom of the page. At teh moment there is a deprecates snippet and a new one. Of course the plugin uses the new one. This is how it looks:

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-1234567-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>

You will need to copy/paste the pageTracker code. Formerly known as _uacct, but the code didn't change. In this code it's UA-1234567-1. You add that to the setting of the plugin:

Google Analytics plugin edit section

Link to B2evolution forum post
View the source at Sourceforge.net evocms-plugins
Download at Sourceforge.net evocms-plugins repostiories

Have fun


Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
]]>

Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 870

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/_core/_misc.funcs.php on line 981
http://www.blog.hemminga.net/index.php/2008/04/30/google-analytics-code-plugin?blog=8#comments
http://www.blog.hemminga.net/index.php?blog=8&tempskin=_rss2&disp=comments&p=224

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /home/hemmi3/public_html/blog/inc/sessions/model/_hitlist.class.php on line 127