List/Grid

Author Archives: techno

Try out Paid Android Apps before Buying

Try out Paid Android Apps before Buying

There is no “try before you buy” apps in Android market, however i will explain you how can you try out a app before you pay for it. In order… Read more »

How to Find the Serial Number of your Computer

How to Find the Serial Number of your Computer

Your computer has a unique serial number that is generally used when you call technical support department of your computer manufacturer. Its generally written on the bottom of your computer,… Read more »

Restoring iptables Automatically On Reboot

Restoring iptables Automatically On Reboot

I have already mentioned of how to use iptables here. In this post we will see how to restore iptables rules after a reboot. First you need to save your… Read more »

Create read-only user – MySql

Create read-only user – MySql

Most useful for second or third level support people where people have skills to check db directly but in case you do not want them to make changes, Read only… Read more »

How to Add Get Or Receive Twitter Facebook Update in Gmail

How to Add Get Or Receive Twitter Facebook Update in Gmail

You can easily access all your social network update in your Gmail account , for this all you need to Activate Add any gadget by URL in Gmail Labs you’ll… Read more »

Update text dynamically with time – Android Development

Update text dynamically with time – Android Development

In my recent android application development i wanted to update text on screen dynamically with time. For that i used painless threading. In my example i used an xml with… Read more »

Play video full screen android

Play video full screen android

In my earlier post i explained how to play you tube videos from your app (http://www.yoursearchbuddy.com/play-you-tube-videos-android-development). Assuming that you are playing your video in videoview (id: videoView1). Here is the… Read more »

How to add custom fonts android

How to add custom fonts android

By default there are not many options in android for fonts. Thus, if you wish to use your own custom fonts, its very simple. Here is what you need to… Read more »

Get current date in Splus/R

Get current date in Splus/R

Today i will discuss, how to get current date in splus/r and format it to your needs. To get current date do: > today < - Sys.Date() //Display current date... Read more »

Send an Email with PDF Attachment – PHP

Send an Email with PDF Attachment – PHP

To send pdf with your email in PHP, here is what you need to do: I am using php mail function to do that $fileatt = “./yourpdf.pdf”; // Path to… Read more »