<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4833812675981914575</id><updated>2011-11-27T18:32:57.713-06:00</updated><category term='OOP'/><category term='Tools'/><category term='SQL'/><title type='text'>Rolando's Corner</title><subtitle type='html'>.Net Devlopement...</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://rolandoscorner.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4833812675981914575/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://rolandoscorner.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Rolando Avila</name><uri>http://www.blogger.com/profile/10214629327706462660</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4833812675981914575.post-5900959744875146368</id><published>2007-07-04T00:34:00.000-05:00</published><updated>2007-07-07T00:59:11.413-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>SQLCMD - Being able to run mutliple .SQL files</title><content type='html'>Recently I came across a scenario that required me to generate and keep individual .SQL files. However, I also needed to run them in a certain order all the time there was a change to the database schema.&lt;br /&gt;&lt;br /&gt;I found a way to run them at one time versus running them individually, using the new MicroSoft SQL Server Management Studio (express) for SQL 2005 db server.&lt;br /&gt;&lt;br /&gt;Although the &lt;a href="http://msdn2.microsoft.com/en-us/library/ms174187.aspx"&gt;instructions&lt;/a&gt; do provide the commands allowed one thing I had to figure out on my own was the syntax for the comman :r.&lt;br /&gt;&lt;br /&gt;The command :r is the command which you can use to run a .SQL file by specifying a path to the file. However, in my case I had spaces in the directory path. (i.e. C:\Filepath\file name.sql). For this reason I had to enclose the path with double quotes. (i.e. :r "C:\Filepath\file name.sql").&lt;br /&gt;&lt;br /&gt;You will need to write one :r command for each .sql file you want to execute. In my case there were 4 .sql files. This reduced the amount of steps I had to perform everytime I had a schema change.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#33ff33;"&gt;&lt;strong&gt;Update &lt;/strong&gt;&lt;/span&gt;I have found that altough this provides for convenience it does not parse the files correctly if the files contain appostrophies/ or single quotes ( ' ) in the values of a query. For example, I had some insert statements that contained values like O&lt;strong&gt;&lt;span style="color:#33ff33;"&gt;'&lt;/span&gt;&lt;/strong&gt;'Grady. The additional bolded appostrophy is required in order for the parser to recognize the following character as part of the value, instead of termination dillimeter of the query. Or at least I thought. When I ran the query in MicroSoft SQL Server Management Studio (express) it ran fine. When I executed the file, following the instructions above in my original blog, I found the values that were being inserted were infact incomplete. In the example of the O'Grady insert statement, it inserted Orady instead. As to why this happens, well my assumption is that the parser that SQLCMD uses is not the same that MSSMS uses. I could be wrong but after this disappointment I didn't want to spend more time then I had to.&lt;br /&gt;&lt;br /&gt;I still use the SQLCMD for .SQL files that don't have query values with appostrophies. However, I try to keep all the queries that do have appostrophies and run them in the query window. Still reduces the amount of steps but not down to one as I was hoping.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4833812675981914575-5900959744875146368?l=rolandoscorner.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rolandoscorner.blogspot.com/feeds/5900959744875146368/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4833812675981914575&amp;postID=5900959744875146368' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4833812675981914575/posts/default/5900959744875146368'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4833812675981914575/posts/default/5900959744875146368'/><link rel='alternate' type='text/html' href='http://rolandoscorner.blogspot.com/2007/07/sqlcmd-being-able-to-run-mutliple-sql.html' title='SQLCMD - Being able to run mutliple .SQL files'/><author><name>Rolando Avila</name><uri>http://www.blogger.com/profile/10214629327706462660</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4833812675981914575.post-3111762790985539630</id><published>2007-03-24T22:32:00.000-05:00</published><updated>2007-07-27T22:38:01.094-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>I.E. Development Toolbar</title><content type='html'>I came across a new free Microsoft tool for assisting me in developing websites. &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&amp;amp;displaylang=en"&gt;Internet Explorer Developer Toolbar beta 3&lt;/a&gt; can allow developers to easily understand and troubleshoot complex web pages.&lt;br /&gt;&lt;br /&gt;The core function of this tool exploits the document object model (DOM) in a simply done user interface. It can be pinned to you're browser while exploring a web page. You can read about more of the other features on the Microsoft Download Center where this tool is available.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4833812675981914575-3111762790985539630?l=rolandoscorner.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rolandoscorner.blogspot.com/feeds/3111762790985539630/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4833812675981914575&amp;postID=3111762790985539630' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4833812675981914575/posts/default/3111762790985539630'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4833812675981914575/posts/default/3111762790985539630'/><link rel='alternate' type='text/html' href='http://rolandoscorner.blogspot.com/2007/03/ie-development-toolbar.html' title='I.E. Development Toolbar'/><author><name>Rolando Avila</name><uri>http://www.blogger.com/profile/10214629327706462660</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4833812675981914575.post-1419822246994831707</id><published>2007-02-03T00:01:00.000-06:00</published><updated>2007-07-07T01:00:47.691-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OOP'/><title type='text'>OOP Object Oriented Thinking?</title><content type='html'>I was first motivated to write this for a buddy of mine who's just starting out in the software development industry, when I quickly realized others can benefit from this as well.&lt;br /&gt;&lt;br /&gt;The purpose of this article, is to educate (in not so technical terms) those interested in object oriented design / programming, also known as (&lt;a href="http://en.wikipedia.org/wiki/Object_oriented_design"&gt;OOD &lt;/a&gt;OR &lt;a href="http://en.wikipedia.org/wiki/Object-oriented_programming"&gt;OOP&lt;/a&gt;). This is the fundamental basics to modern software development.&lt;br /&gt;&lt;br /&gt;My goal is to share my point of view, including those that contributed to the motive. I will not, however, explain how to use a specific programming language nor tool(s) , but I do intend to help you better understand the general purpose for using them.&lt;br /&gt;&lt;br /&gt;The objective to modern software development is to understand the business model of your clients first. This means understanding their terminology, business rules and the entities of their business. Trying to get a the big picture of this model through many meetings with the client can be quite challenging, especially when you don't have the luxury of starting on a project from the beginning.&lt;br /&gt;&lt;br /&gt;What I like to do first when I join a project is try to identify the purpose of the application, which they hired me to help develop. So the first question I ask is, "What is the application supposed to do?". Although this may seem like common sense, you would be surprised how easy it is to lose focus on the intent of the application, once you begin to get very involved with the specific requirements. Especially, when "nice" features tend to creap up. After I get my answer, then I have a better understanding of the goal in mind. In order to help get my point across as simple as possible I will use the following scenario.&lt;br /&gt;&lt;br /&gt;A client needs an application that can &lt;strong&gt;add&lt;/strong&gt;, &lt;strong&gt;edit&lt;/strong&gt; and &lt;strong&gt;search&lt;/strong&gt; for their customers.&lt;br /&gt;&lt;br /&gt;Okay, simple enough. Now I have identified the players in the game. In this case Customer can be identified as an entity. Now lets take a closer look at the requirements.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Add:&lt;/strong&gt; The application has to be able to add a Customer into the system. Okay. So what type of information should be added into the system? This information is typically represented as properties of a Customer. (ex. Customer Name, Customer Address, Customer Phone number, etc...). There may even be some rules which the application should apply in order for someone to add a Customer. For example, a Customer can't be entered into the system if no name is provided or the Customer must be over 18 years old or has to have a bank account number. You get the point.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Edit: &lt;/strong&gt;The application has to allow for someone with access and authority to edit Customer information. Although the specifics to this requirement was not so obvious, a company usually doesn't want everyone in the company to have the ability to edit the information. They may require that the application have some security built into it. Which will require a security model to be designed and implemented. A &lt;a href="http://www.leastprivilege.com/"&gt;good resource&lt;/a&gt; can provide the essential basics to complete this task.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Search: &lt;/strong&gt;The application has to allow for people to search for Customers. So what should they be able to search on? This could be any property on the Customer right? Sure why not. Although there may be other things like computed values to search on. For example, being able to search on a customer who bought 10 items. This may not be a Customer property. In order to keep track of this you have to know what items the Customer bought. Hmmm... sounds like we have other information you need to store like Products and inventory and prices and more.&lt;br /&gt;&lt;br /&gt;The point is that we are beginning to identify the entities of the business.&lt;br /&gt;&lt;br /&gt;A modern concept called "Domain" or "&lt;a href="http://en.wikipedia.org/wiki/Business_object_%28computer_science%29"&gt;Object Model&lt;/a&gt;" is used to represent such entities. This should not be confused with any other acronymns out there such as the &lt;a href="http://en.wikipedia.org/wiki/Document_Object_Model"&gt;DOM &lt;/a&gt;(Document Object Model for Javascript).&lt;br /&gt;&lt;br /&gt;In most of my projects, a domain model was defined with the same names as the names my clients used. Most, if not all my business domain models where stored in a &lt;a href="http://en.wikipedia.org/wiki/Databases"&gt;databases&lt;/a&gt;, although some have been represented by &lt;a href="http://en.wikipedia.org/wiki/XML_Schema"&gt;xml schema(s&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;In this case I used a Customer, but there are other examples such as an Employee, Supplier etc... I also defined the properties which were associated to each domain. In the example of the Customer, I had identified properties such as the Customer's Name, Address, Account Number, etc... which were stored as columns in the Customer database table. I defined the interactions between the models with behaviors or so called &lt;a href="http://en.wikipedia.org/wiki/Event-driven_programming"&gt;Events&lt;/a&gt;. For example, in order to become a Customer, the business required that the Customer register and create an account. The behavior or event in this example was that once the Customer filled out the proper registration forms, a unique Account Number was created. Now I can validate a Customer with an Account number at any time.&lt;br /&gt;&lt;br /&gt;Although this is at a very high level, I hope that you begin to understand the concepts behind Object Orientation Thinking or better known as OOD / OOP.&lt;br /&gt;&lt;br /&gt;As you develope using this Object Orientation thinking, you will not be successful until you also understand the foundation that makes this concept work. This includes &lt;a href="http://en.wikipedia.org/wiki/Inheritance-oop"&gt;Inheritence&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Information_hiding"&gt;Encapsulation &lt;/a&gt;and &lt;a href="http://en.wikipedia.org/wiki/Polymorphism_%28computer_science%29"&gt;Polymorphism&lt;/a&gt; the pillars of Object Orientation.&lt;br /&gt;&lt;br /&gt;As hard as this may seem to understand at first, once you begin to grasp and nurture this concept, you will begin to realize the potential. However, this doesn't go without saying that you MUST also know how to use modern software developement tool(s) in order to produce mainstream applications. Most systems have &lt;a href="http://en.wikipedia.org/wiki/Proprietary"&gt;proprietary &lt;/a&gt;tools and languanges, which usually have a cost associated with it, while others are open source and configurable without any cost. Except effort and time of course.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;One final note:&lt;/strong&gt;&lt;br /&gt;Although, objects and their relationships provide a majority of the characteristics of a DOM, domain object models influenced by events that occur between objects.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4833812675981914575-1419822246994831707?l=rolandoscorner.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rolandoscorner.blogspot.com/feeds/1419822246994831707/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4833812675981914575&amp;postID=1419822246994831707' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4833812675981914575/posts/default/1419822246994831707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4833812675981914575/posts/default/1419822246994831707'/><link rel='alternate' type='text/html' href='http://rolandoscorner.blogspot.com/2007/02/oop-object-orientation-thinking.html' title='OOP Object Oriented Thinking?'/><author><name>Rolando Avila</name><uri>http://www.blogger.com/profile/10214629327706462660</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4833812675981914575.post-4743780170611532494</id><published>2007-01-10T22:53:00.000-06:00</published><updated>2007-07-07T00:59:22.672-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>Generating SQL Insert Statements From A Data Table</title><content type='html'>Every now and then one is faced with a situation where they have to write and execute insert statements with existing tables and data. Having to personally deal with this before, a friend of mine shed some light as to how to generate SQL Insert statements. This comes in handy when you may not have access to tools, such as Microsoft's Enterprise Manager for SQL server or of the sort. Below is an example of such a solution.&lt;br /&gt;&lt;br /&gt;The following is a simple example, but it can be used as a guide to generate various queries.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;select('Insert into &lt;/strong&gt;&lt;em&gt;TableName&lt;/em&gt; + &lt;strong&gt;'('&lt;/strong&gt; + &lt;em&gt;TableColumnName1&lt;/em&gt;,&lt;em&gt;TableColumnName2&lt;/em&gt;,&lt;em&gt;TableColumnName3&lt;/em&gt; + &lt;strong&gt;')'&lt;/strong&gt; + &lt;strong&gt;values(''' + &lt;/strong&gt;&lt;em&gt;TableColumnName1&lt;/em&gt; &lt;strong&gt;+ ''',''' + &lt;/strong&gt;&lt;em&gt;TableColumnName2&lt;/em&gt; &lt;strong&gt;+ ''',''' +&lt;/strong&gt; &lt;em&gt;TableColumnName3&lt;/em&gt; + &lt;strong&gt;''')') from&lt;/strong&gt; &lt;em&gt;TableName&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;The basic principle is concatenating strings. The text in italics serve as parameters, which represent your table's name and columns.&lt;br /&gt;&lt;br /&gt;In my case, I used this to generate an insert statment for each row in a static table. The output to this looked something like the following.&lt;br /&gt;&lt;br /&gt;Insert into TableName (TableColumnName1, TableColumnName2, TableColumnName3) values(' TableColumnName1','TableColumnName2','TableColumnName3') from TableName&lt;br /&gt;&lt;br /&gt;As simple as this may seem, there's a few things to consider.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;After you run this script, if you have data that contains appostrophies, you will need to manually add the proper set of single quotes to the output in order to escape those characters.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;The opposite is true when dealing with Integer types. You don't need to add the single quotes within the script. &lt;span style="color:#ffffff;"&gt;&lt;strong&gt;&lt;em&gt;Update&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt; &lt;/span&gt;&lt;span style="color:#cccccc;"&gt;The example as is will not work for Integers or any other type other then varchars. You will encounter an invalid casting message. I have yet to solve this one as well.&lt;/span&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;This will not work with tables that contain nulls. The script will abend once it encounters nulls.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;If anyone can post a solution to this, I would highly appreciate it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4833812675981914575-4743780170611532494?l=rolandoscorner.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rolandoscorner.blogspot.com/feeds/4743780170611532494/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4833812675981914575&amp;postID=4743780170611532494' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4833812675981914575/posts/default/4743780170611532494'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4833812675981914575/posts/default/4743780170611532494'/><link rel='alternate' type='text/html' href='http://rolandoscorner.blogspot.com/2007/01/generating-sql-insert-statements-from.html' title='Generating SQL Insert Statements From A Data Table'/><author><name>Rolando Avila</name><uri>http://www.blogger.com/profile/10214629327706462660</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4833812675981914575.post-6788871613697104068</id><published>2006-12-27T18:21:00.000-06:00</published><updated>2007-07-27T22:39:49.830-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Issue with opening VS.Net web projects.</title><content type='html'>Recently, I encountered an error message when attempting to open a web project in Visual Studio 2003. The message stated "Refreshing the project failed. Unable to retrieve folder information from the server." This is a generic message.&lt;br /&gt;&lt;br /&gt;In my situation, this was caused by a combination of using Subversion and TortoiseSVN as my source control.&lt;br /&gt;&lt;br /&gt;Within the help files I found the following solution to this issue.&lt;br /&gt;&lt;br /&gt;"Use "_svn" instead of ".svn" directories&lt;br /&gt;VS.NET when used with web projects can't handle the .svn folders that Subversion uses to store its internal information. This is not a bug in Subversion. The bug is in VS.NET and the frontpage extensions it uses. Read Section 5.26.7, “Subversion Working Folders” to find out more about this issue.&lt;br /&gt;If you want to change the behaviour of Subversion and TortoiseSVN, you can use this checkbox to set the environment variable which controls this.&lt;br /&gt;You should note that changing this option will not automatically convert existing working copies to use the new admin directory. You will have to do that yourself using a script (See our FAQ) or simply check out a fresh working copy."&lt;br /&gt;&lt;br /&gt;The checkbox they are referring to is within the "Settings" dialog. This can be located from the Tortoise's context menu (usually accessible by right clicking on the directory of your project). You can find the checkbox within the General section.&lt;br /&gt;&lt;br /&gt;In section 5.26.7 it goes on to say...&lt;br /&gt;&lt;br /&gt;"5.26.7. Subversion Working Folders&lt;br /&gt;VS.NET when used with web projects can't handle the .svn folders that Subversion uses to store its internal information. This is not a bug in Subversion. The bug is in VS.NET and the frontpage extensions it uses.&lt;br /&gt;As of Version 1.3.0 of Subversion and TortoiseSVN, you can set the environment variable SVN_ASP_DOT_NET_HACK. If that variable is set, then Subversion will use _svn folders instead of .svn folders. You must restart your shell for that env variable to take effect. Normally that means rebooting your PC. To make this easier, you can now do this from the general settings page using a simple checkbox - refer to Section 5.26.1, “General Settings”.&lt;br /&gt;&lt;br /&gt;One thing to keep in mind is that making this setting change is a general (global) change and will impact other existing working folders. You may find that when you try to perform an "Update", Tortoise will give you a "Skipped" message. What this means is that you will have to perform the steps of this solution for every working directory, eventhough those directories don't contain any web projects.&lt;br /&gt;&lt;br /&gt;I haven't tried to duplicate this on VS.Net 2005 yet, but will post my results of that as soon as I do.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4833812675981914575-6788871613697104068?l=rolandoscorner.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rolandoscorner.blogspot.com/feeds/6788871613697104068/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4833812675981914575&amp;postID=6788871613697104068' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4833812675981914575/posts/default/6788871613697104068'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4833812675981914575/posts/default/6788871613697104068'/><link rel='alternate' type='text/html' href='http://rolandoscorner.blogspot.com/2006/12/issue-with-opening-vsnet-web-projects.html' title='Issue with opening VS.Net web projects.'/><author><name>Rolando Avila</name><uri>http://www.blogger.com/profile/10214629327706462660</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4833812675981914575.post-5575354000129734204</id><published>2006-12-24T00:14:00.000-06:00</published><updated>2007-07-27T22:40:09.023-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Resharper Holiday Special</title><content type='html'>I'm a bit excited to now own my very own personal license of &lt;a href="http://www.jetbrains.com/resharper/"&gt;Resharper&lt;/a&gt;. This is a great addition to the Visual Studio IDE for developers, which provides nice features to increase productivity.&lt;br /&gt;&lt;br /&gt;Enough with the hype. The main reason for this post is to highlight the &lt;a href="http://www.jetbrains.com/specials/"&gt;special&lt;/a&gt; Resharper has for this year. Its not that easy to find this page through they're site so I thought I'd share this. This is a limited offer and for just under $100 it's worth it. It currently runs for about $149.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4833812675981914575-5575354000129734204?l=rolandoscorner.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rolandoscorner.blogspot.com/feeds/5575354000129734204/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4833812675981914575&amp;postID=5575354000129734204' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4833812675981914575/posts/default/5575354000129734204'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4833812675981914575/posts/default/5575354000129734204'/><link rel='alternate' type='text/html' href='http://rolandoscorner.blogspot.com/2006/12/resharper-holiday-special.html' title='Resharper Holiday Special'/><author><name>Rolando Avila</name><uri>http://www.blogger.com/profile/10214629327706462660</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4833812675981914575.post-522767028793034585</id><published>2006-12-17T00:55:00.000-06:00</published><updated>2007-07-27T22:38:42.585-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Cropper anyone?</title><content type='html'>If you haven't heard by now, &lt;a href="http://blogs.geekdojo.net/brian/articles/Cropper.aspx"&gt;Cropper (by Brian Scott)&lt;/a&gt; is one of the best (free) screen capturing tools out there written in C#. Simply download it and use it to replace the old ALT+Print Screen function. Yes, there are other tools that do this, but for those developers out there, you can even download the src code to work on adding your own plug ins (&lt;a href="http://weblogs.asp.net/jgalloway/archive/2006/11/07/Animated-GIF-Plugin-for-Cropper-_2B00_-some-.NET-Animated-GIF-code.aspx"&gt;i.e. Jon Galloway's animated gif pluggin)&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4833812675981914575-522767028793034585?l=rolandoscorner.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rolandoscorner.blogspot.com/feeds/522767028793034585/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4833812675981914575&amp;postID=522767028793034585' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4833812675981914575/posts/default/522767028793034585'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4833812675981914575/posts/default/522767028793034585'/><link rel='alternate' type='text/html' href='http://rolandoscorner.blogspot.com/2006/12/cropper-anyone.html' title='Cropper anyone?'/><author><name>Rolando Avila</name><uri>http://www.blogger.com/profile/10214629327706462660</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
