Search:

Type: Posts; User: TheFinalizer

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. The MSDN blogs (http://blogs.msdn.com/) have...

    The MSDN blogs have whole blogs (and a topic that crosses blogs) on Azure. They're a great resource.

    If you like learning via video and don't mind paying a bit, Pluralsight has a ton of great...
  2. Replies
    1
    Views
    926

    So the web reference creates a proxy class, and...

    So the web reference creates a proxy class, and you can then use that proxy class like any other in your code.

    Here's a tutorial, and you can skip the "Creating a web service" bit, since you...
  3. The errors *may* be due to changes in the Twitter...

    The errors *may* be due to changes in the Twitter API. If not, it looks like Twitterizer will definitely be toast due to changes coming in the Twitter API in the next few weeks. ...
  4. Replies
    10
    Views
    791

    Just a minor adjustment. CREATE...

    Just a minor adjustment.



    CREATE PROCEDURE multiSearch( @keywords VARCHAR(1000) )
    AS
    DECLARE @delimiter VARCHAR(10)
    DECLARE @where VARCHAR(4000)
    DECLARE @sql VARCHAR(4000)
    ...
  5. Replies
    8
    Views
    1,148

    Ah! I completely missed the bit about it being...

    Ah! I completely missed the bit about it being at the *end* of each row. That will definitely make it easier to deal with.
  6. Replies
    8
    Views
    1,148

    First and foremost, how do you know how each of...

    First and foremost, how do you know how each of the variants ends? The three samples you show make it look fairly random. Are there only a few possible strings, or many?

    -Xander
  7. Replies
    6
    Views
    601

    It looks like the problem here is the same one...

    It looks like the problem here is the same one you had with your first query. This time it's this table:


    eaDelegates delegate

    That is referenced but never used, causing the Cartesian...
  8. Replies
    5
    Views
    965

    The only important Xander. :-) I couldn't log...

    The only important Xander. :-) I couldn't log into my Xanderno account after the messageboard software upgrade, and after working a bit with the staff to get it back, I decided just to let it rest...
  9. Replies
    4
    Views
    485

    Sure, so you should be able to get what you need...

    Sure, so you should be able to get what you need with a correlated subquery. This is where an inner query (in the WHERE clause) references the main query in order to filter the results. So, in...
  10. Replies
    4
    Views
    485

    What RDBMS? SQL Server? Access? mySQL? And...

    What RDBMS? SQL Server? Access? mySQL? And what version?
  11. Replies
    1
    Views
    2,313

    Debug, debug, debug. Let's deal with one...

    Debug, debug, debug.

    Let's deal with one problem at at time. First, the lock out problem. Is IsLockedOut set to true? When you enter an incorrect password, is FailedPasswordAttempCount...
  12. Replies
    5
    Views
    965

    I'm late to the party I know, but it's worth...

    I'm late to the party I know, but it's worth pointing out that *any* client side technique for encoding content before uploading it essentially useless at mitigating attacks, because there's no...
  13. Replies
    2
    Views
    2,050

    Here you go. ...

    Here you go. http://www.4guysfromrolla.com/articles/072606-1.aspx

    Remember though, you have to think very carefully about the security implications of allowing users to send email to arbitrary...
  14. Replies
    6
    Views
    2,942

    My question is, why would you want to build your...

    My question is, why would you want to build your own when you can just buy one instead? There's already a ton of PoS software available, and I can't think of a good reason to try and reinvent the...
  15. Replies
    4
    Views
    1,386

    It's not really a Response.Flush() problem, is...

    It's not really a Response.Flush() problem, is it? It's more of a "sending way to much data to the browser" problem.

    It sounds like you've simply overloaded the rendering engine in IE, which,...
  16. What you're looking for are static analysis...

    What you're looking for are static analysis tools. If you have one of the Team System SKUs for Visual Studio, static code analysis is built right in, and you just need to run it against the...
  17. Thread: error 404

    by TheFinalizer
    Replies
    5
    Views
    1,622

    I think you're going to have to show your code...

    I think you're going to have to show your code for us to be able to get any further.
  18. Where are you expecting the target page to show...

    Where are you expecting the target page to show up at?
  19. Replies
    1
    Views
    1,591

    What you really want is a JavaScript click...

    What you really want is a JavaScript click counter. Like this one: http://snippet.c0de.me/2010/02/24/javascript-jquery-click-counter/
  20. Replies
    2
    Views
    1,148

    Do you need to uncomment the first line, perhaps?

    Do you need to uncomment the first line, perhaps?
  21. Thread: error 404

    by TheFinalizer
    Replies
    5
    Views
    1,622

    The database changes and 404s shouldn't have...

    The database changes and 404s shouldn't have anything to do with each other. Can you verify that a page with the name you're requesting does indeed exist in the web directory?
  22. Replies
    1
    Views
    1,007

    http://developers.facebook.com/docs/ ...

    http://developers.facebook.com/docs/

    Specifically, you'll want to log in and take a look at the Graph API.
  23. Replies
    7
    Views
    600

    Bill...In this case, what he's referring to is...

    Bill...In this case, what he's referring to is essentially the newest incarnation of the service bureau concept. You have a virtual machine sitting on a massive cluster, and you pay for processor...
  24. Replies
    7
    Views
    600

    You've already found Azure, but Amazon offers...

    You've already found Azure, but Amazon offers cloud computing solutions as well. http://aws.amazon.com/ec2/

    I don't believe that either Azure or Amazon E2C support classic ASP though...Only...
  25. Replies
    3
    Views
    478

    Try this instead.

    Try this instead.
    <input type="hidden" name="IPAddGrab" id="IPAddGrab" value="<&#37; = UserIPAddress %>" />

    And the same thing for the UserDate issue.
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4


More ASP Resources

Resources:
-- ASP Articles
-- ASP.NET Information
-- 4Guys ASP F.A.Q.
-- ASPFAQs.com
-- ASP Coding Tips
-- Related Web Technologies
-- User Tips!!
-- ASP-related ListServs
-- HTML5 Development Center
-- JavaScripts


Smart Sites
-- Mobile Development Center
-- MSDN SpotLight
-- Web Dev Resource Center
-- Cloud Showcase for Developers


Windows Technology
Check out these Web sites for articles, tutorials, FAQs, discussions, and code on ASP and related technologies!
-- CodeGuru.com
-- VBForums.com
-- ASPFAQs.com
-- ASPMessageboard.com
-- DevX.com
-- Developer.com
-- FreeVBCode