Posts

Showing posts from 2016

Show / Hide Form Element On event using JQuery

Show / Hide Form Element On Event using JQuery This article belongs to beginners in web development and some of the "Just Became" pro in the web development who do some silly mistakes while coding. This article is on showing / hiding a form element on some other form element's change event. Now, What is an event?   (Obviously with respect to HTML and JavaScript)     It says : JavaScript's interaction with HTML is handled through events that occur when the user or the browser manipulates a page. - Tutorialspoint What is Jquery: jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. - jQuery.com Now what? Let's take problem and solve it.

Data Mining concepts and technique - Ebook

Download Data mining concepts and techniques book by : Jiawei Han, Micheline Kamber, jian pei Edition: 3rd Book contents:  Chapter 1 Introduction Chapter 2 Getting to Know Your Data Chapter 3 Data Preprocessing Chapter 4 Data Warehousing and Online Analytical Processing Chapter 5 Data Cube Technology

Articles & Updates: How to set proxy in Android Phone

Setting up proxy in android becomes easy for you: Must visit this blog to learn how to set up proxy in android! Articles & Updates: How to set proxy in Android Phone : We all sometimes face problems regarding accessing some websites which are not allowed by the network we are connected to. i.e. Your sch... (read more) Thanks for visiting!

Decision Making and Looping in C

Image
In this post we are going to discuss the basics of loops. This loops are very helpful for Programming languages Not only C but all of them. To execute a segment of a program up to given terminating condition repeatedly is called looping in a programming language. for e.g. adding numbers from 1 to 10                     int i=0,sum=0;                      while(i<=10)                                     {                                      sum=sum+i;                                       i++;                                       } The above program adds the numbers 1 to 10, but here using a loop each and every time it enters the loop with an incremented value of 'i' and checks the condition weather it is satisfied or not. We will discus the functioning of while loop later in this post.

Shopping Cart application - Servlet beginners

Image
This post is intended to share the code of Shopping cart application which is made as a mini project for learning purpose. The application is made using Java's servlet program technology. Details We have designed three basic pages providing the functionality and requirements of the project i.e homepage to add an item in to the cart, view the cart and delete the item from the cart. For implementing this project we used: Apache Tomcat server Eclpise Flow chart for the application looks like below:

Transfer contacts from SIM OR Old Phone to windows Phone

Image
We are back in this section our blog i.e Tips and Tricks  with another article for Windows phone. We received great feedback on our previous post related to Windows Phone WiFi connectivity issue  hence we decided to go with another major issue. Actually this "issue" is not device specific. The issue is user specific, because the windows phone users feel the interface of windows phone as not friendly ! (I don't think so), I personally think its much more friendly than android ! Lets hop back into the subject of discussion, in this article I am going to show the steps used to get your contacts from SIM(Subscriber Identity Module) OR your old phone. As the title and previous line of this article says, you can easily imagine two case / scenario:

Once upon a time!

Image
Once upon a time O nce upon a time, far away in the eastern subcontinent, there existed a Jungle, called “Bharatvan” , inhabited by vast species of animals. Unlike most of its counterparts, Bharatvan was far too advanced to be called a mere jungle, for it had everything that commanded respect of a well managed civilization – from hospitals and schools to movie theaters and cricket stadiums and above all, a well established law and order, maintained under a fairly competent government.

Connect, Insert, Update, Delete Data from database using PHP - Part -3

Image
Here are the links of last two post in the series of this article. CRUD PHP-MySql part 1 - Connecting to Database CRUD PHP-MySql part 2 - Inserting the Data In the first part I explained how to connect to the database using mysqli_connect() function. In the second part I explained the code for inserting the data inserted in the HTML form by user, in the database's table. In this part we will be fetching the data in two ways !

FIFA 14 Gameplay - 5

Image
Here is the 5th game play video of FIFA 14 from my channel ! You can find the rest of them : - HERE There are more videos on my channel : Here is my channel's link

The Final Verdict

Image
The Final Verdict ‘O h my god, I – I can’t believe this!’ Sakshi exclaimed, as she opened the gift wrapped plush box. ‘Vedant, this is amazing! I love you, my dear.’ ‘Yeah well,’ the guy sitting in front of her said, ‘I guess all your love for me is defined by the gifts that you get on our marriage anniversary.’ ‘Umm,’ Sakshi tried to defend herself, sheepishly, ‘I never said that. But any girl would go wow at the very thought of getting a diamond ring. And what else do you expect from me, when you have actually gifted me one?’ So yeah, Sakshi was with her husband Vedant Shrivastava – a well known defense lawyer of the country, at the Starbucks café and he had just gifted her with a diamond ring as a present of their wedding anniversary. He had proposed her 5 years ago, at the same place: The Starbucks Café and the place had been a golden memory for both of them ever since. They often visited the café and cherished all thei

PES 16: International Cup - Germany

Image
Gameplay Video on our channel : Link Game : Pro Evolution Soccer 2016 Team : Germany International Cup

Connect, Insert, Update, Delete Data from database using PHP - Part -2

If you haven't read the Part- 1 of the series of post and you are not getting what's going on in this post than I would recommend you to have a look at the previous post  CRUD - PHP - PART-1 In the previous post I showed you the code for connecting to the database using the mysqli_connect() function in PHP. So far we have... : We have installed the WAMP/XAMPP server. We have made the project folder named :  MyFirstProject We have created a Database named : test_db

The Questions, unanswered!

Image
The Questions, unanswered! “Mard ko dard nahi hota” (A ma n never feels pain!) This resounding dialogue from the evergreen blockbuster “Mard”, starring over very own cinematic legend – Mr Amitabh Bacchan, never seems to lose its charm, even today, after a goddamn 31 years, since its inception. Well, where the people all over the country are getting crazy after such iconic catchphrases, all I’ve to say is thank you bollywood! Thanks for stereotyping the Indian men for the entire world and for the society.

Connect, Insert, Update, Delete Data from database using PHP - Part -1

Image
In this series of posts we are going to show you how to connect your mysql database with your basic PHP Application. We are going to use basic mysqli_connect connectivity function. But there are various ways to connect to mysql Database like: Simple mysql_connect which is now deprecated. Advanced version of mysql_connect i.e mysqli_connect . PDO - PHP Data Objects   In these series of  Posts lets see what are the basic stuffs you will be needing and some of the things which will be helpful to code pages easily. Xampp (Cross platform) Server/ Wamp (Windows Based) Server/ Lamp (Linux Based) Server

Insert formatted Code in your Programming blog/Website article/post

Image
Are you having a blog/Website which has tutorials OR posts on any programming language. You might be having trouble in writing code in the normal format. To write the code in a particular coding format with proper color combination for different tokens, just as it looks like in the text editors for e.g Notepad++, SublimeText.

Software Engineering- Software Coding

Image
Here is the SlideShare link for the PPT: Link

Windows phone features : Project my screen and Apps corner

Image
Here in this post we have shared two great features of Windows phone 8.1  - Lumia Cyan Firmware update Project My Screen Project My screen is a feature of Windows Phone 8.1 which allows you to project your mobile phone screen on the bigger screen like that of PC/Laptop/Projector-PC. Watch the video to see demo. Apps Corner Apps Corner is another great feature of Windows Phone 8.1. Using this feature you can build up a custom start screen for your windows phone.