techyogesh.blogspot.com
Yogesh's Notes: May 2009
http://techyogesh.blogspot.com/2009_05_01_archive.html
Some tech, .NET, web, software, tools and other misc. Search my blog articles. Saturday, May 23, 2009. 10 things that will speed up visual stuido 2008. Here are the few things I did to speed up my Visual Studio 2008. 1 Turn off splash screen. I edited my visual studio shortcut to include the /nosplash option in the target filed. Now the value is ,. C: Program Files Microsoft Visual Studio 9.0 Common7 IDE devenv.exe" /nosplash. This change cuts down the start up time to less than 2 seconds. At start up I ...
techyogesh.blogspot.com
Yogesh's Notes: February 2010
http://techyogesh.blogspot.com/2010_02_01_archive.html
Some tech, .NET, web, software, tools and other misc. Search my blog articles. Wednesday, February 10, 2010. Accessing project resource images with a dynamic names. Let me start off by saying, there are other better ways of accessing this data from the resource file than as listed below. With time and resources available I did this. Here are my requirements,. 1 Need to access images from project resources to bind to controls. 2 The names are dynamic and are DB driven. To access resource images. Active sy...
techyogesh.blogspot.com
Yogesh's Notes: April 2012
http://techyogesh.blogspot.com/2012_04_01_archive.html
Some tech, .NET, web, software, tools and other misc. Search my blog articles. Thursday, April 19, 2012. PowerShell script for file copy. I was faced with an issue of moving file from Subfolders to its parent folders, essentially flatten the folder structure and move all the file to a single folder. Here is what I created in power shell script. Ping back if you don't follow it. Foreach ($i in Get-ChildItem -recurse C: temp xcopy -exclude "* done","* exception" where{$ .PsIsContainer}). Links to this post.
techyogesh.blogspot.com
Yogesh's Notes: July 2009
http://techyogesh.blogspot.com/2009_07_01_archive.html
Some tech, .NET, web, software, tools and other misc. Search my blog articles. Monday, July 13, 2009. Fixing the Check-in policy failure error. If you are one of the lucky few who get the annoying message saying something like “TFS policy failure when checking in” even when you have selected a work item and given appropriate comments(like “change”). I might have a fix for it. I was able to fix it by installing the TFS power tools. How to verify the issue? Links to this post. Subscribe to: Posts (Atom).
techyogesh.blogspot.com
Yogesh's Notes: March 2010
http://techyogesh.blogspot.com/2010_03_01_archive.html
Some tech, .NET, web, software, tools and other misc. Search my blog articles. Thursday, March 11, 2010. The Secrets to Getting Your Green Business Funded GreenBiz.com. Hi all, I was reading up on other stuff when I stumbled upon this article. The Title might be a little misleading, but the content is very intersting. I like the clean cut and practical approach of Bryan Korba of Y street Ventures. Hope you like it too. The Secrets to Getting Your Green Business Funded GreenBiz.com. Links to this post.
techyogesh.blogspot.com
Yogesh's Notes: PowerShell script for file copy
http://techyogesh.blogspot.com/2012/04/powershell-script-for-file-copy.html
Some tech, .NET, web, software, tools and other misc. Search my blog articles. Thursday, April 19, 2012. PowerShell script for file copy. I was faced with an issue of moving file from Subfolders to its parent folders, essentially flatten the folder structure and move all the file to a single folder. Here is what I created in power shell script. Ping back if you don't follow it. Foreach ($i in Get-ChildItem -recurse C: temp xcopy -exclude "* done","* exception" where{$ .PsIsContainer}).
techyogesh.blogspot.com
Yogesh's Notes: February 2013
http://techyogesh.blogspot.com/2013_02_01_archive.html
Some tech, .NET, web, software, tools and other misc. Search my blog articles. Tuesday, February 19, 2013. Set zcmd="c: program files 7-zip 7z" a -tzip -r -mx=7 -ssw -mtc=on. Rem date format YYYY MM DD. Set mydate=%date: 10,4% %date: 4,2% %date: 7,2%. IF /I x%4= xts SET outputFileName=%outputFileName% %mydate%. Rem Compress changed files. Zcmd% %OutputDir% %outputFileName%.zip %inputDir%. Microsoft Office for Mac Home and Student 2011 Family Pack - Education (Google Affiliate Ad). Links to this post.
techyogesh.blogspot.com
Yogesh's Notes: June 2012
http://techyogesh.blogspot.com/2012_06_01_archive.html
Some tech, .NET, web, software, tools and other misc. Search my blog articles. Friday, June 29, 2012. Installing CyanogenMod on my HTC Evo 4G. Well, my good friend John gave me a spare HTC evo. The phone had Nandroid back up installed and it was already rooted. I was ready to. I checked out this site ,. Http:/ wiki.cyanogenmod.com/wiki/HTC Evo 4G: Full Update Guide. This site gives a very good brief on how to install the cyanogenMod . However it does not talk about Nandroid root access method. This book ...
techyogesh.blogspot.com
Yogesh's Notes: Installing CyanogenMod on my HTC Evo 4G
http://techyogesh.blogspot.com/2012/06/installing-cyanogenmod-on-my-htc-evo-4g.html
Some tech, .NET, web, software, tools and other misc. Search my blog articles. Friday, June 29, 2012. Installing CyanogenMod on my HTC Evo 4G. Well, my good friend John gave me a spare HTC evo. The phone had Nandroid back up installed and it was already rooted. I was ready to. I checked out this site ,. Http:/ wiki.cyanogenmod.com/wiki/HTC Evo 4G: Full Update Guide. This site gives a very good brief on how to install the cyanogenMod . However it does not talk about Nandroid root access method. We are a t...
techyogesh.blogspot.com
Yogesh's Notes: December 2008
http://techyogesh.blogspot.com/2008_12_01_archive.html
Some tech, .NET, web, software, tools and other misc. Search my blog articles. Sunday, December 07, 2008. Binding Word 2007 Content Control to a custom XML data. I have out-lined in brief steps how to bind a cusotm xml data to content control in a docx file. This article is not complete. I will update it with code and programatic explanations. . Binding Content control to custom XML. 1 Download the following content control Toolkit from Code Plex. 6 Save the file. 10 Save the docx file. . Http:/ blogs...