ajinkyamandhare.blogspot.com
Connecting C# to MySQL database / C# connection String for MySQL ~ Ajinkya Mandhare
http://ajinkyamandhare.blogspot.com/2012/06/connecting-c-to-mysql.html
The Goal is not to live forever.the goal is to create something that will". Friday, 15 June 2012. Tagged under: C# and MySQL. Connecting C# to MySQL. Connecting C# to MySQL database / C# connection String for MySQL. In many cases it becomes imperative to connect C# to MySql, the prominent reason being the inherent simplicity of MySql. We have generally used the usual connection string to connect PHP to MySql. Connecting C# to MySql is similar. Using MySql.Data.MySqlClient;. Now, lets get into details of ...
ajinkyamandhare.blogspot.com
Android Tutorial - First Android App: Flashlight ~ Ajinkya Mandhare
http://ajinkyamandhare.blogspot.com/2014/04/android-tutorial-first-android-app.html
The Goal is not to live forever.the goal is to create something that will". Monday, 28 April 2014. Tagged under: Android App Tutorial. Android Tutorial - First Android App: Flashlight. Ever thought of creating your own mobile application? Well, with Android, creating your own app is no longer a tedious task, something that could be done only by the professionals. All you need is the basic knowledge of java and xml, and the right way to start off. 1 If using PC:. Eclipse with ADT plugin. Manifest xmlns:an...
ajinkyamandhare.blogspot.com
July 2014 ~ Ajinkya Mandhare
http://ajinkyamandhare.blogspot.com/2014_07_01_archive.html
The Goal is not to live forever.the goal is to create something that will". Tuesday, 29 July 2014. Tagged under: Creating Zend Project. Zend Framework from Scratch Part II: MVC and Creating Zend Project. Zend from Scratch Part I: Install and Configure PHP Zend Framework. Model–view–controller (MVC). Courtesy: http:/ framework.zend.com. Views define exactly what is presented to the user. Usually controllers pass data to each view to render in some format. Views will often collect data from the use...Contr...
ajinkyamandhare.blogspot.com
Auto Refresh a Web Page using AJAX ~ Ajinkya Mandhare
http://ajinkyamandhare.blogspot.com/2012/07/auto-refresh-web-page-using-ajax.html
The Goal is not to live forever.the goal is to create something that will". Wednesday, 11 July 2012. Auto refresh using ajax. Auto Refresh a Web Page using AJAX. AJAX is nothing but Asynchronous JavaScript and XML. It is not a new programming language, but a new way to use the existing standards. It is the art of exchanging data with a server, and updating parts of a web page without reloading the whole page! Include the following code in the head section of the page. Now, whichever section you want to b...
ajinkyamandhare.blogspot.com
Generating a Unique Hardware Fingerprint for Software Licensing ~ Ajinkya Mandhare
http://ajinkyamandhare.blogspot.com/2012/06/generating-unique-hardware-fingerprint.html
The Goal is not to live forever.the goal is to create something that will". Friday, 1 June 2012. Generating a Unique Hardware Fingerprint for Software Licensing. Generating a hardware fingerprint is the most commonly sought technique to ensure security in case of softwares. There can be various methods of generating the hardware fingerprint, using different languages. However, the important thing to decide is, which devices to consider while generating the fingerprint. Step I: Adding References:. Its rea...
ajinkyamandhare.blogspot.com
Zend Framework from Scratch Part I: Install and Configure PHP Zend Framework ~ Ajinkya Mandhare
http://ajinkyamandhare.blogspot.com/2014/07/zend-from-scratch-part-i-install-and.html
The Goal is not to live forever.the goal is to create something that will". Sunday, 27 July 2014. Tagged under: PHP Tutorial. Zend Framework from Scratch Part I: Install and Configure PHP Zend Framework. Is an open source, object-oriented, full-stack PHP framework created by Zend Technologies implemented in PHP 5 and licensed under the New BSD License. So, lets get started.This part of the series will cover Installing and Configuring the Zend Framework on Windows. Zend Framework version 1.7 requires ...
ajinkyamandhare.blogspot.com
Forgot Password Functionality in PHP ~ Ajinkya Mandhare
http://ajinkyamandhare.blogspot.com/2014/07/forgot-password-functionality-in-php.html
The Goal is not to live forever.the goal is to create something that will". Thursday, 17 July 2014. Tagged under: Forgot Password. Forgot Password using PHP. Secure login using PHP. Forgot Password Functionality in PHP. When you implement a Login functionality, one thing that becomes an obvious inclusion is the 'Forgot Password' functionality. There are several ways to implement the forgot password functionality, some of which may be:. Ask the security Question. But the most popular one is. In the above ...
ajinkyamandhare.blogspot.com
Checking if your Computer has been violated and infected with DNS Changer ~ Ajinkya Mandhare
http://ajinkyamandhare.blogspot.com/2012/07/checking-if-your-computer-has-been.html
The Goal is not to live forever.the goal is to create something that will". Sunday, 8 July 2012. Tagged under: Check for DNS changer. Checking if your Computer has been violated and infected with DNS Changer. Various cyber security firms are offering free solutions. You can visit www.mcafee.com/dnsdetect. To check if your computer is infected. You can also manually check if your DNS server has been changed. Step I: Open Command Prompt. Navigate to Start- Run. Type cmd and hit enter. The output will be ve...
ajinkyamandhare.blogspot.com
Creating a Barcode in PHP ~ Ajinkya Mandhare
http://ajinkyamandhare.blogspot.com/2012/10/creating-barcode-in-php.html
The Goal is not to live forever.the goal is to create something that will". Tuesday, 2 October 2012. Creating a Barcode in PHP. A barcode is an optical machine-readable representation of data relating to the object to which it is attached. Originally barcodes represented data by varying the widths and spacings of parallel lines, and may be referred to as linear or one-dimensional (1D). Once you have the right font, the rest is quite an easy job. we will use the basic function in PHP, viz. Here, in this c...
ajinkyamandhare.blogspot.com
June 2014 ~ Ajinkya Mandhare
http://ajinkyamandhare.blogspot.com/2014_06_01_archive.html
The Goal is not to live forever.the goal is to create something that will". Saturday, 14 June 2014. Read-write a file using java. Java code to remove redundant data / duplicate entries spread across multiple Files. Below is the Java code to accomplish this task:. Null & bLine.equals(aLine) { flag=1; } - j; } if(flag= 0) { out.write(aLine); out.newLine(); } } i; in1.close(); } in.close(); out.close(); } }. The function copyContent() copies the data from all the files to a single text file. Once this is do...