Rotativa ASP MVC HTML to PDF Library
Rotativa: For ASP MVC projects (and using NuGet with Visual Studio) you can download Rotativa, which gives you the ability to create PDFs directly from Views or Partial Views. It’s easy to use and works well.
Rotativa: For ASP MVC projects (and using NuGet with Visual Studio) you can download Rotativa, which gives you the ability to create PDFs directly from Views or Partial Views. It’s easy to use and works well.
Adding a map to a webpage is easy to do and is an expected feature…
How to hide index.php in URLs on Windows Server IIS: make your PHP URLs pretty, even on a Windows Server.
Using Integer Math instead of Floating Point for Speed It’s a well-known fact that integer…
With my association to Booking Systems (with RobotBooker.com), I use date/time formatting frequently. So, for…
Today, we’ll be talking about the Chain of Responsibility Pattern. This pattern decouples the sender and receiver of requests. This is done with a chain of objects that can each handle the request itself or pass it on to the next object.
Decoding JSON Arrays with PHP: JSON is a very popular data format. Although it is simple in scope it can sometimes be confusing to decode in PHP. I think this is because it decodes as object and/or arrays in PHP, so here’s an example that you may like to follow to see how it’s done.
I had a strange problem where a simple jQuery expression worked once only on an ASP.NET page. Turned out that .NET UpdateProgress controls on the same page were causing problems with partial page refreshing from AJAX calls.
.NET Named Color Chart (Ordered by Value).
.NET Named Color Chart (Ordered by Name)