
Search In
Difference between Static, Dynamic and Responsive Website
Static, dynamic, responsive are the common terms you must have heard somewhere or the other. But many people still aren’t aware about these as they are not from the technical ba
Talking about the software-based times, everything you do starting from shopping to shipping, selling to buying online, management to social media is governed by software-based websites. And to serve this huge world that runs on web, you need an equa
What is Bitcoin? Bitcoin is a digital currency that was created by Satoshi Nakamoto in 2009. It is a digital currency in the form of electronic cash which is used and distributed electronically. Bitcoin is a decentralized currency that works in a p2p
Be it a small industry or a big organization, the data from all of them needs to have access at all the hours of the day, year, or month. Also, why worry about the storage maintenance and hardware maintenance costs when there is cloud hosting&nb
I Have 2 tables WIthdrawMaterial and DepositMaterial,Both In WithdrawMaterial contain quantity column, and DepositMaterial contain totalDeposit ,I want to perform subtraction between quantity and totalDeposit column using query and store the result i
Employee Onboarding:
New Employee onboarding is the way toward incorporating another representative with an organization and its way of life, and in addition getting another contract the apparatuses and data expected to wind up a b
<?php
class Post {
private $user_obj;
private $con;
public function __construct($con, $user){
$this->con = $con;
$this->user_obj = new User($con, $user);
}
public function submitPost($body, $user_to) {
$body = strip_tags($body);
$body = m
Major courses like Calculus, theory of optimization, differential equations, linear algebra, and probability complete a wide range of mathematical tools used in data science. Since data science is used in almost every place in our society, the
Hello readers,
This tutorial is simply an example of css3 loader using css3 and html5.
There is no rocket science used in this tutorial it is very simple if yo need such animation loader without using any image, just follow the code below.
CSS
/**
render() method in rails is used for rendering a content to the view . Its uses are:
In Controller for rendering an action
Example:
render :action => "show"
This is the most common use of render in controller . The template for show will be r
