Ronnie Diaz
-
asp .net repeater itemcommand command name common repeater control item operations
This is only one small snippet illustrating some functionality. I will add to this blog from my previous usage with Repeater control over time or per request. In many deployments, I prefer to use Repeater or ListView rather than Grids.… Continue reading
-
directory info get files show directories C# .Net
There is sometimes a misunderstanding between a “file” and a “folder” in filesystems. In C# .Net the following is often used to list all “files” in a folder. However, even though you can specify to search containing subdirectories, the above… Continue reading
-
Race at the Pump – Electric vs Gas
Watch this quick video showcasing Tesla’s new tech that could give the gas giants a run for their money: http://www.pcmag.com/article2/0,2817,2420802,00.asp Continue reading
-
Wall Street Journal – CIA Chooses: Amazon or IBM
Showcases how large Amazon’s Cloud infrastructure has become. http://online.wsj.com/article/SB10001424127887324904004578539722533829106.html Continue reading
-
Google and NASA Team Up to Tackle AI, D-Wave quantum computing
Read the full article here: http://www.technologyreview.com/news/514846/google-and-nasa-launch-quantum-computing-ai-lab/ Continue reading
-
android debug vm virtual virtualbox images ova eclipse
As an alternative to the default android virtual machines that come with the Android SDK and/or Eclipse, try the images from the site below: http://androvm.org/blog/ The format is ova, which is easily opened by virtualbox, and there only two simple… Continue reading
-
android app cannot connect to internet
To allow your custom app to connect to the internet, add the following in your AndroidManifest.xml file right before (outside) the application tag. Continue reading
-
IIS6 Change Framework Version without restart of W3SVC service
browse to the location of the folder containing the version of asp_net regiis such as: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319 run aspnet_regiis -lk to get the virtual path you will need in the next command. to see which ID matches your website launch IIS… Continue reading
-
microsoft expressions split clips into multiple files
open expressions (select transcode project) file->new job import file select all your encoding video/audio settings set your clips (click on location in timeline then on the “insert edit at playhead button”) at this point you may have assumed clips would… Continue reading
-
iis 6 redirect with querystring
Permanent site redirects using IIS are useful when moving a site to a new domain and also more search engine friendly than simply doing a javascript or server side redirect. These send a “301” response status code To do this… Continue reading