<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Personal Site Starter Kit</title><link>http://forums.asp.net/1003.aspx</link><description>Discussions about the Personal Site Starter Kit for ASP.NET 2.0.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Personal website starter kit - download resume, resume picture</title><link>http://forums.asp.net/thread/3258259.aspx</link><pubDate>Thu, 25 Jun 2009 16:30:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3258259</guid><dc:creator>trevorkeast</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3258259.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=3258259</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;The resume download issue - If you&amp;nbsp;want to allow your users to 
download your resume you need to create a second resume that is in word document 
format. I believe the PWS has the download button already placed&amp;nbsp;on the 
Resume.aspx page however it just isn&amp;#39;t hooked&amp;nbsp;up to anything so when you click 
it nothing happens.&amp;nbsp; What you need to do is firstly create the word document, 
save it,&amp;nbsp;and then place it on your server&amp;nbsp;or somewhere where you can access it 
from the aspx page.&amp;nbsp; Then, open the Resume.aspx file and find the tag for 
the&amp;nbsp;&amp;quot;Download Resume&amp;quot; button. You need to modify this tag slightly&amp;nbsp;so that the 
image button is&amp;nbsp;linked up to the resume word document. I have copied my code 
below so&amp;nbsp;that you&amp;nbsp;can see what needs to be done:&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;a&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;href&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;/Downloads/TrevorKeast_Resume.doc&amp;quot;&amp;gt;&lt;br /&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;asp&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;:&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;Image&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;ID&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;downloadresume&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;runat&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;Server&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;AlternateText&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;download resume in word 
format&amp;quot;&lt;br /&gt;&lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;SkinID&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;dwn_res&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;/&amp;gt;&amp;lt;/&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;a&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;p&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&amp;gt;&lt;br /&gt;&lt;/font&gt;&amp;nbsp;&lt;br /&gt;* The resume photo issue. Mine is about 42k, however 
it&amp;#39;s not really the memory size that you want to worry about it&amp;#39;s the physical 
dimestions of the image. If you just upload a picture off of your digital camera 
it will most likely load in the page in it&amp;#39;s native size and the whole page will 
be messed up.&amp;nbsp; If you have photoshop you can open your source image in there and 
then resize it. If you don&amp;#39;t have Photoshop you can just use MS Paint (that&amp;#39;s 
what i used).&amp;nbsp; To do this, open the image in Paint, Select &amp;quot;Image&amp;quot; from the menu 
and then &amp;quot;Stretch/Skew&amp;quot;.&amp;nbsp; It will&amp;nbsp;give you the option to set the height and 
width as a percentage of its original size.&amp;nbsp; You will have to use your&amp;nbsp;math 
skills here to get the image the right size. You need the final image to 
be:&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Height = 132&lt;br /&gt;Width = 199&lt;br /&gt;&amp;nbsp;&lt;br /&gt;It doesn&amp;#39;t have to be exact but 
get it pretty close.&amp;nbsp; It&amp;#39;s a bit tricky in Paint as it doesn&amp;#39;t allow you to just 
set the height and width as a number of pixels. This is where Photohop may be 
better if you have&amp;nbsp;it.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;* Hosting - This is a tricky&amp;nbsp;one. I have tried a 
few different companies and some&amp;nbsp;of them have just been terrible. Site always 
down, mail server messed up the whole time etc. I kind of think you&amp;nbsp;get what you 
pay for with this kind&amp;nbsp;of thing. If you want your site hosted you will 
probably&amp;nbsp;need&amp;nbsp;a business plan as you will&amp;nbsp;need MS SQL Server support for the 
ASP.NET Membership database and&amp;nbsp;also your Personal database.&amp;nbsp; Some of these 
business plans can be kind of expensive however you can find cheaper ones. The 
trick is, finding a cheap one that works!&amp;nbsp; I&amp;nbsp;use IX web hosting which have been 
pretty good. I do sometimes&amp;nbsp;have a few slow load issues but generally fine for 
just a personal site.&amp;nbsp; They can register the name for you and that&amp;#39;s free if you 
buy a plan.&amp;nbsp; I bought 2 years hosting up front and ended up paying about ten 
bucks a month.&amp;nbsp; The only problem with them is that they dont respond to helpdesk 
questions very quickly - but I have&amp;nbsp;never&amp;nbsp;really needed to use that service too 
much so I dont care about that.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;I hope this 
helps a bit.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;All the best,&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Trevor 
Keast&lt;/p&gt;&lt;p&gt;http://www.trevorkeast.com&lt;/p&gt;</description></item><item><title>Personal website starter kit - download resume, resume picture</title><link>http://forums.asp.net/thread/3255902.aspx</link><pubDate>Wed, 24 Jun 2009 16:12:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3255902</guid><dc:creator>marksla</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3255902.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1003&amp;PostID=3255902</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I am new to Personal website starter kit, and came up with a couple of problems with resume page:&lt;/p&gt;
&lt;p&gt;1. My resume image is too large, how can I shrink it to fit the resume page?&lt;/p&gt;
&lt;p&gt;2. How to make Download resume button on Resume page to work?&lt;/p&gt;
&lt;p&gt;3. Any recommendations about deployment of personal web site?&lt;/p&gt;</description></item></channel></rss>