Follow us on X (Twitter)  Like us on Facebook  Connect with us on LinkedIn  Subscribe to our YouTube Channel  Subscribe to our WhatsApp Group

JavaScript

Showing posts with label JavaScript. Show all posts

It’s Tuesday again and I am back with the top news on Microsoft platform. Above the fold you will find posts on Linux and Open-Source computing page, Azure, TypeScript, Internet of Things (IoT) and Kinect. Hope, you will like this posts.

 

Don’t forget to share your views/opinions about this “Microsoft Tuesday” channel. Your feedbacks are always appreciable.

Published by on under Azure | JavaScript

With help of Microsoft, I am sharing top 5 news with you on Microsoft platform. This is the first post on this channel and I hope you will like it over the period. Please share your views on these topics below, which will be shared to the team over time.

 

Above the fold, Microsoft Research makes touch develop tool as open source. Read more to find out the top 5 posts. Don’t forget to share your views/feedback.

Published by on under DZone | JavaScript

Few days ago, we learned about “Easy Form Validation using HTML5”. Hope, you liked that post. Today we will explore another new great feature of HTML5 with complete code analysis and simple but easy to understandable demo.

 

HTML5 exposes geolocation API to get the geographical location of user. Today we will focus our discussion on this topic. So, continue reading.

Published by on under DZone | HTML

If you are a web developer, many time you want to use a HTML Color Code Generator, which can give you proper hex-code for your selected color. Also, you might want to integrate a color palate in your web application for your user.

 

This post will help you to build a color palate in any web page and chose your color code from there. A sample and it’s code is attached here for your direct referral.

Published by on under HTML | JavaScript

If you are ASP.Net developer, you might be aware of the AdRotator control. The AdRotator control is used to display a sequence of ad images from an XML file which stores the ad information in proper format.

 

But if you want to use the same in a non-asp site, how can you develop it? Exactly, I was looking for such answer for one of my friend and later found a solution which uses plain JavaScript to build the adrotator in a simple HTML page. A simple knowledge of JavaScript coding can help you on this. In this post, I will share the same code with you. So, if you want to implement it, you can take direct reference from here.

Published by on under JavaScript | Tips
We all know the process to embed a Silverlight application inside a Webpage using div and object tag. When we create a new Silverlight application project, those tags automatically generates by the IDE inside the html and aspx pages.

In many cases we need to dynamically add the Silverlight application inside a webpage. In this post, we will learn the process to host it using JavaScript. Looks interesting? Read to know more.
Published by on under JavaScript | Silverlight