
Search In
The z-index property has caused a lot of confusion more than any other CSS property. It’s not complicated, the problem is that a few people understand how it really works. z-index is not a difficult property to understand. But due to false assu
Mobile app development has become an important aspect of many new businesses and the focus of a lot of entrepreneurs. One of the reasons for this is that mobile apps offer a very wide platform to connect with a large audience both locally and interna
In this blog, I am going to explain how to make a simple to-do list with the help of jQuery. The to-do list which we are going to create will contain an input box and an add button, so when we put our task to the input box and click the add button th
When you talk about technology, you should try to always ask yourself: how can this improve my life? Technology is, of course, built for the sole purpose of helping mankind achieve its goals and finish its tasks. This goes from simple jobs like heati
I was facing issue while populating markers and adding click event on them. When the user clicks on a marker I would like it to send the user to different webpage. For example: If marker represents home page, when you click on this marker it will tak
YouTube is a popular social media platform where you can search and watch videos of all sorts of people from all over the world. You can also upload your own creations on the platform so that others can see them as well. Uploads on YouTube come from
If you would like to change your facebook profile picture with php or jquery. You can use below code for the same.
Please download facebook.js from Facebook SDK.
<script src="//code.jquery.com/jquery-latest.min.js"></script>
<script
In the previous session, we learnt the basics of media queries and covered some points about how they are used to achieve responsiveness in web design. In this part, we’ll continue with other important aspects of the same.
As we are well aware
For web application development, Node.js and Ruby on Rails are two famous solutions of server-side. They are built around different concepts and architectures, despite the fact that both environments can manage apps of any complexity. To ma
1)Suppose need to pass value from MainActivity to SubActivity.We will first make xml of both Activity:
activity_main.xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools