tomgroeger

Stories submitted by tomgroeger

Checkbutton and Radiobuttons revisited: a jQuery plug-in.(www.tomsoft.de)

submitted by tomgroegertomgroeger(20) 2 years, 1 month ago

This jquery plugin Control handles single instances or groups of radio- or checkbuttons. It extends a jQuery object ( usually a table or fieldset ) that wraps a couple of radio- or checkbox buttons together with associated labels. The ButtonGroup then allows you to easily set/get a Radio group's value, dis- or enable the complete Group (including labels) or only selected buttons. The modified get() method returns an extended button object that also 'understands' checked/enable/disable messages. read more...

add a comment |category: |Views: 11

tags: another

A Service-Monitor Gadget for IIS and SQL-Server(www.tomsoft.de)

submitted by tomgroegertomgroeger(20) 2 years, 3 months ago

This Gadget for Windows Vista or Windows 7 gives your control over Windows Services like IIS/W3SVC or MSSQLServer. You can see if the Services are running, stop them or restart them. read more...

add a comment |category: |Views: 66

tags: another

Embedding CSS and JavaScript in User Controls(www.tomsoft.de)

submitted by tomgroegertomgroeger(20) 2 years, 4 months ago

Using this technique you can easily write self contained User Controls with enclosed Scripts and Styles that embed themselves perfectly into the parent page, and as a bonus your get both CSS and JavaScript Intellisense for external files in your User Control read more...

add a comment |category: |Views: 28

tags: another

A jQuery-Room for RadioGroups(tomsoft.de)

submitted by tomgroegertomgroeger(20) 2 years, 4 months ago

Source Code and description of a jQuery plug-in for a RadioGroup-Control .. read more...

add a comment |category: |Views: 5

tags: another