Browse by Tags
All Tags »
Visual Studio 2010 »
How To (
RSS)
Tweet Over my last posts I talked about Windows Phone 7, we saw some real examples for Location Service, Maps, Ads, Accelerometer and more. Location Service and Bing Maps Raise My Dog–Russian Connect Window Phone 7 and Windows 8 app to Microsoft pubCenter Accelerometer Sensor for Windows Phone 7 Because I saw how many of you download my demo projects I understand the need for more demos around Windows Phone 7. So Today, we’ll build a Puzzle Game for Windows Phone 7 (Including the Sources ) Download...
Tweet Over the last two posts I’ve talked about Microsoft pubCenter ads into your Windows Phone 7 application and Accelerometer Sensor for Windows Phone 7 all as part of a very long series I’m planning to write on Windows Phone 7 in order to help you write cool and useful applications for Windows Phone 7. In this Post I’ll talked about Location Service and Bing Maps. Location Service – I’ll show how to receives data from the Microsoft Location Service and displays the geographic coordinates of the...
Tweet When writing a Windows Phone 7 or Windows 8 application you might want to put some Ads, some applications cost money when others has ads. Microsoft pucCenter isn’t the only solution for Windows 7 and Windows 8 but it’s something easy and simple to do when working with Visual Studio to developer applications. Microsoft Advertising pubCenter empowers Web site publishers and Windows Phone 7 application developers to place ads within web pages and Windows Phone 7 apps. When users click on these...
Tweet Today everything is about Mobile Devices, users are using their tablets and phones to view web sites. Some web sites has a mobile application or just what to inform the user about a related mobile application. So the question is how to inform the user about a mobile application related to a specific site? You can put some links in your site and maybe the user will click on those links and will be redirect to your mobile application, but I want more – I want my site to detect if the user comes...
Tweet In my previous post on ASP MVC I showed How To Add Captcha to ASP MVC Web Application, but even if you use captcha you still want to make sure the user email is real and not just a fake one. In order to make sure the user has gave you his real email you need to use Email Confirmation mechanism to your site. ASP MVC is doing some of the work for us, when a user is register to your site is assign with a unique ID (Guid) property called - ProviderUserKey I’ll use this value to verify the...
Tweet Couple of days ago I wrote about how to download YouTube movies to your machine using JavaScript, The solution I showed didn’t worked for all browsers because Cross Scripting blocks in some browsers. But don’t worry, there is always a way! I’ve toke the same script I’ve used in the YouTube download tool and add a “JavaScript :” before the script so it can be used directly from the YouTube page. All you need to do is enter the desire YouTube video and click the bookmark or just paste the entire...
Tweet Sometimes I want to download a YouTube video, and yes there are plenty of tools on the web to help you doing that, but I really want something that doesn't require installation each time I want to download a YouTube video. So, I’ve decided to write some pure (don’t want to download JQuery or any other library) JavaScript to help me do that, this script will work locally and you only need to open the html file on your machine. Download YouTube Download Html (Right Click and Save) I’ve add...
Tweet Couple of days ago I wrote about How To Change Test Scribe Template since than I got plenty of emails on that subject asking me to supply more and more information about changing Test Scribe Template. Many people thinks that: “The output generated by Test Scribe is not customizable in this release.” But this is not fully correct, you can change the Test Scribe template but this will require couple of hacks….. But possible I recommend you to read the How To Change Test Scribe Template article...
Increase Web Test Reponses Size I just visit a customer that has a problem doing Web Test on his Web Application, the problem were that the response was cut off before web test was able to receive all the data, when he looked at the response he saw the data from the server but no all the data came back. The response is almost 5mb and for some reason Web Test is unable to save all the data… Why? The reason is VS has a receive buffer that defaults to 1,500,000 bytes (1.5 megabytes) and it throws away...
How To Include HTTP Headers In Web Test Recording HTTP header fields contain the operating parameters of an HTTP request or response. With the request or response line (first line of message), they form the message header. Here is a ScreenCast on How to Create Web Test\Coded Web Test - Screencast [HE] While recording Web Test you will notice that Headers are not included in Web Test Requests, this because Web Test only record below header by default: SOAPAction Pragma x-microsoftajax Content-Type...
Extending Visual Studio Setup Project – Part 2 In my last post on that subject Extending Visual Studio Setup Project – Part 1 I showed how to create and use the basic features in Visual Studio Installer, this is the second part and more advanced. Download Demo Project Run External Application during Setup In this step I’ll show how to run an external application before the actual install process using “Installer Class”. Create new WPF Application project called – “SetupHelper” and add additional...
Problems with MSSCCI and VB6 Doing some work at a customer working with Visual C++ , IAR, VB 6.0 and couple more I faced with some issues using MSSCCI and VB6. (MSSCCI - The Team Foundation Server MSSCCI Provider enables integrated use of Team Foundation Version Control with products that do not support Team Explorer integration. [Read More] ) After Installing MSSCCI I Can’t See TFS Menu The solution is very easy, just edit vbaddin.ini (start->run: vbaddin.ini (its in the windows dir) Add...
How To: "Unable to load DLL 'Microsoft.VisualStudio.QualityTools.RecorderBarBHO100.dll': The specified module could not be found" Working on a new environment trying to perform an new Web Test I was faced two issues: 1. Web Test Recorder doesn’t show up Problem :When I start my recording Internet Explorer comes up but the Web Test Recorder doesn’t show up. Solution : In IE enter Tools menu Select Explorer Bars and Click “Web Test Recorder 10.0” – (This will work for Web Test 8.0...
Coded UI Editor – Guide Feature Pack 2 is Available! and it’s Awesome! The feature pack comes with some great features and the one I want to talk about in this post is – Coded UI Test Editor. I’ve recorded a simple CUIT on Windows Calculator that adds to numbers and show the result. Getting Started After you install the Feature Pack 2 you will notice that Double Click or Right click on “UIMap.uitest” file will open a new window contains all CUIT Actions. The new screen contains the Method Names ...
Tech-Ed 2010 – Applied Software Testing with Visual Studio 2010 – All In One Teched Israel 2010 is going to happen next month in Eilat between the 28-30 of November. On this Teched I’ll have the pleasure to present a session about Applied Software Testing with Visual Studio 2010 In this session I’ll demonstrate how to use the following: Microsoft Test Manager – Fast Forward Automation Web Performance Testing Load Testing Coded UI Testing Why? So YOU can do Automatic and Load Testing by yourself!...
More Posts
Next page »