dmitrygusev online
Just a blog for my researches
Monday, September 19, 2011
Mac OS X Lion HTTP Sniffer
›
Simple command-line sniffer: sudo tcpdump -s 0 -A -i en1 port 80 Use ifconfig to lookup interface name (i.e. en1 ).
Monday, September 05, 2011
Running BIRT Reports in Tomcat
›
Context: You have database and you need to do data analysis: draw charts, build some tables, calculate totals, etc. You want it all to be a...
Wednesday, December 01, 2010
Deploy SharePoint Designer 2010 Reusable Workflow As *.WSP File
›
SharePoint Designer 2010 makes workflow development really fast and simple. Much simpler than using Visual Studio. But unlike Visual Studio ...
3 comments:
Tuesday, September 14, 2010
Add Interactivity to ASP.NET ReportViewer
›
In one of our projects I had a task to add interactivity to charts located on (MS Report Server) reports that were viewed in ASP.NET web app...
Tapestry5: Caching Method Results
›
Assume you have methods that (almost) always return the same result for the same input arguments. If preparing method result is a heavy oper...
1 comment:
Monday, September 13, 2010
How To Determine Client TimeZone In A Web Application
›
In web applications when client and server located in different timezones we need a way to determine client timezone to display date/time s...
3 comments:
Thursday, September 02, 2010
Profiling GAE API calls
›
While optimizing performance of GAE application its convenient to measure GAE API calls. I'm using the following implementation of com.g...
‹
›
Home
View web version