stupid

Stories kicked by stupid

Syntax highlighting in BlogEngine.NET(rickardnilsson.net)

submitted by stupidstupid(300) 4 years, 1 month ago

In forums and blogs in the BlogEngine community issues with the syntax highlighter extension has been brought up. read more...

add a comment |category: |Views: 104

tags: another

Most Useful 50 CSS Tips (emmaalvarez.com)

submitted by stenbaekstenbaek(545) 4 years, 1 month ago

A useful page that provides a nice listing of various CSS tips, tricks and tools. read more...

add a comment |category: |Views: 51

tags: another

How to: Use strings in a secure manner with SecureString class(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 4 years, 1 month ago

The classic System.String type doesn’t provide enough security for storing sensitive data like passwords, credit card numbers or personal information. If a String object contains sensitive information, there is a risk the information could be revealed after it is used because your application cannot delete the data from computer memory. Starting with the .NET Framework 2.0 the SecureString class is available. It was designed to provide encryption for sensitive data and other useful functions. read more...

2 comments |category: |Views: 27

tags: another

6 free online editors for your asp.net project(devintelligence.com)

submitted by adventureradventurer(2244) 4 years, 1 month ago

A list of web editors that can be easily embedded in your asp.net projects read more...

1 comment |category: |Views: 22

tags: another

ASP.NET MVC: Introducing The MVC Storefront Series : Rob Conery(blog.wekeroad.com)

submitted by javeryjavery(5523) 4 years, 1 month ago

The first in a series of screencasts documenting the building of an eCommerce storefront using ASP.NET MVC. read more...

add a comment |category: |Views: 41

tags: another

The static Keyword(shaytalksabout.net)

submitted by shayfriedmanshayfriedman(1411) 4 years, 1 month ago

We all use the static keyword, but do we really know what the possibilities are? read more...

add a comment |category: |Views: 17

tags: another

inline asp.net tags... sorting them all out (<%$, <%=, <%, <%#, etc.)(naspinski.com)

submitted by stupidstupid(300) 4 years, 2 months ago

There are all sorts of different inline tags, and I haven't found a place that explains them all in one place, so here is the quick and dirty... read more...

3 comments |category: |Views: 963

tags: another

UI design patterns library(ui-patterns.com)

submitted by uadozeruadozer(650) 4 years, 2 months ago

Very cool site which shows give you ideas about visual presentation for misc elements of user interface read more...

2 comments |category: |Views: 339

tags: another

There and Back Again : Lambda, Lambda, Lambda!(blogs.msdn.com)

submitted by simonebsimoneb(5450) 4 years, 2 months ago

Want to get lambdas? This is THE post. read more...

1 comment |category: |Views: 26

tags: another

Solution to ASP.NET Form - PayPal Problem(codersbarn.com)

submitted by BognitBognit(2125) 4 years, 2 months ago

They do say it's the simple things that get you stumped. For all of you ASP.NET developers out there who have yet to integrate a site with PayPal, just wait until you finally get to add that button to your form to pass the transaction details over to PayPal.. read more...

3 comments |category: |Views: 79

tags: another

SharePoint 2007 Project Template for Timer Jobs in Visual Studio 2005 (saftsack.fs.uni-bayreuth.de)

submitted by agnes_agnes_(290) 4 years, 2 months ago

What are SharePoint Timer Jobs? SharePoint timer jobs are tasks executed on a scheduled basis by the SharePoint Timer service. Nobody wants to do all the steps necessary to create such a job for each new timer job. So in order to make it simpler to start a new timer job project, I created a visual studio template containing all the neccessary stuff you need. read more...

add a comment |category: |Views: 136

tags: another

Full Featured Automated Backups for Sharepoint(naspinski.net)

submitted by stupidstupid(300) 4 years, 2 months ago

If you use Sharepoint (3.0) making backups can be a pain; not to mention backup maintenance. This script and batch file takes care of them both, for a 100% automated solution with about 2 minutes worth of work to set up. read more...

add a comment |category: |Views: 4

tags: another

Check Username Availability with ASP.NET AJAX(weblogs.asp.net)

submitted by wisemxwisemx(8074) 4 years, 3 months ago

Here is a little trick you can use to spice up your asp.net registration pages. I will use ASP.NET AJAX to inform the user whether the username they have entered is available. Rather than use the UpdatePanel, I will slim down the amount of data going over the wire for each ajax request. I will accomplish this using the PageMethods feature. read more...

add a comment |category: |Views: 223

tags: another

Embedding ASP.NET Server Variables in Client JavaScript(west-wind.com)

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

Getting Server Variables embedded into a page and using them from JavaScript code can be a pain. Following Jon Galloway's post a few days ago I thought that maybe a solution that doesn't rely on ASP.NET AJAX and is more generic might be useful to make the task easier and apply much broader scope. The result is an easy to use, generic class that generates a JavaScript object from key value pairs created on the server from static values or dynamic control/object properties. read more...

1 comment |category: |Views: 136

tags: another

One-Stop-Shop for BlogEngine 1.3 Extensions(tellingmachine.com)

submitted by KlausKlaus(755) 4 years, 3 months ago

I just finished upgrading my blog to BlogEngine version 1.3. While in the process of porting it to the new release, I spent some time experimenting with the extensions and the new BlogEngine 1.3 Extension Manager. I tried to keep track of most of the extensions that get posted on CodePlex and I thought I write a blog post that lists all the extensions that I found and demonstrates them in this post, if applicable. This way BlogEngine fans that don't keep track of all the traffic on CodePlex would get be able to quickly check the availability of a specific add-on for BlogEngine. read more...

3 comments |category: |Views: 9

tags: another

Getting JavaScript and ASP.NET talking (outisde of AJAX)(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 4 years, 3 months ago

How do you get your server-side properties set in you JavaScript objects? A review of some of the options, focusing on the ASP.NET AJAX ScriptControl. read more...

add a comment |category: |Views: 30

tags: another