Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » Tools and Tips
Showing page 1 of 2 (14 total posts)
  • My method: formatting code for blog posts

    I was asked how do I format code for blog posts. Well, to be honest, most of the code that I write in blog posts (and forum posts) are written on the fly, hence the formatting is also done on the fly. However, when I do come to copying and pasting code, I follow these steps: Copy the code into notepad. Copy the tab character into the ...
    Posted to Justin Lovell's Blog (Weblog) by jlovell on November 11, 2004
  • Flop of the day

    Armand did the biggest flop of the day. All I know was gracefully admiring the manual of my next motherboard when a MSN conversation of 12 people popped up with the word “shit” following miliseconds later. At that stage, it was dawned on him that he wanted to add one person to a conversation that he was already having but he instead ...
    Posted to Justin Lovell's Blog (Weblog) by jlovell on November 11, 2004
  • Comments on some article comments

    I just thought it would be beneficial to all if I comment on two comments that I recieved on my article about keeping scrollback position. Let's start off with the contridictary comment: Is this the same code as here, did Justin acknowledge Stanley Glass? Even though it is in VB. I am unsure. Just look at the date of my article and compare it ...
    Posted to Justin Lovell's Blog (Weblog) by jlovell on September 18, 2004
  • SQL Pagination -- the final solution

    In a previous blog post of mine, I said that Cursors are slow. Little did I know that I was going to come up with an excellent paging solution that... ermm... involved cursors. This took some really abstract thinking to achieve the following script: Declare @TotalRows intSet @TotalRows = @StartRow + @RowCount Declare @PK intDECLARE ...
    Posted to Justin Lovell's Blog (Weblog) by jlovell on September 15, 2004
  • Collection management during design-time

    This has become a FAQ over the time and so I have decided to just write a darn blog post about it. With collection management during design-time is fairly easy. In fact, too easy. However, sooner or later, you would like to have a multi-dimension collection. Let's take for example: [ParseChildren(true, ''Tabs'')][PersistChildren(false)]public ...
    Posted to Justin Lovell's Blog (Weblog) by jlovell on September 7, 2004
  • Pagination Removed from Whidbey

    One of things featured in the Alpha (Preview Release) is Pagination. How pagination works is the use of the ExecutePageReader method from the DbCommand class. In the Beta One release, the ExecutePageReader method is now obsolute. With the pagination, you can query what section of the data can be read from database. For example, you can say that ...
    Posted to Justin Lovell's Blog (Weblog) by jlovell on August 28, 2004
  • Tool to convert VB.NET code to C#?

    I am back! Ok, down to business -- we have all seen/heard (or done) moaning of converting C# code to VB.NET code. So there pops up a few conversion tools for converting C# to VB.NET code! But did anyone even consider the C# guys wanting a tool to convert all the VB.NET code to C#? I do not think so. However, there is something that was hiding ...
    Posted to Justin Lovell's Blog (Weblog) by jlovell on August 6, 2004
  • Server Controls in Custom Collections -- kicking the life into them

    A while ago, I posted a blog post on how to do the server controls into collections. That blog post was not only a problematic one regarding the VS.NET designer but you would have noticed that those server controls are not given the full 'life' in the page cycle as noted by Auter (he does not know it there but he will know in this blog post ...
    Posted to Justin Lovell's Blog (Weblog) by jlovell on May 24, 2004
  • #Develop 1.0 beta

    Now that I have waded through most of my emails, one of the announcements have to do with an open source IDE called #Develop (pronouced Sharp Develop). Currently, it looks like this IDE for developing .NET applications are really promising: SharpDevelop Fidalgo (1.0) is now feature complete, and we have entered bugfix-only mode (see section ...
    Posted to Justin Lovell's Blog (Weblog) by jlovell on May 5, 2004
  • XML Schema -- an excellent reference for beginners

    I will admit: I am not a master of XML Schemas. So when I see a beginner's resource, I would know what I am talking about because I am one :-). Just five minutes ago, I dwelled across this article: W3C Schema Made Simple It is short and sweet yet explains a lot of things in depth so you can understand what and why you should do certain things.
    Posted to Justin Lovell's Blog (Weblog) by jlovell on April 24, 2004
1 2 Next >