Excerpts from Latest Posts
-
Posted by Sumeet Agarwal on 12 March 2010 in Sumeet AgarwalPing’s Lightning Talk About scrape.py (PyCon 2010)
Video: Ping’s scrape.py Lightning Talk (PyCon 2010) Ka-Ping Yee gave a five-minute lightning talk at PyCon 2010 about scrape.py, his awesome and intuitive web scraping Python module. Not only is scrape.py cool, but Ping’s presentation is fantastic. It’s the best technical demonstration I’ve ever seen. Seek to 2:41.
-
Posted by Sumeet Agarwal on 5 March 2010 in Sumeet AgarwalSnakes on the Web (PyCon Argentina 2009)
Video: Snakes on the Web (PyCon Argentina 2009) Jacon Kaplan-Moss’s (Django developer) famous Snakes on the Web (transcript) talk from PyCon Argentina 2009. He gives a brief history of web development and then explains why it still sucks – now, more than ever. Parts of the talk are specific to Python, but most of what Jacob […]
-
Posted by Sumeet Agarwal on 26 February 2010 in Sumeet AgarwalGates and Jobs Look Into The Future Of Personal Computing (2007)
Video: Gates and Jobs Look Into The Future Of Personal Computing (2007) I started spreading this interview around after I found it about a month ago, and I still continue to because I found it so inspiring. I feel bad for any IT or software professional, or someone with any sort of interest in computing or […]
-
Posted by Roy Davis on 22 February 2010 in Roy Davis's BlogTechfuse 2010
It looks like I might be speaking again at this years TechFuse. I’m planning on doing a session on Microsoft Forefront implementations and integration with Exchange and Sharepoint. Anyone interested in signing up as a speaker should visit http://www.benchmarklearning.com/TechFuse/Default.aspx
-
Posted by Michael Hacker on 18 February 2010 in Mike HackerSharePoint 2010 for Laptops Scripts
Not too long ago I jumped in on a debate about running SharePoint 2010 directly on a Windows 7 laptop for development purposes. One of the main issues with doing this is that all of the services will have a negative impact on the performance of your laptop. I mentioned that I use a series […]
-
Posted by Andrew Douglas on 16 February 2010 in Andy DouglasHow to write better code / Intro to Agile
The best programmers that I know are knowledgeable about agile (http://en.wikipedia.org/wiki/Agile_software_development) and practice one or more aspects of agile programming. On Wednesday, 2/17/2010, I gave a short presentation to the Sogeti Cincinnati Microsoft Practice to provide an introduction to agile concepts, and to generally talk about how programmers can improve their programming skills. I certainly […]
-
Posted by Scott Williams on 16 February 2010 in Scott Williams's RamblingsUse LINQ's Select and Initializers to Make Mapping Easier
Mapping data between types on a Web Service can be a collosal pain. There are various frameworks out there that can speed things up, but sometimes you just need to do it by hand. Fortunately some of the features introduced with C# 3 can help speed things up. Say the type on the server looks like […]
-
Posted by Melia Cooper on 11 February 2010 in Omaha SharePoint Practice BlogThanks to everyone for attending our SharePoint 2010 Overview!
Here is a copy of the slides we presented on in our Overview Session today. We hope you had as much fun watching our presentation as we did! If you would like Sogeti to come in and present a lunch and learn on a specific topic of SharePoint 2010 or even SharePoint 2007, we would […]
-
Posted by David Delella on 10 February 2010 in David DeLella's Sogeti BlogStarted Blogging
This is my first post to the Sogeti blogs. I just wanted to let everyone know I will try to add information here whenever possible. For those who do not know me, I am one of two individuals who are heading up the Ajax specialization role in the Cincinnati Microsoft Practice. I am giving an […]
-
Posted by Roy Davis on 9 February 2010 in Roy Davis's BlogWestlawNext goes live!
The project I’ve been on for the past 8 months, formerly code named “Cobalt”, is a total redesign of the Thomson-Reuters legal research site Westlaw.com. After 2 years in development, and countless millions spent, the site went live on Feb. 8th 2010 to much fanfare and marketing. You can learn more about it at www.westlawnext.com.
-
Posted by Michael Hacker on 4 February 2010 in Mike HackerSharePoint 2010 for Laptops Debate
I read Joel Oleson’s recent blog post called The Great Virtualization Debate: What to do? SharePoint 2010 for Laptops and thought I would chime in with a few comments. So far my personal preference for developing SharePoint 2010 solutions on my laptop is to install it directly on Windows 7. Unlike running it virtualized I can […]
-
Posted by Eric Swanson on 4 February 2010 in Eric Swanson on Technology Serviceslinks for 2010-02-04
MSF-Agile plus Security Development Lifecycle Process Template for VSTS 2008 MSF-A+SDL is a TFS process template that incorporates the Security Development Lifecycle (SDL) for Agile process guidance into the MSF Agile development framework. With the MSF-A+SDL template, any code checked into the Visual Studio Team System source repository by the developer is analyzed to ensure that […]
-
Posted by Scott Williams on 2 February 2010 in Scott Williams's RamblingsHow to Be a Helpful Tester
Disclaimer: I have not worked as a full time software tester, so this point of view is from a developer who would love to see the following qualities in QA personnel that I work with. Sometime early in my career as a software developer, I learned that my code was not perfect and needed […]
-
Posted by Melia Cooper on 2 February 2010 in Omaha SharePoint Practice BlogSharePoint 2010 Overview Presentation
The Sogeti Omaha SharePoint practice will be presenting on the new SharePoint 2010 platform. Come hear how the new features in the upcoming SharePoint 2010 release can benefit your organization and the people you serve. Click on the link below to register for this event: https://www.clicktoattend.com/invitation.aspx?code=144934
-
Posted by Eric Swanson on 27 January 2010 in Eric Swanson on Technology Serviceslinks for 2010-01-27
Multi-Touch for Windows 7 Emulate a touch screen without the screen! Multi-Touch is a user input management layer that handles input from various devices (touchlib, multiple mice, TUIO etc.) and normalises it against the scale and rotation of the target window. (tags: multitouch touch multi-touch windows7 codeplex)
-
Posted by Eric Swanson on 21 January 2010 in Eric Swanson on Technology Serviceslinks for 2010-01-21
Infragistics Quince: UX Patterns Explorer Quince is a rich UX patterns, sometimes called UI patterns, explorer. (tags: patterns interface designpatterns userexperience interfaces usability ux ui gui webdesign development)
-
Posted by Roy Davis on 20 January 2010 in Roy Davis's BlogZero Day IE Security Flaw being exploited in the wild
A new vulnerability has been identified within MSFT IE versions 6 through 8 involving an invalid pointer reference. Exploit code has been released for MetaSploit and is available freely on the web. MSFT has issued a statement saying that it will release an “out of band” hotfix for the issue ASAP. In the mean time, use […]
-
Posted by Michael Hacker on 20 January 2010 in Mike HackerSharePoint 2010: Retrieving Credentials from Secure Store Service
Microsoft has replaced the Single Sign-On service in SharePoint 2007 with the Secure Store Service (SSS). With this change also comes a pretty big overhaul of the API set. If you have written any custom applications, web parts or utilities that used the SSO service in 2007 you may be required to rewrite or update […]
-
Posted by Jeff Shaver on 19 January 2010 in ShavePointTallahassee SPEED Presentation: SharePoint 2010
Thanks everyone for coming out, I hope you found the presentation enlightening. I misspoke in the presentation when I stated the BCS feature was not available in SharePoint Foundation Server. There are certain features available in Foundation Server, such as External Lists which I demoed. Features in BCS only available in SharePoint 2010 Server are: External Data […]
-
Posted by Eric Swanson on 15 January 2010 in Eric Swanson on Technology Serviceslinks for 2010-01-15
REBOL Technologies Relative Expression Based Object Language: It uses "relative expressions" (lean, domain-specific languages) to create a powerful new method of creating Internet programs, scripts, and applications. (tags: languages programming-languages programming development language framework) Microsoft Virtualisation Technologies videos A tv channel aimed at Microsoft Partners and Customers, devoted to Microsoft Virtualisation Technologies. Server, Desktop, Application and Presentation Virtualization, along […]
All Sogeti Blogs
- Sumeet Agarwal
- Roy Davis's Blog
- Amar Pogaku
- Mike Hacker
- Andy Douglas
- Scott Williams's Ramblings
- Omaha SharePoint Practice Blog
- Eric Swanson on Technology Services
- David DeLella's Sogeti Blog
- ShavePoint
- Michigan Unit Blog
- ITICS Updates
- Lucky's Blog
- Adventures in Technology
- Hall Of Fame Solutions
- The Big Red Spade Cookbook
- Eric Petri's Blog
- Sogeti's Microsoft Practice News and Events
- Innovation
- Intuitively Obvious
- Oracle - Peoplesoft resources
- Neil Wood
- IBM and Open Solutions
- Continuous Learning
- Sporadic rants and ramblings from an IT Specialist
- MS Infrastructure Blog: Chase
- TeamPark International Collaboration
- Microsoft SharePoint Blog
- Mark Chaaban's Blog
Recent comments
by: Jerrold Fredenberg
Posted 5 days ago
Hello, I found this blog post while looking for help with Microsoft Silverlight. I’ve recently switched internet browser from Chrome to Firefox 3.2. Just recently I seem to have a problem with loading sites that ... [Link]
by: Andrew Douglas
Posted 5 days ago
Hi Jerrold, I don’t know how to solve the error you’re referring to, but I can tell you that Silverlight works with Firefox 3.5.8. So maybe you can upgrade to the latest Firefox? I hope ... [Link]
by: Christoffer
Posted 10 days ago
Thanks for a great post! Exactly what we were looking for! [Link]
by: Eric Swanson
Posted 13 days ago
Forgot to mention a major benefit: The transormation classes allow you to do deep-transformations (similar to deep cloning) for child object transforms. [Link]
by: Eric Swanson
Posted 13 days ago
Couldn’t agree more. I like to wrap the mapping in a class; something like “IBusinessEntityTransformer~ that has two methods “TEntity ToEntity(TContract contract)” and “TContract ToContract(TEntity entity)”. With this, your implementation would look something like… public ... [Link]
by: garden bench with storage
Posted 13 days ago
I am stricken by the way you embraced this topic. It is not often I come across a website with interesting articles like yours. I will bookmark your feed to keep up to date with ... [Link]
by: xbox 360 free
Posted 14 days ago
For a Newbie, I’m constantly doing a search online to get content articles that may assist me. Thanks a lot [Link]
by: Arturo Alescio
Posted 14 days ago
Nice information on your blog. Will look forward to more information in the future. BTW - We are always looking for new contibutors on our SaaS related blog. [Link]
by: Sumeet Agarwal » Blog Archive » Gates and Jobs Look Into The Future Of Personal Computing (2007)
Posted 16 days ago
[...] About Me Subscribe [...] [Link]
by: Links (2/21/2010) « Steve Pietrek-Everything SharePoint/Silverlight
Posted 20 days ago
[...] SharePoint 2010 for Laptops Scripts [...] [Link]
by: Andrew Douglas
Posted 3 weeks ago
Hi Randy, I’m glad to hear you’re interested in pair programming. In March, I’m going to try to put together an after-work pair programming session at the Sogeti office, so look for an email from ... [Link]
by: Scott Williams
Posted 3 weeks ago
Thanks Mike, but I’m pretty sure Initializers weren’t added until C# 3 :-). “return new ServerType{ ProductId = c.Id }” [Link]
by: Michael Melendez
Posted 3 weeks ago
For data conversions you can also use the predicate functions that were added in 2.0. But I still prefer your Linq method var serverTypes = clientTypes.ConvertAll(delegate(Cli~ c) { return new ServerType{ ProductId = c.Id }); ... [Link]
by: Randy
Posted 3 weeks ago
I would love to be able to try the pair programming, but I work all by myself on my project. I’ll have to remember the warning about the next maintainer. Can you post the “bad” ... [Link]
by: melly
Posted 4 weeks ago
thanks a bunch for thinking about this [Link]
by: Devin Allen
Posted 4 weeks ago
This is great stuff. I’ve been using a lot of LINQ features with MVC and it make so many things such a breeze. [Link]
by: Mike N.
Posted 5 weeks ago
Good stuff! [Link]
by: Randy
Posted 5 weeks ago
Mike, Nice article. I also don’t use VMs unless an application requires a different OS. Perhaps an investment in more memory would improve your work life? I know I was thrilled by the difference 1GByte ... [Link]
by: Eric Swanson
Posted 5 weeks ago
Like Joel, we could mention that we are hiring testers too! https://jobs-sogeti.icims.com/jobs/~ [Link]
by: Rupert
Posted 6 weeks ago
Thank you was having this same problem and now is working [Link]
