Dipl. Math. Ralph Steyer - Fon 0171/5489948 - Fax 06198/577653 - E-Mail: ralph.steyer@rjs.de
Visit my Homepage
My Blog
jQuery-Homepage
About AJAX
About JavaFX

About the RJS-jQuery-PlugIns

rjsTwitter

rjsTwitter is a simple Client for Twitter. You can show tweets from any Twitter-author if the tweedt are free. You must only specify the screenname. You can configure different details for the Twitter-Client.

Demo-Site

You see a Live-Demo directly on this site!

How to use

You can refence the library from my server with
<script type="text/javascript" src="http://rjs.de/jquery/jquery.rjstwitter.js"></script>
Or you can download the library and put it on your own server. Then you can reference it in this way:

<script type="text/javascript" src="[your path]/jquery.rjstwitter.js"></script>

Then you can use it like this:
  • $("#myid").rjsTwitter( { background:"lightgray", color:"blue", fontSize:12, bildAngezeigt:true } );
  • $("#myid").rjsTwitter();
  • $("#myid").rjsTwitter( { color:"blue", fontSize:12 } );

Options

  • background - Backgroundcolor: CSS-String, Default "white"
  • color - Foregroundcolor: CSS-String, Default "black"
  • fontFamily - Fontfamily: CSS-String, Default "'Times New Roman',Times,serif"
  • fontSize - Fontsize: CSS-Number, Default 12
  • nameAngezeigt - Show Name: Boolean, Default true -> Show Name
  • screenNameAngezeigt - Show Screename: Boolean, Default true -> Show Screename
  • anzahlTweets - Number of shown Tweets: Number, Default 10
  • screenname - Screename from the author: String, Default "rjsedv", used to identify the shown tweeds
  • idAngezeigt - Show ID: Boolean, Default false -> don't show ID
  • bildAngezeigt - Show image, if exists: Boolean, Default true -> show image

Licence

GPL

Copyright

Ralph Steyer, RJS-EDV-KnowHow, www.rjs.de

Version

1.0

DragWithStatus

DragWithStatus is a little more comfortable version of the method draggable(). You can make elements draggable with the plugin. The user will get different feedback and information by the moveable elements. You can configure the plugin to change the Mousecursor (when moving over an element), the transparency and the border from the draggable elements to show the user that they are moveable. And you get the x- and y-position of the moving element in the statusline from the browser - if you wish and if the browser will support this.

Demo-Site

Live-Demo

How to use

You can refence the library from my server with
<script type="text/javascript" src="http://rjs.de/jquery/jquery.dragwithstatus.js"></script>
Or you can download the library and put it on your own server. Then you can reference it in this way:

<script type="text/javascript" src="[your path]/jquery.dragwithstatus.js"></script>

Then you can use it like this:
  • $("#b1").draggWithStatus( {border:"10px inset",opacity:0.1,statusinfo:false});
  • $("#u1").draggWithStatus( {border:"1px outset",opacity:0.7,statusinfo:false});
  • $("h2").draggWithStatus();
  • $("h3").draggWithStatus();

Options

  • border: CSS-Value
  • cursor: CSS-Value
  • opacity: CSS-Value
  • statusinfo: Boolean. Default true, true = shows x- and y-position of the moving element in the statusline from the browser - if the browser will support this

Licence

GPL

Copyright

Ralph Steyer, RJS-EDV-KnowHow, www.rjs.de

Version

1.0


Dipl. Math. Ralph Steyer - Fon 0171/5489948 - Fax 06198/577653 - E-Mail: ralph.steyer@rjs.de