Category Archives: Other

Thing that don’t fit anywhere else.

S.M.A.R.T status failing to verified

I read all over the internet to get your HDD replaced if you are getting the S.M.A.R.T status failing (or failed) Now what I did was dissembled my macbook air to replace the HDD, but unfortunately i didn’t have the … Continue reading

Posted in Other | Leave a comment

decode google maps PolyLines objective C

If you are working on Google maps API and using routes/directions this will help you decode route polylines works on MAC OS X and iPhone SDK -(NSMutableArray *)decodePolyLine: (NSMutableString *)encoded { [encoded replaceOccurrencesOfString:@"\\\\" withString:@"\\" options:NSLiteralSearch range:NSMakeRange(0, [encoded length])]; NSInteger len … Continue reading

Posted in Other | 4 Comments

IIS 6.0 PHP Invalid access to memory location error

installed php 5.2.11 on windows 2003 IIS 6.0 (ISAPI) encountred following error on phpinfo() Invalid access to memory location FIX: check directory write permissions for following paths in php.ini upload_tmp_dir=”C:\Temp” session.save_path=”C:\Temp” error_log=”C:\temp\php-errors.log” paths on your php.ini might be different

Posted in Other | Tagged | 1 Comment

iPhone cycorder application

I am stunned! Record video from your iPhone and in very very impressive quality you can get the application in Cydia search for cycorder after video is done SSH to: /private/var/mobile/Media/Videos to download *.mov file(s) from iPhone here is one … Continue reading

Posted in Other | 1 Comment

iTunes 64-bit on its way?!

connected my iPhone to charge and i got this pretty message by iTunes am using iTunes 7.5, iPhone 1.1.2 and Vista 64 previous iTunes just gave message that iPhone is not supported. well if this is true i can finally … Continue reading

Posted in Other, Web Development | 1 Comment

weird hidden Word document

MS word keeps cache of the document that you are typing in a separate file hidden and with little weird name, usually virus files have such names but this is not a virus file is undeleteable while MS word is … Continue reading

Posted in Other | 3 Comments