Making it happen
andrei
This user hasn't shared any biographical information
Posts by andrei
An easy way to invoke javascript events in WebBrowser
Aug 14th
e.GetType().InvokeMember(“onmouseover”, System.Reflection.BindingFlags.InvokeMethod, null, e, null);
where e is IHTMLElement.
Yahoo Design patterns
Aug 6th
The Yahoo Developer Network has some interesting articles on common patterns you may encounter in developing web applications.
Google CodeJam Update
Aug 5th
I passed the qualification round but couldn’t attend the next round and I was out of the country
next year now. Congrats to Stefan as he did make it.
Firefox Glass toolbar on Vista
Aug 5th
At last, Firefox 3 support this via an add-on, now it looks way cooler than IE7.
Google Sparse Hash
Jul 23rd
If you’re still working with C++ STL and need a very efficient hash_map implementation here’s the one used at Google.
Google CodeJam 2008
Jul 17th
I almost forgot about it but still submitted two quickly-written answers for the first two problems, hoping I will make it …
Javascript style type conversion
Jul 16th
Would be great if implemented in C++ also, because ((Literal)control).Text looks worse than Literal(control).Text.
Yahoo / Google authentication
Jul 11th
Get values from EntityDataSource in ItemBound
Jul 2nd
If the data item is an entity (wrapped in an EntityDataSourceWrapper) you can use the method described here.
If not (and you are using a custom select statement), you have two choices:
