tomgroeger

Stories kicked by tomgroeger

Basic JavaScript Part 11: Functional Initialization(vanryswyckjan.blogspot.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 1 year, 2 months ago

Some beautiful JavaScript code for functional initialization. read more...

add a comment |category: |Views: 23

tags: another

C#/.NET Little Wonders: ConcurrentBag and BlockingCollection(geekswithblogs.net)

submitted by BlackRabbitCoderBlackRabbitCoder(661) 1 year, 2 months ago

The final in a series of articles looking at the concurrent collections in .NET 4.0. This article focuses on the ConcurrentBag and the BlockingCollection. read more...

add a comment |category: |Views: 92

tags: another

Microsoft Visual Studio - From Past to Present(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 5 months ago

Recently I‘ve been working at a client site where they are using Visual Studio 2005 for their main project. I’ve gotta say that I was a bit surprised since I haven’t come across VS2005 for a few years… I immediately became nostalgic and decided to share. So I’m proud to present, Visual Studio – from past to present! read more...

1 comment |category: |Views: 613

tags: another

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

C# PageRank Checker(www.vcskicks.com)

submitted by vckicksvckicks(399) 2 years, 3 months ago

How to request the Google PageRank of a website through C#. read more...

add a comment |category: |Views: 95

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

Rendering Script References into the Html Header(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 4 months ago

ASP.NET natively supports script embedding only into the body of the HTML document which is limited in many ways if you need more control over how scripts load under program control. In this post I'll show one of my components that allows embedding scripts and script references in the header of the document as well as many useful script embedding features for ASP.NET. read more...

add a comment |category: |Views: 19

tags: another

.NET Serialization Performance Comparison(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 2 years, 4 months ago

Comparing the speed and output of the different serializers available in .NET with the latest version of Json.NET. read more...

3 comments |category: |Views: 931

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