<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Swankland]]></title>
	<link rel="self" href="http://www.swankwithoutthewank.com/bb/feed/atom/"/>
	<updated>2010-02-13T20:19:35Z</updated>
	<generator>PunBB</generator>
	<id>http://www.swankwithoutthewank.com/bb/</id>
		<entry>
			<title type="html"><![CDATA[Poll]]></title>
			<link rel="alternate" href="http://www.swankwithoutthewank.com/bb/topic/2162/poll/new/posts/"/>
			<summary type="html"><![CDATA[<p>So to speak.</p><p>I was let go before the holidays because <strong>&quot;due to a business decision, the web devs had to go back and redo all the work that I did on the sites I did&quot;</strong> for the company I was working for. Which, in no certain terms, is bullspit.</p><p>Whatever, I am over it. No reason to stew and stay angry about it, if they want to be that superficial about things.</p><p>I posted links in the Previews forum, those links are now gone, but from what I gathered, things were working, the only things in question were design, and typography (of which I had no control over).</p><p>So I&#039;d like to get a gauge from the fine folks here at Swankland. Is my work sub-par? Or is my work passable? Or what do you think of my work <a href="http://six03.com/work/">http://six03.com/work/</a> (see also the past works).</p><p>I think it was just a matter of devs thinking they could do better and then going over my code. I don&#039;t know, like I said, it&#039;s not worth stewing about.</p><p>Just wanted <strong>honest</strong> opinions of my work and my skills (of which I stand behind 10,000%).</p><p>Thanks.</p>]]></summary>
			<author>
				<name><![CDATA[Todd]]></name>
				<uri>http://www.swankwithoutthewank.com/bb/user/18/</uri>
			</author>
			<updated>2010-02-13T20:19:35Z</updated>
			<id>http://www.swankwithoutthewank.com/bb/topic/2162/poll/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[If statement versus a Loop?]]></title>
			<link rel="alternate" href="http://www.swankwithoutthewank.com/bb/topic/2163/if-statement-versus-a-loop/new/posts/"/>
			<summary type="html"><![CDATA[<p><span class="postimg"><img src="http://i.imgur.com/n61Fi.png" alt="http://i.imgur.com/n61Fi.png" /></span></p><p>Pretty simple once you see it like that, huh?</p>]]></summary>
			<author>
				<name><![CDATA[Todd]]></name>
				<uri>http://www.swankwithoutthewank.com/bb/user/29/</uri>
			</author>
			<updated>2010-02-07T22:52:12Z</updated>
			<id>http://www.swankwithoutthewank.com/bb/topic/2163/if-statement-versus-a-loop/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[PHP problem]]></title>
			<link rel="alternate" href="http://www.swankwithoutthewank.com/bb/topic/2160/php-problem/new/posts/"/>
			<summary type="html"><![CDATA[<p>I&#039;m trying to find the <em>simplest</em> way to change a URL inside an anchor automatically using an ID and a PHP function, but I&#039;m not quite achieving the desired effect. I&#039;m certain one of our PHP gurus can help me! <img src="http://www.swankwithoutthewank.com/bb/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Essentially, I&#039;m making a list that will be generated by a MySQL table. It will be full of airport ICAO codes, which are 4 letters each. I want each 4-letter code to be output as a link that will automatically generate the URL based on what the anchor text is. I am happy with how to get the 4-letter codes to output as links on a page, but the URL manipulation is currently beyond me.</p><br /><p>What I want to achieve is like this--the base URL will always be the same:<br /></p><div class="codebox"><pre><code>www.airnav.com/airport/</code></pre></div><p>The link will look lie this:<br /></p><div class="codebox"><pre><code>KJFK</code></pre></div><p>When the page is loaded, I want the following to happen:<br /></p><div class="codebox"><pre><code>&lt;a id=&quot;ICAO&quot; href=&quot;http://www.airnav.com/airport/KJFK/&quot;&gt;KJFK&lt;/a&gt;</code></pre></div><p>Where you can see that the anchor text, KJFK, is <strong>appended</strong> to the base URL . The anchor text will be different on every link and therefore must be automatically generated from the anchor text to make this work. </p><p>The ID &quot;ICAO&quot; should allow me to use PHP, or even maybe JavaScript (but would prefer PHP) to manipulate the URL but the problem I run into is that the anchor text is after the link URL and I am just not familiar enough with PHP to figure out how to get this running correctly. I had it set so the URL was a variable like so:<br /></p><div class="codebox"><pre><code>&lt;a id=&quot;ICAO&quot; href=&quot;http://www.airnav.com/airport/&lt;?php echo &#039;$ICAO&#039; ?&gt;/&quot;&gt;KJFK&lt;/a&gt;</code></pre></div><p>I then tried to harvest KJFK to be $ICAO through a function that was included at the start of the page, but as the anchor text comes after the URL, it didn&#039;t work, or at least that is my best guess at why it didn&#039;t work. Apologies for the newbieness of this question!</p>]]></summary>
			<author>
				<name><![CDATA[Todd]]></name>
				<uri>http://www.swankwithoutthewank.com/bb/user/29/</uri>
			</author>
			<updated>2010-01-21T03:32:54Z</updated>
			<id>http://www.swankwithoutthewank.com/bb/topic/2160/php-problem/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Hi All]]></title>
			<link rel="alternate" href="http://www.swankwithoutthewank.com/bb/topic/2161/hi-all/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi Friends hws every one is doing? Its been long time since i come to the forum. Enjoy all!!!</p>]]></summary>
			<author>
				<name><![CDATA[Todd]]></name>
				<uri>http://www.swankwithoutthewank.com/bb/user/13/</uri>
			</author>
			<updated>2010-01-20T06:35:52Z</updated>
			<id>http://www.swankwithoutthewank.com/bb/topic/2161/hi-all/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Christmas]]></title>
			<link rel="alternate" href="http://www.swankwithoutthewank.com/bb/topic/2158/christmas/new/posts/"/>
			<summary type="html"><![CDATA[<p>It&#039;s coming up fast now, so I may not be in on the forums before Christmas. Would like to wish you all a great Christmas!</p>]]></summary>
			<author>
				<name><![CDATA[Todd]]></name>
				<uri>http://www.swankwithoutthewank.com/bb/user/34/</uri>
			</author>
			<updated>2009-12-23T01:36:29Z</updated>
			<id>http://www.swankwithoutthewank.com/bb/topic/2158/christmas/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Copyright management]]></title>
			<link rel="alternate" href="http://www.swankwithoutthewank.com/bb/topic/2159/copyright-management/new/posts/"/>
			<summary type="html"><![CDATA[<p>I have been using their site and i am pretty happy with it. Its worth to check out <a href="https://myows.com/">https://myows.com/</a></p>]]></summary>
			<author>
				<name><![CDATA[shagura]]></name>
				<uri>http://www.swankwithoutthewank.com/bb/user/119/</uri>
			</author>
			<updated>2009-12-20T04:26:16Z</updated>
			<id>http://www.swankwithoutthewank.com/bb/topic/2159/copyright-management/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[New works]]></title>
			<link rel="alternate" href="http://www.swankwithoutthewank.com/bb/topic/2136/new-works/new/posts/"/>
			<summary type="html"><![CDATA[<p>Some of my new ones based on my own photos</p><p><span class="postimg"><img src="http://i258.photobucket.com/albums/hh248/jusuart/Dark-moment-cafe.jpg" alt="http://i258.photobucket.com/albums/hh248/jusuart/Dark-moment-cafe.jpg" /></span></p><p><span class="postimg"><img src="http://i258.photobucket.com/albums/hh248/jusuart/waitingcafe.jpg" alt="http://i258.photobucket.com/albums/hh248/jusuart/waitingcafe.jpg" /></span></p><p><span class="postimg"><img src="http://i258.photobucket.com/albums/hh248/jusuart/little-island-cafe.jpg" alt="http://i258.photobucket.com/albums/hh248/jusuart/little-island-cafe.jpg" /></span></p><p><span class="postimg"><img src="http://i258.photobucket.com/albums/hh248/jusuart/suomenlinna-cafe.jpg" alt="http://i258.photobucket.com/albums/hh248/jusuart/suomenlinna-cafe.jpg" /></span></p><p><span class="postimg"><img src="http://i258.photobucket.com/albums/hh248/jusuart/street3cafelowres.jpg" alt="http://i258.photobucket.com/albums/hh248/jusuart/street3cafelowres.jpg" /></span></p>]]></summary>
			<author>
				<name><![CDATA[jusu]]></name>
				<uri>http://www.swankwithoutthewank.com/bb/user/119/</uri>
			</author>
			<updated>2009-11-24T15:04:19Z</updated>
			<id>http://www.swankwithoutthewank.com/bb/topic/2136/new-works/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[I gotz hi-errd]]></title>
			<link rel="alternate" href="http://www.swankwithoutthewank.com/bb/topic/2149/i-gotz-hierrd/new/posts/"/>
			<summary type="html"><![CDATA[<p>I am working once again!!! Got the email tonight, contract basis to start... I&#039;m going to celebrate by taking everyone out to eat, you can even super size it...</p>]]></summary>
			<author>
				<name><![CDATA[Todd]]></name>
				<uri>http://www.swankwithoutthewank.com/bb/user/18/</uri>
			</author>
			<updated>2009-11-17T05:15:06Z</updated>
			<id>http://www.swankwithoutthewank.com/bb/topic/2149/i-gotz-hierrd/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RGB to CMYK help]]></title>
			<link rel="alternate" href="http://www.swankwithoutthewank.com/bb/topic/2150/rgb-to-cmyk-help/new/posts/"/>
			<summary type="html"><![CDATA[<p>hi i made a book cover using rgb mode where i used a green color #A9C556 and then i wanted it in cmyk mode as&nbsp; its for printing. But when i changed the mode from RGB to cmyk the green color i used is become more shiny like green and the color is changed totally different green color. how to fix this problem ? am new to this stuff. please help me.</p><p>regards</p>]]></summary>
			<author>
				<name><![CDATA[Todd]]></name>
				<uri>http://www.swankwithoutthewank.com/bb/user/13/</uri>
			</author>
			<updated>2009-10-30T06:23:48Z</updated>
			<id>http://www.swankwithoutthewank.com/bb/topic/2150/rgb-to-cmyk-help/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[CSS @ Ten: The Next Big Thing]]></title>
			<link rel="alternate" href="http://www.swankwithoutthewank.com/bb/topic/2147/css-ten-the-next-big-thing/new/posts/"/>
			<summary type="html"><![CDATA[<p>A very good article written by someone very famous in the web design field...</p><p><a href="http://www.alistapart.com/articles/cssatten">http://www.alistapart.com/articles/cssatten</a></p>]]></summary>
			<author>
				<name><![CDATA[Alex McKee]]></name>
				<uri>http://www.swankwithoutthewank.com/bb/user/18/</uri>
			</author>
			<updated>2009-08-21T11:15:46Z</updated>
			<id>http://www.swankwithoutthewank.com/bb/topic/2147/css-ten-the-next-big-thing/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[The Rissington Podcast]]></title>
			<link rel="alternate" href="http://www.swankwithoutthewank.com/bb/topic/2144/the-rissington-podcast/new/posts/"/>
			<summary type="html"><![CDATA[<p>UK web designer and icon designer Jon Hicks, of Firefox logo fame, and John Oxton have been providing a semi-regular podcast from the old RAF Rissington in the Cotswolds. </p><p><a href="http://therissingtonpodcast.co.uk/">http://therissingtonpodcast.co.uk/</a></p><p>Both of these designers are well worth listening to and accomplished.</p>]]></summary>
			<author>
				<name><![CDATA[Todd]]></name>
				<uri>http://www.swankwithoutthewank.com/bb/user/34/</uri>
			</author>
			<updated>2009-08-20T02:49:06Z</updated>
			<id>http://www.swankwithoutthewank.com/bb/topic/2144/the-rissington-podcast/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Macbook Pro questions]]></title>
			<link rel="alternate" href="http://www.swankwithoutthewank.com/bb/topic/2145/macbook-pro-questions/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi guys,</p><p>I&#039;m on the market for a new laptop. I&#039;m <a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=280379672584&amp;ssPageName=STRK:MESELX:IT#ht_548wt_1182">selling</a> my other laptop as I had it to combine gaming and work. Now I am home in the USA, I have a desktop back for gaming and the laptop is overkill for web development. I have really wanted to switch to a Mac to use coda for web development for a long time, amongst other reasons (Jen bullying me...:D), but never had to cash to splash on one. Now I have a little extra cash and if I can just sell the Dell M1730 laptop, then I&#039;ll have enough to purchase a mid-range Macbook Pro.</p><p>The questions I have pertain to the fact I have barely used Mac and have never owned one, so I am unsure what my best purchase would be. I don&#039;t want to waste money right now. I will be using it for web development using a MAMP setup, Adobe Creative Suite CS4 and to surf the internet. I want to probably hook it up to an external monitor that is a 22&quot; LG Flatron W2252TQ with 1680x1050 resolution. </p><p>So, will a Macbook 15&quot; provide enough power for me to do these things concurrently (photoshop open alongside 3 browsers and coda, for example)?</p><p>I want to purchase the best CPU and GFX card available and will need to go for the base HDD and memory to do that. Can I get away with purchasing a base model HDD and memory and put in after-market items, or is mac hardware not upgradable by the enduser? Can I just put a regular 2.5&quot; HDD in and regular memory from crucial.com?</p><p>Also, what option will I need (of the 4 or 5 they have) to put in my external monitor?</p><p>Phew, done, I think. Sorry for so many questions, but I&#039;m really concerned about getting the right one for me as I don&#039;t have a lot of money right now but do want to go ahead and get what I need to get my job done. I just am non-tech to newbie when it comes to Apple....:D</p>]]></summary>
			<author>
				<name><![CDATA[jusu]]></name>
				<uri>http://www.swankwithoutthewank.com/bb/user/29/</uri>
			</author>
			<updated>2009-08-13T14:32:23Z</updated>
			<id>http://www.swankwithoutthewank.com/bb/topic/2145/macbook-pro-questions/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Do you like coffee, some coffee art here]]></title>
			<link rel="alternate" href="http://www.swankwithoutthewank.com/bb/topic/2146/do-you-like-coffee-some-coffee-art-here/new/posts/"/>
			<summary type="html"><![CDATA[<p>Looks delicious, eh? <img src="http://www.swankwithoutthewank.com/bb/img/smilies/smile.png" width="15" height="15" alt="smile" /> <a href="http://www.webdesignerdepot.com/2009/07/50-beautifully-delicious-coffee-designs/">http://www.webdesignerdepot.com/2009/07 &#133; e-designs/</a></p>]]></summary>
			<author>
				<name><![CDATA[Todd]]></name>
				<uri>http://www.swankwithoutthewank.com/bb/user/119/</uri>
			</author>
			<updated>2009-08-11T22:06:42Z</updated>
			<id>http://www.swankwithoutthewank.com/bb/topic/2146/do-you-like-coffee-some-coffee-art-here/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Thank God you are still here!]]></title>
			<link rel="alternate" href="http://www.swankwithoutthewank.com/bb/topic/2140/thank-god-you-are-still-here/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi Swankers I&#039;m so glad you are still here!<br />~beer for all~</p>]]></summary>
			<author>
				<name><![CDATA[Todd]]></name>
				<uri>http://www.swankwithoutthewank.com/bb/user/215/</uri>
			</author>
			<updated>2009-08-11T21:52:05Z</updated>
			<id>http://www.swankwithoutthewank.com/bb/topic/2140/thank-god-you-are-still-here/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Google Chrome Os]]></title>
			<link rel="alternate" href="http://www.swankwithoutthewank.com/bb/topic/2139/google-chrome-os/new/posts/"/>
			<summary type="html"><![CDATA[<p>Is it a challenge to Windows? <a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html">http://googleblog.blogspot.com/2009/07/ &#133; me-os.html</a></p>]]></summary>
			<author>
				<name><![CDATA[jusu]]></name>
				<uri>http://www.swankwithoutthewank.com/bb/user/119/</uri>
			</author>
			<updated>2009-07-26T04:49:09Z</updated>
			<id>http://www.swankwithoutthewank.com/bb/topic/2139/google-chrome-os/new/posts/</id>
		</entry>
</feed>
