Skip to main content

Home/ iQ Web Team/ Contents contributed and discussions participated by Michael Yagudaev

Contents contributed and discussions participated by Michael Yagudaev

1More

QUnitAdapter - js-test-driver - Run QUnit tests using JS Test Driver - Remote javascrip... - 1 views

  •  
    JSTestDriver Wrapper for QUnit. This enables executing QUnit tests using the JSTestDriver
5More

js-test-driver - Remote javascript console - Google Project Hosting - 1 views

  • See JsTestDriver in Action
    • Michael Yagudaev
       
      Watch this
  • For IntelliJ IDEA
    • Michael Yagudaev
       
      aka WebStorm
  • JsTestDriver for Eclipse
1More

Learn to code | Codecademy - 1 views

  •  
    An interesting way to learn Javascript, very interactive. Worth a shot.
1More

Geek Noise - Rediscovering Three-pane Merging with TortoiseMerge and Team Foundation Se... - 1 views

  •  
    How to use TortoiseMerge as your merge and compare tool in Visual Studio 2010. (Jon Gilbert shared it with me a while back)
6More

Umbraco CMS - 1 views

  • Assert.AreEqual(2, results.Count());
    • Michael Yagudaev
       
      Testing parser returned expected number of matches
  • Assert.AreEqual(2, parameters.Count); Assert.AreEqual("asdfasdfasdf", parameters["blah"]); Assert.AreEqual("234234234", parameters["erwerwer"]);
  • Assert.AreEqual(1, parameters.Count); Assert.AreEqual("asdfee", parameters["test"]);
  • ...1 more annotation...
  • Assert.AreEqual(2, results.Count());
  •  
    Umbraco is an Open Source .NET based CMS. As always open source projects can teach us a lot about how things can be done properly (usually). Here I opened one of the unit test files just to show how they do unit testing in that project. This project uses a lot of the same technologies we use. Should be helpful. Play around with it, you might just learn something :).
1More

CodePlex - Open Source Project Hosting - 0 views

  •  
    Microsoft's version of Github (kinda) and yes it did. A good place to get free TFS hosting if you need it. Also a lot of .NET open source projects are hosted there, so a good place for inspiration and learning.
1More

Introduction to WebGL and Three.js - 0 views

  •  
    So you have seen all the cool stuff WebGL can do, how do you do it? Well, turns out it is not too hard with Three.js. This short presentation shows how to do cool things with WebGL.
2More

Interactive Music Video in WebGL - 2 views

  •  
    Another awesome demo of the power of WebGL, enter the dream :).
  •  
    Don't blame the link blame the user :)
1More

WebGL Lights Show - 3 views

  •  
    Amazing music video all done in WebGL running in Chrome. Just goes to show the potential of the web. Really inspiring stuff.
1More

Download Details - Microsoft Download Center - Team Explorer Everywhere - 1 views

  •  
    We can now use TFS wtih Eclipse based IDEs (Aptana) can be great for PHP, Javascript and other webdev where VS2010 just doesn't quite cut it.
1More

Keyboard Heatmap | Realtime heatmap visualization of text character distribution - 3 views

  •  
    Heat map visualization with jquery. Pretty cool, not sure how useful it is at this point.
1More

CSS Specificity And Inheritance - Smashing Magazine - 2 views

  •  
    Excellent discussion on how the browser calculates what style to apply to an element when multiple css selectors apply.
1More

Browser CSS hacks « Paul Irish - 0 views

  •  
    CSS hacks reference. Good to know, excellent to avoid.
2More

Avoiding the FOUC v3.0 « Paul Irish - 1 views

  •  
    Describes how to avoid a flash of unstyled content that is usually styled through javascript on initial load. Should be very applicable to us (Zendesk?).
  •  
    P.S. Yes Thu, we are back to Paul Irish's blog now ;). Maybe John Resig next week.
1More

Conditional stylesheets vs CSS hacks? Answer: Neither! « Paul Irish - 1 views

  •  
    Explains how to target IE without resorting to nasty css hacks. I am considering switching to this over conditional stylesheet(s) (iehacks.css in intra).
1More

John Resig - Sub-Pixel Problems in CSS - 1 views

  •  
    The problem with liquid layouts, rounding up and down of pixel is not consistent across browsers
1More

Train to be a Keyboard Master with Keyboard Jedi - Blog - Osherove - 1 views

  •  
    A tool that helps you capture keyboard shortcuts during a peresntation
1More

Getting Reliable z-index Cross-Browser - 0 views

  •  
    An explanation of how to get an accurate z-index reading in all major browsers using javascript.
1More

Avoiding The Quirks: Lessons From A JavaScript Code Review - 2 views

  •  
    Getting your Javascript code reviewed
1More

Node.js Meetup: Distributed Web Architectures « Joyeur - 1 views

  •  
    Interesting talks about distributed web architectures and how node.js fits into it
1 - 20 of 45 Next › Last »
Showing 20 items per page