Javascript

Top 25 Programming Courses to Improve Your Skills and Boost Your Career

Submitted by admin on
In this digital age, learning how to code isn’t just for the geekiest of all geeks – even the people in business world has sorted out to this knowledge-based asset to help themselves become better entrepreneurs. A huge amount of learning tools have stuffed the internet and as technology progresses, the demand for online classes have also been growing tremendously. Whether you’re a student, a

Teach Yourself and Become a Professional Web Developer

Submitted by admin on
The Best Way to Learn Is By Doing Do you want to build great looking interactive website that your users will love? This course The Complete Web Developer take you step-by-step with no coding experience. First you will learn the basic of creating a web page using HTML, CSS and JavaScript. Next you will learn more advanced coding like jQuery, Bootstrap and WordPress. For the server side, you’re

Handling File Uploads with Node.js and Express.js

Submitted by admin on
Whether you are building social platform or a simple website, sometimes you need to let users upload their own files. The typical scenario might be: uploading the user's photo for a profile page. With Node.js and express it is quite easy to create your own file upload service. In this post I will show you how. In the new folder run `npm init`, and create `package.json` as you usually do for every fresh Node project.

Building REST service with Express.js

Submitted by admin on
REST services became a de-facto standard of data exchange for public APIs. Twitter, GitHub, Parse are just few examples that rely on REST to exchange data with the clients. Before we start to write our first REST service with Node, let's see what exactly is REST and how it works. REST stands for 'REpresentational State Transfer'. It leverages the semantics of HTTP protocol to express operations over a some collection of items (data). REST typically uses JSON to send and receive data. NOTE: This is a common misconception to call every HTTP-based JSON service REST.

Moving Text in TextBox using JavaScript in Bootstrap

Submitted by alpha_luna on
In this tutorial, we are going to learn how to create Moving Text in TextBox using JavaScript in Bootstrap. This simple project, text in a textbox that automatically scrolling in itself and it is created using JavaScript query and for the GUI using Bootstrap Template. You can use this simple project to catch the attention of the users while they visiting your site.

Random Order Content using JavaScript

Submitted by alpha_luna on
This project Random Order Content was created using HTML and JavaScript. This kind of system lets you shuffle the display order of your regular content on your page. Just wrap it with the participating contents each inside a
tags with a CSS class name, and this will scramble or will shuffle the order in which contents are shown on your page from top to bottom. Also, you can make a multiple "groups" of a random order content.