Archive
Blog Archives
Consuming WCF in ASP.NET MVC 5 with Entity Framework 6 using Visual Studio 2017
Create WCF service with Entity Framework then consume it on a ASP.NET MVC application
CKEditor – Detect when typing stopped
Useful for saving the data state whenever the user stops or pauses from typing.
Connecting an ASP.NET MVC Application to MySQL
Learn how to connect an ASP.NET MVC application to MySQL
Creating a Login Page in Django
In this tutorial we are going to build a simple login using Django Framework. Above photo is exactly how our app will look like when completed, so let’s get started. Note: The codes in this tuturial was developed using Django v1.10.6, it may not work with older versions. Create the base template mymodule/templates/mymodule/base.html: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152<!DOCTYPE html> […]
Create a Facebook Preloader Style using Bootstrap
Simple preloader similar to Facebook using Bootstrap. Easy to implement and easy to learn.
Uploading Rails App with MongoDB to Heroku
How to properly upload your Rails application to Heroku that has MongoDB as database.
Setting up Bcrypt for Rails on Windows
Demonstrates how to properly setup bcrypt on Windows and to solve the error bcrypt_ext.so (LoadError) message in your terminal
Node.js Authentication
A simple user authentication example using Express and Passport.js which includes pages for Login, Register, and Account.
MongoDB Authentication Using PHP
Recently, a client of mine wanted to have an authentication system for their existing Web Application. They are currently using MongoDB as their Database and just wanted to implement a simple Login, Register and Account page for their customers. I did not have much experience working with MongoDB before I accepted the project so I […]
Moving Laravel 5.6 from local machine to live server
Shows how to properly transfer your laravel app on a live server
How to make your Tables Responsive
Make your long table columns adapt to smaller screens using Stackable.js.
AngularJS – Show route only after all Ajax requests are resolved
Show route page only after Ajax request is complete for single or dynamic routes
AngularJS – Show a loading image on HTTP Requests
Append a loading gif image to your screen while AJAX is fetching data