t3mujin

Stories kicked by friends of t3mujin

using jQueryUI with Script# and the Script# Contrib project roadmap(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 1 year, 8 months ago

How to generate javacript from C# using Script#. In our case we will be generating jQuery/jQueryUI code. read more...

add a comment |category: |Views: 15

tags: another

ASP.NET Controls - CommunityServer Captcha ControlAdapter(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 2 years, 1 month ago

How add Captcha to CommunityServer using a ControlAdapter. read more...

add a comment |category: |Views: 10

tags: another

.NET - Determine Whether an Assembly was compiled in Debug Mode(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 2 years, 11 months ago

This post shows how to finding out whether an assembly was compiled in Debug or Release mode. read more...

add a comment |category: |Views: 21

tags: another

ASP.NET – Converting C# String to JSON String(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years ago

Why and How to convert C# String to JSON String read more...

add a comment |category: |Views: 100

tags: another

ASP.NET Controls – Validators problem (NetFx 1.1 versus NetFx 2.0+)(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years ago

This post describes an issue regarding Validators and Controls ID value. read more...

add a comment |category: |Views: 6

tags: another

ASP.NET Controls - Improving automatic ID generation : Live example(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 1 month ago

Shorten ClientIDs in a real example read more...

add a comment |category: |Views: 22

tags: another

Code execution with the ConditionalAttribute and the #IF ... #ENDIF(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 3 years, 8 months ago

How to use both of these definitions to conditionally execute code. read more...

add a comment |category: |Views: 10

tags: another

BlogEngine Flaws(objectreference.net)

submitted by Vort3XVort3X(1335) 3 years, 9 months ago

Recently I’ve been having problems as the site has gotten more popular I’ve had comments and even posts disappearing randomly, sometimes re-appearing you might have experienced this yourself either on my site or in your own so after divulging into the code to see what was happening found something I thought was shocking. When you add a comment, or Rating, Approving and Remove Comments this is what BlogEngine DbBlogProvider actually does... read more...

add a comment |category: |Views: 245

tags: another

BlogEngine.NET - BookShelf Widget(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 10 months ago

With this new widget you can present your favorites books to your blog visitors. The widget display the book thumbnail image and show the book title and book author name. Enjoy it! read more...

add a comment |category: |Views: 276

tags: another

BlogEngine.NET - Improved LinkList Widget(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 10 months ago

This is an improved LinkList widget for the BlogEngine.NET that : 1. add support for rendering the class attribute to the anchor Html element 2. add support for rendering the link as an image read more...

add a comment |category: |Views: 53

tags: another

NunoGomesControlToolkit - Improving Web Apps performance(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 10 months ago

NunoGomesControlToolkit is intended to improve web apps performance by decreasing total page size. This page size reduction is achieved by decreasing control ClientID size. This control toolkit can be applied to any existing ASP.NET 2.0 Web Aplication by using the tagmapping configuration facility. read more...

add a comment |category: |Views: 3

tags: another

Replacing Loaded Assemblies - Paulo Morgado(weblogs.asp.net)

submitted by hexyhexy(325) 3 years, 10 months ago

Paulo shows us how to load, unload and replace assemblies at runtime. read more...

add a comment |category: |Views: 229

tags: another

ASP.NET Controls - Improving automatic ID generation: ShortIDsProvider(nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 11 months ago

In the previous posts on this subject I wrote about why automatic ID generation should be improved and how we can improve it. Now I will step forward and show you my own implementation of a specific naming provider. read more...

add a comment |category: |Views: 239

tags: another

ASP.NET Controls - Improving automatic ID generation: ShortIDsProvider(nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 11 months ago

In the previous posts on this subject I wrote about why automatic ID generation should be improved and how we can improve it. Now I will step forward and show you my own implementation of a specific naming provider. read more...

add a comment |category: |Views: 239

tags: another

ASP.NET Controls - Improving automatic ID generation - Part 3(nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 11 months ago

This post focus the architetural changes needed to allow us to control the automatic ID generation process. read more...

add a comment |category: |Views: 30

tags: another

Less MSIèrables - Extract the content of a .MSI file(blog.nunogomes.net)

submitted by nmgomesnmgomes(270) 3 years, 11 months ago

A review about a little tool called "Less MSIèrables" that extract the content of a .MSI file. read more...

add a comment |category: |Views: 32

tags: another