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

Apply this popup feature for infinite users

I made a popup feature, which shows the phone number of a user. I was able to apply this feature to one instance. A single user. Normally, each user has a unique phone number. But then, I thought, what if I have lots of users as they come, ...

moving between section page using next and previous button in javascript

In the same page i have multiple section. One section will be show and this will happen using a class active. In the same page i have li buttons 1, 2 and 3 when i click on one of them the section related appear and the old one disappea...

Truncating Collection description text in Shopify

I am trying to add "Read more" and "Read less" buttons to collection descriptions for my Shopify store how can I add Html with liquid conditions? Currently, {{ collection.description }} is the only thing on collection.descrip...

How to Canvas HTML script Animate shapes

I have created a Canvas and I am working with HTML and inside the HTML script tags I have created shapes that I want to move to animate. I want to add an animation to my Canvas. I Want to animate the Triangle and the Hexagon so that they rotate a...

How do I display the number of clients that placed an order for a particular product?

I'm a beginner in java and I want to display the number of clients that placed an order for a particular product on my MVC WebApp. I came up with a logical way of doing this but I stumbled upon a dead end. Here's what I tried to do. An...

How do I adjust the top position of a div with a dynamically fixed position?

I have a page with a fixed top bar and a section menu that fixes to the bottom of the viewport on small devices and at the top, below the top bar, on devices with viewports wider than 1080px. There's also an element at a certain point down...

How to create a program in python that will auto-fill forms?

Here is my HTML code: html <html> <div class="echo-chat-body" dir="ltr"> <div class="new-chat-form"> <div> <h1 class="echo-title desktop-only"> Topic? ...

How to Create Server for Multi-user Quiz using HTML, CSS, & JavaScript?

I am designing one quiz for my team members using HTML, CSS, and JavaScript but don't know how to make it available to multiple users at the same time. I want to build a real-time quiz as we have in any online entrance exam.   I kn...

Coding Guide to HTML and CSS: Do You Need Software to Write It?

Have you thought about learning more about web development? No matter what occupation you are in, it can help to know about CSS and HTML. These are the two most common coding options for creating web pages. In fact, many people utilize both CSS a...

How to Start Developing a Web Application?

Hi there,   I am trying to create a Web Application but not sure where to start! Any ideas or any link for article or tutorial/video/post?   I know HTML, CSS, JS, Python, C and C++   Also, PHP, MySQL and MongoDB ...

What are Different Ways to Input Only Numbers with HTML

I want to input only numbers in HTML or Javascript.   What are different ways for this? Thanks.

How to Create a Simple Admin Page in HTML?

At first i'm a beginner and i have a simple project to do.   I'm trying to build a simple admin page that add some content to my website   This is not a big deal, but i need someone who can instruct my directly ...

How do I Fix the Layout for My Html Website?

I recently did some coding for a school project and needed some help with the layout.   Here are my questions:  What do I do on my css to change how the text "NRL 15/07/18 looks? How do I move the text saying "Wo...

How to Fix Javascript Code for Getting Href Content of a Link

I am trying to get the href content of a link that i click on with the class of sessionBtn.   Here is my code:  $('.sessionBtn').on('click', function (e) {   e.preventDefault();  var url_string &nb...

How can I Control the Cache for a Subpage?

I am starting on web-security and I have to control the cache on the portal, this portal has many urls. I understand that I need to set the header with this: response.setHeader("Cache-Control","no-cache,no-store,must-revalid...

WordPress or Static HTML; What is better for a business site?

Building a website for your business from scratch can be confusing. Most businesses start as small ventures with local clients and expand from there. No matter what stage of development you may be in, a website is always a good idea – but w...

Why My Quiz Web App Not Displaying Result on Submit?

Every time I click the button to submit my answers the page refreshes and no grade is shown and I don't know why.   Any help would be greatly appreciated.   My code is below: <!DOCTYPE html> <html> <h...

Pros and Cons of Different Web and Mobile Technologies

With the advent of internet and cellular devices, our world has shifted its focus towards applications that provide several tools and facilities both on web (for desktops) and on cellular devices (in form of applications). However, both these tec...

Form Validation Using Angular Validator in Ionic Framework - Basic Tutorial

The client side form validation is offered the AngularJS. The state of the form and input fields are monitored by AngularJS which helps us to notify the user about the current state along with, it also keeps the information if they have been chan...

Should I Go For Other Programming Language Than HTML for Registration Page Creation?

Is it right that you must use something else than HTML? To make a registration page?

What all the code in this link mean to make Social App?

Hey I wanna make my own social network so I just wonder if someone please can tell me what all the code in this link mean: view-source:https://www.facebook.com/ except line 1 and 2

How to do styling of a page header layout to fit in tablet & smart phones?

I have this page header and i need to make responsive so it can fit in tablet and smart phones and i need to direct form right to left and how can i use pure javascript to achive that (no Jquery needed)    <!DOCTYPE html> ...

Looking for SQL, NodeJs and PHP Programmers to join Our Startup

We are looking for programmers that know SQL, NodeJs and PHP, as well as web designers, to join our startup. Requirements: - Applicants must be able to take initiative when it is needed - Applicants must be creative  - ...

Tips to Use T-shirt Design Software For Creating Unique Designs

These days, customers have become more demanding and want a greater say when it comes to designing. They aspire to design and customize their own t-shirts without any interference. As a result, it has become vital for businesses to integrate t-sh...

How to Use Parameters in HTML5 Video Tags/Attributes

One Of the Most powerful elements of HTML5 is Video. The video element is used to embed the video in the HTML page. There is no need of any plugin or other markup, and the best thing is that it supports all the major browsers. You have to just...

How to Resolve Uncaught ReferenceError: TrialScript is not defined

<html> <head> <Title>Demo Script</Title>  <script type="text/javascript">                 function TrialScript()            ...

How to implement load more dynamic results functionality using jQuery, Ajax Php and Database?

To display or load more results, whether it is commenting on a blog website, like or images on social media or products on eCommerce website the best UX pattern for this is either pagination, a Load more button or infinite scrolling. In this tuto...

Where in this code should I add custom sizes for the application?

I have created a script within Google Scripts Editor so that when a user clicks on a menu on the toolbar in Google Sheets it brings up an application box where users click to print. However, i'm not sure how I could add custom sizes f...

Freelancer Required with JAVA, HTML & SEO Skills for Maintaining My Retail Website

I have a website for retail sales that I'd like to be maintained on a part time basis. Also, some SEO and social networking to promote the website for google organic searches. I have a small budget so price is important.   To core ...

How to support persistent connections

I am fairly new to using python and servers most of what I know I have learnt from youtube. 1.I am trying to make a persistent connection but am not sure where I am going wrong 2. I also want to be able to send large files using chunked transf...

Create PDF from HTML using JSPDF

Hello friends, welcome to findnerd. Today I am going to tell you how to create PDF from HTML using JSPDF.  In this blog I am going to use fromHTML plugin to convert html page into pdf.   Copy and paste the following code into your fi...

Using Ionic Tabs in phonegap application

In this article, you will get to know about navigating tabs in ionic. Tabs can be used to navigate from one page to another inside your application. Using Tabs: You can add tabs in ionic application by using ion-tabs for container element and...

Cordova - File Transfer in Phonegap Application

This plugin can be used to upload and download files. Installing File Transfer Plugin: To install this plugin into your application, run the following command:   cordova plugin add cordova-plugin-file-transfer After installing...

Top 8 Major Changes in Latest Bootstrap 4 Alpha Version for Web Designers

Hello Readers! Currently alpha version of Bootstrap 4 has been released on 19 August 2015 with some major changes. Moving from bootstrap 3 to bootstrap 4 , some components are changed and some are improved and only few have been dropped.  ...

Materialize UI

A modern responsive UI component  library made with CSS, JavaScript, and HTML is known as Materialize UI. This reusable UI component helps in developing attractive, predictable, and functional site pages and web applications while clinging t...

What is SASS ?

SASS (Syntactically Awesome Stylesheet) is a CSS pre-processor which helps to reduce repetition with CSS and saves time. It is more steady and intense CSS extension language that depicts style of document neatly and fundamentally. Reason ...

Introduction to bootstrap 4

In this blog, I'll tell you a brief description of Bootstrap 4. Currently, Bootstrap 4 alpha was released. This release included a major upgrade of Bootstrap with some huge changes to the way it functions. Porting from Bootstrap 3 to Bootstra...

Bootstrap Images

In this blog, I'll tell you how to style images whether its image with rounded corners, image with circular shape, image with thumbnail shape.  Rounded Corners :-  The  class .img-rounded is used to add&nbs...

$mdToast in angular material

In angular material,If you want to display any unobtrusive alert on your GUI part to the users,then it provides Toast for designers. Toast is a term which is used to show alert in angular material and we use $mdToast service to display these toas...

What are some of the best hybrid apps and what level of programming experience is needed to build one?

I've heard that a hybrid app is built with a combination of web technologies like CSS, HTML and JavaScript and it can easily access hardware capabilities of the mobile device. Please enlighten me with some examples of the best hybrid apps ...

Bootstrap ScrollSpy

The Scrollspy is a plugin which is used to highlight the links in a navigation according to the scroll position automatically. It indicates the location of the visitor/user in the page. The Bootstrap scrollspy plugin needs the use of proper ...

Bootstrap Media Objects

The media object is a theoretical component and easy way to align media objects utilized as the reason for building more complex and repetitive components(like blog comments, Tweets, and so forth).  There are two structures to t...

Bootstrap Modal

A modal is a child window that is placed over its parent window. Normally, the reason for existing is to show content from a different source that can have some communication without leaving the parent window. Child windows can give data, co...

How To Use JavaScript To Copy Text From One Field To Another

When you create a web form for web page of any website, users need to fill the details in the fields like name, address, phone number etc. sometimes when filling the details there may be some fields which you need to fill twice. Instead of having...

Creating a Sidebar-Menu Using JQuery Plugin

Hello readers, Today in my blog I have tried to create sidebar-menu using JQuery Plugin.   As I am a beginner in this technology, while working over the dashborad admin template I faced various complications so to resolve them I came a...

Image Overlay Hover Effects With CSS3 Transitions

In this blog i am explaining how to create a overlay effect in image with the help of css3 . Overlay effect on image  is an awesome approach to include some decent interactivity to your website. In image overlay effect when we take our cu...

The Viewport - Responsive Web Design

Viewport meta tag is the primary idea of Responsive Web Design. The viewport differs from device to device. It will be smaller on a mobile when contrasted with PC screen. To set the viewport, HTML5 presented a technique  <meta> tag,...

Displaying div on radio check using jQuery

Hiding/Showing div on checking radio: We can easily hide or display a div by checking the radiobox options using jQuery. We can do this by checking radio options attribute and according to attribute we can hide or show a div. Example: ...

What is SVG and How Can We Embedding SVG in Html5?

Scalable Vector Graphics is mostly known as SVG is an image format type which is based on XML  it is basically used for  2-dimensional graphics for a web. We can resize SVG vector images to any extent without destroying the image qualit...

Simple Digital Clock using JavaScript

In this blog, we will learn about how to create a simply animated digital clock with javascript. As we know, browser executes any javascript program at the client side, this means that the script will take the time of the client computer and will...
prev 1 3 12
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: