Sponsor
-
Recent Posts
- Quit Smoking – Stop Smoking with EFT
- The first “Do It Yourself” Reputation Management Workbook
- Tutorial Visual Basic.net – Hacer un registro con Sqlserver 2005 (basado en el login)
- I get the null values, whenever I’m with MPMediaItemCollection “ “ to convert data MPMediaItemPropertyAssetURL?
- Your opinion about Mobile IDE concept please
Categories
Meta
Category Archives: Codes & Scripts
I get the null values, whenever I’m with MPMediaItemCollection “ “ to convert data MPMediaItemPropertyAssetURL?
i am getting the null values ,whenever i am using MPMediaItemCollection convert MPMediaItemPropertyAssetURL to data? here my code MPMediaItemCollection *collection=[allAlbumsArray objectAtIndex:indexPath.row]; MPMediaItem *item = [collection representativeItem]; NSLog(@” songs titles_str url is===>%@”,[item valueForProperty:MPMediaItemPropertyAssetURL]); NSLog(@”class type is %@”,[[item valueForProperty:MPMediaItemPropertyAssetURL] class]); self.songData=[NSData dataWithContentsOfURL:[item … Continue reading
Your opinion about Mobile IDE concept please
Hello I was wondering if I could get some peoples opinion on a open source concept I just opened over at source forge? Here is the link: https://sourceforge.net/projects/mindcontrol Name: *Mind Control* Platform Target: *Mobile OS and Tablet Platforms* Type: *Interface … Continue reading
Need help to build a website, very new and not sure which language f? R the beginning
tHi there, I’m completely new at website development (have experience with java and actionscript but not with javascript, know a bit of html), a little help? I want to make a website with a basic login function, information that can … Continue reading
jQuery bind to-many elements (we) release from specific element (off)
My goal is to bind to many elements on page (using on()) and then to unbind from a specific element (using off()) once it has been clicked. $(document).on({ mouseenter: enter, mouseleave: leave, mousedown: down, mouseup: up, click: click }, “.up_side … Continue reading
Clean Code?
I was thinking of making a new website and starting fresh but maybe just editing my homepage I used on the last site just a tiny bit. I kind of need some ideas since I’m not a very experienced coder, … Continue reading