|
|
-
sergio Liked 1 Years ago through Pages
We wish to use these pages for publishing various documents, announcements, FAQ etc related to beyondrelational.com...
|
|
|
-
sergio Posted 1 Years ago through Syndicated Blogs
Tomorrow is a big day for me. As you may or may not know, I’ve built a system for a school here in Bolivia. It’s the whole shebang, CRUD, reports, stats and more.
Tomorrow I head out to two different schools and pitch my software to them. Th...
|
-
sergio Posted 1 Years ago through Syndicated Blogs
So in my application, I found myself needing a way to get business days for a given month. It’s for student attendance, so I only need to get the days from Monday through Friday for a given month.
Hopefully someone finds this useful.
//Monday ...
|
-
sergio Posted 1 Years ago through Syndicated Blogs
Today I’m going to show you how to create an editor template for DateTime objects in your model.
This is what we’re aiming for. A label for our input, and when the input has focus we should display a nice DatePicker widget kindly provided fo...
|
-
sergio Posted 1 Years ago through Syndicated Blogs
This is our end result:
The user is going to click on the link, and using AJAX we’re going to fetch the result and update the value on the screen. All without doing a complete page refresh.
The Controller Setup.
First go to your HomeController a...
|
-
sergio Posted 1 Years ago through Syndicated Blogs
This post is based on Scott Hanselman’s SignalR post – but tweaked for MVC3. Source.
This is getting my vote for Tool of The Year™ 2011.
As it’s description states in their GitHub page:
Async signaling library for ASP.NET to help buil...
|
-
sergio Posted 1 Years ago through Syndicated Blogs
Typical.
Internet Explorer just keeps biting us web developers in the ass and we have no choice but to find work arounds.
After toying around with SignalR on my MVC3 application, I tested things out in IE 8. Surprise surpise. It didn’t work.
When ...
|
-
sergio Posted 1 Years ago through Syndicated Blogs
Hey there. Today I took a gander at my DreamInCode library I released for .NET and decided to merge it over to Github.
https://github.com/sergiotapia/DreamInCode.Net
The source code is very easy to follow and hopefully I managed to clean out a lot of th...
|
-
sergio Posted 1 Years ago through Syndicated Blogs
Today we’ll see how to create a testimonial ticker using jQuery and setInterval to switch in and out of different texts.
It’ll display one testimonial at a time before cycling through to the next testimonial. It’s very light weight, fa...
|