Skip to main content

Home/ ASP.Net MVC/ Contents contributed and discussions participated by Johann Strydom

Contents contributed and discussions participated by Johann Strydom

Johann Strydom

SignalR: Building real time web applications - .NET Web Development and Tools Blog - Si... - 0 views

  •  
    "SignalR offers a simple and clean API to write real time web applications where the server needs to continuously push data to clients. Common applications are chat, news feed, notifications, multiplayer games. In this sample, I demonstrate powerful features like: A server implementation hosted in IISExpress Client implementations running on IISExpress, a Console Application, and a Windows Store App Doing request/response operations sync and async Server pushing broadcast messages to ALL clients Server pushing group messages to specific devices like a web browser, a desktop, or a tablet."
Johann Strydom

seleniumconf - YouTube - 2 views

  •  
    Videos from Selenium Conference
Johann Strydom

SeleniumExamples » Blog Archive » Selenium 2 in .NET framework - 1 views

  •  
    How to setup Selenium 2 in Dot Net
Johann Strydom

Agile Testing: Ajax testing with Selenium using waitForCondition - 1 views

  •  
    "An often-asked question on the selenium-users mailing list is how to test Ajax-specific functionality with Selenium. The problem with Ajax testing is that the HTML page under test is modified asynchronously, so a plain Selenium assert or verify command might very well fail because the element being tested has not been created yet by the Ajax call. A quick-and-dirty solution is to put a pause command before the assert, but this is error-prone, since the pause might be not sufficient on a slow machine, while being unnecessarily slow on a faster one."
Johann Strydom

Uploading a File (Or Files) With ASP.NET MVC - 1 views

  • form action="" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" />
Johann Strydom

Glimpse - A client side look at whats going on in your server - 3 views

  •  
    "What Firebug is for the client, Glimpse does for the server... in other words, a client side Glimpse into whats going on in your server."
Johann Strydom

mvcConf | Channel 9 - 1 views

  •  
    Online MVC conference
Johann Strydom

Rat's Random Ramblings - 0 views

  •  
    My blog
Johann Strydom

jqPlot Usage - 1 views

  •  
    Looks like I'll be using this one. Seems to be a bit better documented.
Johann Strydom

jqPlot Charts and Graphs for jQuery - 1 views

  •  
    A Versatile and Expandable jQuery Plotting Plugin
Johann Strydom

ASP.NET MVC 2 Custom Validation - 0 views

  •  
    Explains how to implement a custom validation attribute
Johann Strydom

System.ComponentModel.DataAnnotations Namespace () - 0 views

  •  
    Lists the built-in attributes you can use on you model for validation
Johann Strydom

Stepping into ASP.NET MVC source code with Visual Studio debugger - Gunnar Peipman's AS... - 0 views

  •  
    Using Visual Studio symbols and source files makes debugging much easier. I am specially happy about ASP.NET MVC 2 source files because I develop on ASP.NET MVC 2 almost every day. You may also find other useful symbols and source files. In this posting I will show you how to get ASP.NET MVC source to your computer and how to use it.
Johann Strydom

ASP.NET MVC Client-Side Validation Summary with jQuery Validation Plugin - 0 views

  •  
    This link helped me the most in terms of figuring out how to implement jQuery validation with MVC. It includes a sample app that is very useful.
Johann Strydom

jQuery AJAX Validation Contact Form with Modal + Slide-in Transition | The Blog of Jore... - 1 views

  •  
    "Due to popular demand, here is a tutorial on how I created one of the more complicated pieces of machinery on my new site: the contact form. A lot of different techniques went into this"
  •  
    I'm not the one that thinks so. Everyone else decided on that :D
Johann Strydom

jQuery Validation - 2 views

  •  
    I'll delete the ones that sucked and also perhaps flag the useful ones with a Like click
1 - 20 of 24 Next ›
Showing 20 items per page