ourcurrentfuture

Stories kicked by ourcurrentfuture

CSS Design for the design-challenged programmer(betaversion.org)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 6 months ago

Here is a great collection of tricks and advice for web programmers to make their web pages to be cleaner, more readable, and look more professional. Covers everything from a CSS reset through layout, font selection, colors and compatibility. read more...

add a comment |category: |Views: 14

tags: another

Introducing SemanticEngine.NET(blog.madskristensen.dk)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 8 months ago

Technologies or formats such as FOAF, APML, SIOC, XFN tags and microformats are some of the building blocks of the social aspects of the semantic web. They are used to create cross-site profiles of people and also represent relationships between them. XFN and microformats are somewhat easy to start using, but FOAF, APML and SIOC are a different story. Here's a new class library to make it easier.. read more...

add a comment |category: |Views: 235

tags: another

BacktoBasics-Life After If,For and Switch - a Data Structures Reminder(hanselman.com)

submitted by schalkvanwykschalkvanwyk(1335) 3 years, 8 months ago

Alternative code writing methods, sometimes using if, switch and for gets to much, this article shows some alternative solutions, e.g. using a dictionary as a map instead of using large if or switch statements. read more...

add a comment |category: |Views: 9

tags: another

Splitting Text into Words using C#(nayyeri.net)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 8 months ago

Often times, we need to split a chunk of text into its words. Here's one example of how to do that. read more...

add a comment |category: |Views: 36

tags: another

List of countries, cities, languages(amrelgarhytech.blogspot.com)

submitted by amrelgarhyamrelgarhy(825) 3 years, 8 months ago

You will find in the following links list of countries, cities, and their languages in CSV format, you can import into any database: read more...

7 comments |category: |Views: 637

tags: another

Protecting Your Cookies: HttpOnly(codinghorror.com)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 8 months ago

HttpOnly cookies don't make you immune from XSS cookie theft, but they raise the bar considerably. It's practically free, a "set it and forget it" setting that's bound to become increasingly secure over time as more browsers follow the example of IE7 and implement client-side HttpOnly cookie security correctly. If you develop web applications, or you know anyone who develops web applications, make sure they know about HttpOnly cookies.originated from, so there is no cross-domain posting of the cookies. read more...

add a comment |category: |Views: 12

tags: another

Remotely Log Off Remote Desktop Users(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 9 months ago

How to remotely log off remote desktop (terminal service) users when you get that annoying: "The terminal server has exceeded the maximum number of allowed connections.” read more...

add a comment |category: |Views: 1535

tags: another

CopySourceAsHtml Addin for Visual Studio 2005/2008(scottonwriting.net)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 9 months ago

CopySourceAsHtml (CSAH) is a free Visual Studio Add-In created by Colin Coller that turns Visual Studio code - with its indentation, color coding, and line numbers - into corresponding HTML with a few points and clicks of the mouse. This Add-In is great for pasting code samples into blogs and online articles. read more...

add a comment |category: |Views: 16

tags: another

High Quality Image Resizing with .NET(mikeborozdin.com)

submitted by MikeBorozdinMikeBorozdin(1146) 3 years, 9 months ago

Even though you just shrinks images, the quality of produced images is usually worse than the quality of original images. Learn how to use interpolation to resize images with a better quality. read more...

add a comment |category: |Views: 495

tags: another

Creating a Required Input Server Control (blog.ourcurrentfuture.com)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 9 months ago

One of the most common tasks we perform as ASP.NET developers is adding validated fields to a form. Typically, this involves adding: * a label to tell the user what information is expected * a TextBox, DropDrown, CheckBox or other element to collect the data * a Validator to check whether the data entered is good or not Rather than always adding these three elements, we can combine them into a single reusable server control. The less elements we need to add to a page, the less time it takes to do so. read more...

add a comment |category: |Views: 7

tags: another

Finally released Comment Manager extension for BlogEngine.NET(cristianofino.net)

submitted by wolwerinewolwerine(25) 3 years, 9 months ago

I’m really pleased to announce that has been released an extension to editing ed managing comments on BlogEngine.NET. This extension is fully plug and play and it's not required any changes to core. read more...

add a comment |category: |Views: 20

tags: another

Working with .NET 1.1 in Visual Studio 2008 and Team Server (devlicio.us)

submitted by jimmy.sjimmy.s(330) 3 years, 9 months ago

I was trying to write that post for so long that I've started worry that there will be new version of the Visual Studio before I will even start. Finally, I found some time and here it is. What I'm going to write about here is how to use the latest IDE to work with a .NET 1.1 applications. Before you will start asking why one would like to do so, there is an answer: because you can. But seriously speaking, I prefer to use much more matured IDE than the very 2003 version. There is also other, even more important reason - TFS. By importing your 1.1 projects into VS2008 you can use full benefits of TFS. That is worthwhile. So let's get started. read more...

add a comment |category: |Views: 40

tags: another

Localize text in JavaScript files in ASP.NET(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 3 years, 9 months ago

Shows a very simple and powerful way of serving .js files with the right localized text strings. read more...

add a comment |category: |Views: 481

tags: another

ASP.NET Futures: Generating Dynamic Images w/ HttpHandlers Gets Easier(hanselman.com)

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

I've done a lot of HttpHandlers that generate images. It's usually pretty tedious. When I was working banking, I wrote an example HttpHandler that would take two Check Images (back and front) and composite them into a single image on the server side, then serving up the composite. Usually you're messing around in with MemoryStreams and Images, and then you serialize the result out to the Response.OutputStream, making sure the MIME Types are set appropriately. If you're really clever, you'll remember to do some client-side and appropriate caching, but I rarely see that in the wild. read more...

add a comment |category: |Views: 240

tags: another

Lutz Roeder's Weblog: The Future of .NET Reflector(blog.lutzroeder.com)

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

After more than eight years of working on .NET Reflector, I have decided it is time to move on and explore some new opportunities. I have reached an agreement to have Red Gate Software continue the development of .NET Reflector. Red Gate has a lot of experience creating tools for both .NET and SQL Server. They have the resources necessary to work on new features, and Reflector fits nicely with other .NET tools the company offers. Red Gate will continue to provide the free community version and is looking for your feedback and ideas for future versions. read more...

add a comment |category: |Views: 487

tags: another

Clone Detective for Visual Studio(codeplex.com)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 9 months ago

Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code. read more...

add a comment |category: |Views: 546

tags: another