crpietschmann

Stories kicked by crpietschmann

WebResource access in ASP.NET MVC(west-wind.com)

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

WebResources are useful when building more complex components. In MVC ASPX Views you can still access the ClientScript object to retrieve ResourceUrls, but outside of the ASPX view there's no easy access to the ResourceUrl. This post describes how grab resource urls in a couple of different ways. read more...

add a comment |category: |Views: 30

tags: another

My ideal IDE(lostechies.com)

submitted by cwbrandsmacwbrandsma(1711) 2 years, 9 months ago

What some of us would like Visual Studio to do for us read more...

1 comment |category: |Views: 782

tags: another

jHtmlArea 0.6.0 release with Improved Functionality(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 9 months ago

jHtmlArea is a simple, light weight, extensible WYSIWYG HTML Editor built on top of jQuery. This component allows you to easily display a WYSIWYG HTML Editor in place of any TextArea DOM Elements on the page. The minified script alone is 8.7kb, and with css and image files it's a total of 22k. read more...

add a comment |category: |Views: 29

tags: another

jHtmlArea - New HTML WYSIWYG Editor(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 10 months ago

The last couple days I spent time working on a new simple, lightweight, extensible HTML WYSIWYG editor that's built on top of jQuery. I know there are a ton of existing editors, but I couldn't seem to find any with a truely simple, lightweight design that allowed for really easy extensibility, and that's built on top of jQuery to take advantage of the cross-platform capabilities that jQuery has to offer. I feel that I've come up with a really nice HTML editor component that has some pretty usefull extensibility points. Allow me to introduce you to jHTMLArea. read more...

add a comment |category: |Views: 215

tags: another

OpenForum – new ASP.NET MVC based forum(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 10 months ago

There is new project in CodePlex called OpenForum. With source code you get also some samples you can run on your machine. OpenForum is pretty new and simple. There are no advanced forum features and currently it is suitable for smaller forums. You can change the look of OpenForum and write your own user repositories. Let’s see how OpenForum looks like. read more...

add a comment |category: |Views: 238

tags: another

Combining Assemblies Using ILMerge(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 2 years, 10 months ago

When creating solutions that include multiple projects, Visual Studio creates an assembly for each project. This can lead to libraries that are complicated to use, needing many references. Using ILMerge, the assemblies can be combined into a single file. read more...

add a comment |category: |Views: 228

tags: another

Adding DotNetKicks Badge image using jQuery(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 10 months ago

A while ago Jon Galloway posted a short article titled "Adding a DotNetKicks image via JavaScript" which contains the small amount of JavaScript code necessary to add a DotNetKicks.com Image / Badge to your web pages. The DotNetKicks Badge is essentially a link that allows users to go to DotNetKicks.com to vote for you web page, and the badge also displays the total number of "kicks" that your page has received. Since jQuery has become insanely popular since Jon originally posted his JavaScript code, I thought I would post a jQuery version of his code. read more...

add a comment |category: |Views: 12

tags: another

Software Engineering is Dead?(codinghorror.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 10 months ago

It's as if a crushing weight has been lifted from my chest. I can publicly acknowledge what I've slowly, gradually realized over the last 5 to 10 years of my career as a software developer: what we do is craftsmanship, not engineering. And I can say this proudly, unashamedly, with nary a shred of self-doubt. read more...

add a comment |category: |Views: 11

tags: another

GNOME Do Is Built With C#(linuxplanet.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 10 months ago

With all the recent heat generated about Mono and the C# language, it only seems appropriate to take a look at the issue from a programmer's perspective. There are a number of open source projects written in the C# language. Banshee, F-Spot and Tomboy are three of the most popular. F-Spot has even made it to the status of default photo management tool for several distributions including openSUSE and Ubuntu. GNOME Do is a great example of open source software that started out as the pet project of one individual. In actuality, it began as the senior thesis project for David Siegel. David needed to come up with an idea for a software project that would embrace the development concepts of the open source community. Having most of his experience in the Mac world, he decided on building a Quicksilver lookalike for Linux. read more...

add a comment |category: |Views: 4

tags: another

WikiPlex – An Embedded Wiki Engine(blog.eworldui.net)

submitted by mhawleymhawley(1125) 2 years, 10 months ago

Introducing WikiPlex, which is CodePlex's wiki engine that has been re-written and made open source under the MS-PL license. The first public version has also been released! read more...

add a comment |category: |Views: 365

tags: another

Windows 7 Build 7600 RTM confirmed(bink.nu)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 10 months ago

sources now telling me that Windows 7 is indeed RTM! October 22 is tha launch date and you can buy it on new PC's and in shops. Epect official aanouncement and availability on MSDN, Technet and Volume Licensesing sites soon. 7600.win7_rtm.090710-1945 read more...

add a comment |category: |Views: 16

tags: another

Silverlight 3 quietly released a day early(weblogs.asp.net)

submitted by dotjoshdotjosh(251) 2 years, 10 months ago

Visual studio tools and client runtime available for download! read more...

add a comment |category: |Views: 140

tags: another

VirtualPathProvider: Store .ASPX and .HTM files for your application i(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 10 months ago

With the VirtualPathProvider you can server pages from your website without the files actually existing on the disk. And this doesn't use url rewriting. The VirtualPathProvider actually allows you create your own virtual file system within your application. You can store the pages of you site within an xml file, a database or any other method you would like. In my opinion this is one of the coolest new features in ASP.NET 2.0. read more...

add a comment |category: |Views: 62

tags: another

Syntax Highlighter 2.0 and Blog Engine.Net(blog.prabir.me)

submitted by prabirshresthaprabirshrestha(862) 2 years, 10 months ago

Integrate Syntax Higlighter 2.0 with Blog Engine .Net with help of Windows Liver Writer Smart Content Editor read more...

add a comment |category: |Views: 14

tags: another

How to pass Dictionary as a parameter to an ActionResult(stackoverflow.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 10 months ago

I'm using jQuery to make an Ajax call using an Http Post in ASP.NET MVC. I would like to be able to pass a Dictionary of values. I finally figured out the best solution is to pass JSON via the Http Post and use a custom ModelBinder to convert the JSON to a Dictionary. One thing I did in my solution is created a JsonDictionary object that inherits from Dictionary so that I can attach the custom ModelBinder to the JsonDictionary type, and it wont cause any conflicts in the future if I use Dictionary as a ActionResult parameter later on for a different purpose than JSON. read more...

add a comment |category: |Views: 125

tags: another