Community developer blogs
The Lazy Coders
- Author
- Berdon Magnus
- Last updated
- 27 Jun 2007 at 15:29
- Url
- http://lazycoders.blogspot.com/
- Feed
- http://lazycoders.blogspot.com/feeds/posts/default
Recent Posts
-
Stripping HTML from text in SQL Server 2005
Posted: 27 Jun 2007 at 15:29 by Saikou
Today I came across a problem where a field in a SQL server 2005 database contained encoded HTML (for example, it looked like "<div>Blah blah"). However, as this field was required in a SQL server report, this HTML needed to either be removed or formatted. Since SQL reports don't have
-
SQL Reports: Execution '' cannot be found.
Posted: 26 Jun 2007 at 14:58 by Saikou
While developing a page to generate a weekly report using SQL server reporting services, I came across a bit of a funny error. The ReportViewer control was giving an error of "Execution '' cannot be found.", though this error was appearing as part of the report itself, and not being thrown back to t
-
Variable arguments in C#
Posted: 04 Jun 2007 at 21:28 by Berdon
Ever used variable arguments in C++ and wanted to use them in C# but you could never figure out how? I certainly did a few weeks ago, I was working on a function similar to some of the old standard C IO libraries (though I can't recall what it's purpose was to be) and I spent quite a bit of time try
-
Submitting forms on the enter key
Posted: 04 Jun 2007 at 18:07 by Berdon
Quite a while ago I was working on a form with a few textboxes and a submit button. I was nearly complete with the application but it didn't do one thing that I wanted, I had to either tab to the submit button and hit enter or click on it with the mouse. I'm fairly lazy and I know most people are to
-
Posting form content with the WebBrowser control
Posted: 04 Jun 2007 at 06:42 by Berdon
A while ago I was working on one of my many side projects and needed to be able to login to a website using a WebBrowser control. The form used Post rather then Get, so I wasn't able to simply append the appropriate form elements onto the URL.I did some searching online and ended up with a nice litt
-
MSHTML, Dom, and copying objects from a WebBrowser Control
Posted: 04 Jun 2007 at 05:52 by Berdon
While working on grabbing an image from a WebBrowser (talked about in my last post), I stumbled upon this method. It does work; however, it has one draw back: It only works for single framed images (ie. No animated images). Though, to be honest, I didn't play around all that much to see if I could f
-
Grabbing secure data from the web.
Posted: 04 Jun 2007 at 04:58 by Berdon
Recently, I was working on a little image recognition for some anti-bot type image. No no, I wasn't working on any spamming type of application, just a little side project of mine.Regardless, I needed to load the image from a website while being logged into the website. I did a bit of research and l
Events coming up
-
Jun
16
Code Generation 2009
Cambridge, United Kingdom
A developer event with a practical focus on helping people get to grips with code generation tools and technologies.
Related blogs
-
Gary Pretty
Blog about software development, including C#, ASP.Net, Expression Web and Visual Studio. I am a software developer working for Experian as well as several years of freelance web design experience.
-
Ben Hall's Blog
Personal blog, mainly covering Microsoft technology but branching into other areas for fun. Areas of focus mainly include: Linq, SQL Server 2005/2008, C#, Sandcastle Documentation, TDD, MbUnit, Java and Ruby
-
Thushan Fernando Uncut
Not Even Remotely Dorky thoughts from a Windows/Linux, .NET, C/C++ & Java software developer. From computer software, programming and hardware to motorshows and travel to various countries.
Related podcasts
-
Stack Overflow: Podcast #29
This is the twenty-ninth episode of the StackOverflow podcast, wherein Joel and I discuss the following: The downside of being a PC gamer: it’s prime game release season. My productivity last week was nil due to the release of Fallout 3, as I discuss on my blog. But it was totally ...