
Search In
Hello Reader's! Today in my blog I am going to explain about Price Slider. While shopping every time you see a price slider for filtering data from database. Price Slider is very common in modern website and mainly use of this of an eCommerce web
Hello Reader's! In this blog i will show you how to Check password strength and its very important for your website to have some password checking on signup pages to force your users to enter a strong password. If you want to make your pass
I am posting this blog, which will tell you how to convert text to voice conversion using Google API.
I am using Google TTS (Text to Speech) to convert text to mp3 file. Now lets start implementing it
Create file index.php
<?php
if(isset

Hi Friends,
In this blog we'll take a look at the use of partial views in asp.net MVC. So what may be the scenarios of using a partial view in code and why is this "partial"?. Let's dive in.
What will you do if you need a ce
While working with web API you need to ensure that the device that is making the request and getting the response will be tracked and its details with its UUID gets stored into the database.
While registering the employee i have also
Hello Reader's! if you are making the html form in which some textbox you only want as taking the digits only. Then in this blog you can learn how to make this digit type validation. Since now most of the website are providing the frontend type v
update and delete using get method
i have this code to update data from my database
i have no error reporting but he's not updating any data
can you help me with that
my database and my code
-- -------------------------------
Metadata can be described as data about data here the metadata of an image we will fetch by using code in IOS9 . Metadata of an image includes resolution,gps location,creation date,modification date etc. here we will discuss a very simple way to find
In order to write a unit test case for model in rails 4, Let's suppose that we have a model city.rb which has some validations and associations.
#Rails 4.1.14.2 & ruby-2.1.7
Model path: my_app/app/models/city.rb, like...
class City < A
What is HTML5?
It is a Hyper Text Markup Language which is used for structuring and presenting content on Internet.
It is the current version for HTML.
Its previous version was HTML 4.01.
It is the 5'th version of the HTML standard.
It'
