Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to make your divs to display horizontally not Vertically

Hello Readers, this is a small blog on making divs display horizontally not vertically. Here is a very simple and easy code that will make divs to stack horizontally.     To achieve this we will make  HTML page and  CSS page

Creating Own Custom Hooks in WordPress

Hello readers, today I guide you "How to create own custom hooks in WordPress".   A crucial but often avoided practice is adding custom hooks to your plugin so that other developers can extend and modify it, without having to fork it

Toggle method in jQuery

Today we are going to learn toggle method in jQuery with example. Toggle method() is used to hide and show the particular selected element. Syntax of toggle method() is:- $(selector).toggle(speed,easing,callback) We can pass three

Data Scraping in Cakephp

Hello Reader's , Hope your are doing good today. Today we will discuss about Scraping.Sometime we want to scrap some data from another website So here we will learn how we can do this? Before going to start scraping you need to download simple_

Validation in AngularJS

Hello Readers, Hope you are doing good today. Today on My blog, I am going to explain how you use Form Validation in AngularJS. First, you need to use the AngularJS library in your page. AngularJS provides client-side form validation. Validation no

How to Design a Spin Loader using Canvas?

Canvas is an HTML5 element which is used to draw graphics using a script. It is only a container for graphics and has several methods for drawing boxes, texts, images etc. We can easily design a line, an arc, a circle and much more. The canvas elemen

Use Position Property-Sticky to Make an Element Stick at Any Portion of the Window

In CSS, we have learned many things and there is a very unique concept of one of the property i.e position and its values i.e static, fixed, absolute, relative.   We all have gone through these properties but not the new value in the position

Xcode Debug Returns "failed: permission_denied". Can't Send Xcode to Firebase Data

What I am doing I am trying to send data through textfield to the database of Firebase to make sure whether both xcode and firebase are connected.   The question to solve 2018-06-28 13:42:02.795922+0900 SNS[7542:1313616] 5.0.0 - [Firebase/D

How to solve ArrayIndexOutOfBoundsException in Java?

I want to insert a csv data into a MySQL table. When I run the code, I've got the following error message. Any suggestions? java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3     at BudgetTrackerCui/CSVIn

Creating RESTful API in cakephp

This tutorial will help you to learn how to create rest api in cakephp. For this we need to follow the following steps: Step1: Create a database and a table say "users" Step2: Now we will create the Users Model, Veiw and Controller. users

1 222 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: