Archive | WinnScriptatype

14 October 2008 ~ Comments Off

Winn Scriptatype: 1.7

I wanted to re-cap the new adds in 1.7 for rails. The new method calls are as listed: # Added V1.7b textlink_do_fade textlink_do_puff textlink_do_blindup textlink_do_dropout You can build any of the above calls with: textlink_do_fade(’Link Text’,'divYouWantToUpdate’,{***},{****}) Visit the project for more info on how to use the latest methods and more. Winn Scriptatype project home [...]

Continue Reading

12 May 2008 ~ Comments Off

Guestbook v2.4.1

Just released is version 2.4.1 of the php Winn Guestbook. This version brings a feature called approved posters, allowing the admin to add users who can skip the approval process. Download version 2.4.1 at the Google project page. There you also receive support for any issues and the latest truck via svn.

Continue Reading

03 April 2008 ~ Comments Off

WinnScriptatype:Rails v1.7b

I just released WinnScriptatype version 1.7 beta on the RubyForge project page. I have also made some fixes to version 1.5 and it is now production ready. The latest release has added some new functionality and the ability to make calls to display text. The call still supports the effects and Ajax request url along [...]

Continue Reading

31 March 2008 ~ Comments Off

WinnScriptatype:PHP v1.5 Available

Call two effects for two different elements with one call. This option is now working in version 1.5! Simply make the call “checkbox_do” then add your effects like so: [php] checkbox_do_fade_and_appear(‘div1′, ‘div2′, ‘***’, array(‘userName’ => ‘Bob’)); [/php] Only change you will have to observe is the second element id input. In this case “div2″ is [...]

Continue Reading

Tags: ,

29 March 2008 ~ Comments Off

Winn Scriptatype for PHP

Thats right, i have converted the rails plugin to PHP. Now you can use the same functions in your next php application. This php class works the same way by creating a checkbox and on click it will call a script with Ajax that will update your database. On success it will return an effect [...]

Continue Reading

Tags: ,

26 March 2008 ~ 1 Comment

Rails Plugin: WinnScriptatype

Making an Ajax checkbox just got easy. This very simple plugin was built for my own use. The idea was to make one call for my checkbox, update to the database, and an effect. This plugin is easy to use and install, i dont have it setup in an svn yet so you will need [...]

Continue Reading