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

Search In

Internet Explorer(IE) Caching Flash SWF Problem

Sometimes we need to rapidly hit the same API . Like ,"http://myAPI.php?param=123456" There is a caching problem in IE. Swf hits URL first time and store in to the cache and shows the same result in each response. So to resolved the issue we just add

How to make a responsive table using css

In this blog i'll show how can you make responsive table. To make a table responsive first step is to know "nth-of-type" , that is a selector of css3 you can see that in css as i explain it ( In css - line 50 ), now we will make a table --Html--

Find out a particular column throughout the database in Postgresql

Previously got a situation where I needed to get the list of all the tables where a particular column lets say partner_id exists, might be useful for you too. Just run the following query in PostgreSQL: SELECT * FROM information_schema.columns WHE

How to Disable Ctfmon.exe at startup

Ctfmon.exe is a Microsoft Office process that works with the Windows operating system. This process activates the language bar and alternative user input. It is a non- essential system process which runs in the background even after quitting all prog

How to create app icon on home screen on app installation in Android

Here is how we can create app shortcut icon on device's home screen after app installation: There's only a few lines of code. if(!MyUtility.getIsFirstTime(splash).equals("true")) { MyUtility.setIsFirstTime(splash, "true");

How to Make A Simple Concept Design for Chibi Character

Chibi is a simple, cute form of Manga/Anime. Super Deformed or SD is another name for chibis.Super deformed or SD is a specific style of Japanese caricature where characters are drawn in an exaggerated way, typically small and chubby, with stubby lim

In cakephp Generate different session timeouts for admin and users

I added this code in core.php file and it works for me. if(strripos($_SERVER['REQUEST_URI'],"admin")) { Configure::write('Session', array( 'defaults' => 'php', 'cookieTimeout' => 1440, 'timeout' => 30, 'checkAgent' => fa

Create a fancy menu icon with css

You just follow 2 steps to create a fancy menu with css. Step 1:- you can crate a menu with the help of input tag and label tag, for example:- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

Resizing and Rotating UIImage

We often need to rotate or resize images in iPhone apps. Attached is a demo project that uses a handy category for doing the same. How to use : Add UIImage+Extension.h and UIImage+Extension.m to project. Import UIImage+Extension.h in required cla

How to save or delete caf file from NSDocumentDirectory

Follow these two methods to save or delete your .caf file from NSDocumentDirectory. -(NSString *)saveFileWithOldName:(NSString*)oldNameStr { NSArray *dirPaths; NSString *docsDirs; NSString *tempStr2; dirPaths = NSSearchPathForDirect

1 201 720
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: