Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to convert your html page to pdf using fpdf in cakephp

Some time we need to convert the html page to pdf dynamically. Like we are getting some form filled and then we want the data to be converted to a pdf file that is downloadable by the user. We use fpdf for that in cakephp. fpdf is basically a clas

What is main and background thread and how to touch ui from background thread ?

Multithreading is  a meachanism where a one user can access more than one process or you can say that an operating system can perform more than one operations simultaneously. In Android we have two types of thread that are Main thread and backg

How to catch changing of View Pager slides

After creating a ViewPager (as I also described here ViewPager) we need to catch the changing of slides event. To do this we have a listener OnPageChangeListener i.e, ViewPager.OnPageChangeListener that invokes whenever we chance the page or increme

Bus Topology in Network

Bus Topology   A bus topology is like a  serial transmission where all the nodes are connected in a single medium.   In case of Bus topology, all devices share single communication line or cable.Bus topology may have problem while

Perform different operations using package name in android

1) If your requirement is to get app icon from package name then below few lines of code will be helpful for you. try { Drawable app_icon = getPackageManager().getApplicationIcon("PACKAGE_NAME"); my_imageView.setBackgroundDrawable

File upload using ajax

File uploading is the basic requirement of web development. Many times we have to upload single or multiple files on our server then we can not upload big files using form submit. We have to use the in-build jquery plugins for the file upload. These

How To Import Excel files into MySQL with PHP

Hellow Reader's ! In This Blog we are going to import excel file into MySql table using PHP. If you have Excel files that need to be imported into MySQL, you can import them easily with PHP. First you need to download Excel reader File. In this b

How to Read Excel file & Insert data into MySQL Database using PHP?

Hello Reader's , Today I am going to give you this blog on how to read excel file and insert data into MySQL DB using PHP.Here we are using php-excel-reader.php library to get excel data in MySQL database. Let's Start. Create Database and

How to create Accelerate image in android

In the below example I have created a  Accelerate image function. Here I have added Button and ImageView in activity_main.xml layout then I have created new directory (anim). In anim directory I have created accelerate_decelerate.xml layout and

How to create Bounce Text animation function in android

In the below example I have created a Bounce Text animation function. Here I have added Button and TextView in activity_main.xml layout then I have created new directory (anim). In anim directory I have created bounce.xml layout and in MainActivity I

1 311 481
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: