Category "Kode"

iFrame with Responsive Content Loading

- - Kode

So your still using iframes….what a drag.Anyhow, lets look at overcoming a few of its quirks. First off wouldn’t it be awesome if native iframes would snap to the size of whatever is inside? Yep, I think so too so lets build an iFrame with Responsive Content Loading. This means...

How to create a simple Search Bar

- - Kode

#How to create a simple Search Bar Many websites and apps require search bars and in this tutorial I’ll show you how to make one in under 5 minutes. First, lets create an index.html and css/styles.css files and directory. A search icon download is provided for this tutorial, place the...

Creating a Name Generator using PHP and MySql

- - Kode

Hi Koders! The first thing I would like to begin with is what are Php and MySQL? PHP is a server side scripting language. that is used to develop Static websites or Dynamic websites or Web applications. MySQL is a relational database management system based on SQL – Structured Query...

Full screen Image Background

- - Design, Kode

Recently, one of clients wanted to create a splash screen effect using a Full screen Image Background. Needless to say this can be pretty simple using a bit of JavaScript/jQuery along with some CSS. Full screen image backgrounds have become quite useful for creating elegance on websites as well as...

Adding A Fullscreen Video Background to Your Websites

- - Kode

Learn how to create a full screen video background that covers the entire browser window: This is especially useful for making your landing pages vibrant and captivating   THE VIDEO (HTML) <video autoplay muted loop id="myVideo"> <source src="rain.mp4" type="video/mp4"> </video> <div class="content"> <h1>Heading</h1> <p>Lorem ipsum...</p> <button id="myBtn" onclick="myFunction()">Pause </button> </div>...

The Complete Guide to ASP.NET MVC 5

- - Kode

Learn to build and deploy fast & secure web applications with ASP.NET MVC 5. What Will I Learn? Understand the MVC architectural pattern Implement CRUD operations Build forms with server-side and client-side validation Build RESTful services using ASP.NET Web API Use powerful jQuery plug-ins Implement authentication and authorization using ASP.NET...

12 Essential PHP Functions and Snippets

- - Kode

Storing tiny pieces of code snippets is an excellent way to maximize on development effort and save time. As a web developer, it’s good practice to store useful PHP functions and scripts that are highly reusable and sure to come in handy for future projects. Having the right piece of...

A Better JavaScript Popup Box

- - Kode

As a JavaScript developer it is almost impossible to get around using the built in alert function which gives us that default looking popup box. Truth is it works perfect in situations where we just want to say “Here…” or return a variable to screen. Many of us use it...

Implementing JQuery Input Masking

- - Kode

Welcome to another KodeSmart tutorial. If you would like to see a special how to tutorial on any Software or Programming topic please drop us a comment in the form below. Today we take a look at Implementing JQuery Input Masking on html fields. JQuery Input Masking refers to using...