<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>net-blog.net &#187; HTML, PHP, etc.</title>
	<atom:link href="http://www.net-blog.net/blog/index.php/category/informatik/html-php-etc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.net-blog.net/blog</link>
	<description>Informatik, Wissen und Geschichten die das Leben schreibt...</description>
	<lastBuildDate>Wed, 23 Jun 2010 12:36:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySpace Musik herunterladen &#8211; Part1: Workaround</title>
		<link>http://www.net-blog.net/blog/index.php/2009/05/19/myspace-musik-herunterladen-part1-workaround/</link>
		<comments>http://www.net-blog.net/blog/index.php/2009/05/19/myspace-musik-herunterladen-part1-workaround/#comments</comments>
		<pubDate>Tue, 19 May 2009 19:37:37 +0000</pubDate>
		<dc:creator>Raffi</dc:creator>
				<category><![CDATA[HTML, PHP, etc.]]></category>
		<category><![CDATA[Tipps & Tricks]]></category>
		<category><![CDATA[kostenlos]]></category>
		<category><![CDATA[Musik downloaden]]></category>
		<category><![CDATA[MySpace]]></category>
		<category><![CDATA[MySpace workaround]]></category>

		<guid isPermaLink="false">http://www.net-blog.net/blog/?p=501</guid>
		<description><![CDATA[Hinweis (20.05.2010): Es existiert wieder eine funktionierende MySpace Loader Version. Mehr dazu hier: http://www.net-blog.net/blog/index.php/2010/05/20/myspace-loader-musik-von-myspace-herunterladen/


Da ich letztens den ein oder anderen Song von MySpace laden wollte und mal wieder etwas zu viel Zeit hatte, habe ich mich mal ein wenig mit dem Download von Songs, die aus MySpace Profilen gespeichert sind, besch&#228;ftigt.
Sicherlich gibt es schon ein [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff0000;">Hinweis (20.05.2010): Es existiert wieder eine funktionierende MySpace Loader Version. Mehr dazu hier: <a href="http://www.net-blog.net/blog/index.php/2010/05/20/myspace-loader-musik-von-myspace-herunterladen/">http://www.net-blog.net/blog/index.php/2010/05/20/myspace-loader-musik-von-myspace-herunterladen/</a></span></strong></p>
<p><strong><span style="color: #ff0000;"></p>
<p></span></strong></p>
<p><a href="http://www.iconshock.com/" target="_blank"><img class="alignright size-full wp-image-502" style="border: 0pt none;" title="Headphones Icon from http://www.iconshock.com/" src="http://www.net-blog.net/blog/wp-content/uploads/2009/05/headphones-256x256.png" alt="headphones-256x256" width="158" height="158" /></a>Da ich letztens den ein oder anderen Song von MySpace laden wollte und mal wieder etwas zu viel Zeit hatte, habe ich mich mal ein wenig mit dem Download von Songs, die aus MySpace Profilen gespeichert sind, besch&#228;ftigt.</p>
<p>Sicherlich gibt es schon ein paar Programme/Homepages mit denen der Download einwandfrei funktioniert, aber daf&#252;r bin ich vielleicht einfach zu wissbegierig.<br />
Im ersten Teil m&#246;chte ich euch zeigen, wie genau der Download anl&#228;uft. <span style="text-decoration: line-through;">(Sp&#228;ter folgt dann das ganze noch als C# Umsetzung &#8211; nat&#252;rlich samt SourceCode!)<br />
</span>Das ganze gibt&#8217;s mittlerweile auch als C# Umsetzung <a title="myspace-musik-herunterladen-part2-c-implementation" href="http://www.net-blog.net/blog/index.php/2009/05/25/myspace-musik-herunterladen-part2-c-implementation/" target="_self">hier</a> im Blog!</p>
<p><span style="text-decoration: underline;"><strong>Schritt 1:</strong></span></p>
<p>&#214;ffne ein MySpace Profil deiner Wahl in deinem Browser und lasse dir, wenn die Seite vollst&#228;ndig geladen ist, den Quelltext anzeigen.<br />
F&#252;r diese Anleitung habe ich mich f&#252;r das Profil der Band <a title="Kreislaufkollaps" href="http://myspace.com/kreislaufkollaps" target="_blank">Kreislaufkollaps</a> entschieden. (http://myspace.com/kreislaufkollaps)</p>
<p><span style="text-decoration: underline;"><strong>Schritt 2:</strong></span></p>
<p>Aus dem Quelltext der Seite m&#252;ssen wir uns nun die folgenden drei Attribute suchen, da wir deren Values f&#252;r die n&#228;chsten Schritte brauchen:<br />
<em>profid</em><br />
<em>artid<br />
plid</em><br />
Also auf geht&#8217;s einmal Strg+F (zum &#246;ffnen der Suche &#8211; ja, sowas tolles kann der Browser!) und die Attribute suchen. In unserem Beispiel ist demnach folgende Stelle interessant:</p>
<p>[html]<br />
<object id="shell" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="450" height="345" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="shell" /><param name="align" value="middle" /><embed id="shell" type="application/x-shockwave-flash" width="450" height="345" align="middle" name="shell"></embed></object></p>
<p><span> </span>http://lads.myspace.com/videos/Main.swf&#8221; /&gt;</p>
<p>[/html]</p>
<p id="line555">Dem Parameter &#8220;flashvars&#8221; kann man alle 3 gesuchten IDs entnehmen. In unserem Fall w&#228;ren die entsprechenden Values wiefolgt:<br />
profid: 397465991<br />
artid: 11178393<br />
plid: 22156</p>
<p><span id="more-501"></span></p>
<p><span style="text-decoration: underline;"><strong>Schritt 3:</strong></span></p>
<p>Mit Hilfe dieser IDs setzen wir uns eine neue URL zusammen und rufen diese danach wiederrum in unserem Browser auf. Das Schema f&#252;r die URL sieht so aus:</p>
<p>http://musicservices.myspace.com/Modules/MusicServices/Services/MusicPlayerService.ashx?artistUserId=<span style="color: #ff0000;">profid</span>&amp;action=getArtistPlaylist&amp;artistId=<span style="color: #ff0000;">artid</span>&amp;playlistId=<span style="color: #ff0000;">plid<br />
</span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">In unserem Fall m&#252;sste die URL also so aussehen:</span><br />
</span></p>
<p>http://musicservices.myspace.com/Modules/MusicServices/Services/MusicPlayerService.ashx?artistUserId=<span style="color: #ff0000;">397465991</span>&amp;action=getArtistPlaylist&amp;artistId=<span style="color: #ff0000;">11178393</span>&amp;playlistId=<span style="color: #ff0000;">22156</span></p>
<p><span style="text-decoration: underline;"><strong>Schritt 4:</strong></span></p>
<p>Nachdem wir die URL in unserem Browser aufgerufen haben, wird uns ein <a title="xml" href="http://de.wikipedia.org/wiki/XML" target="_blank">XML</a> Dokument angezeigt. In diesem suchen (Strg+F) wir nun die ID des gew&#252;nschten Songs. Ich habe mich f&#252;r den Song &#8220;Wir sind das Volk&#8221; entschieden. Die ID lautet somit 33937771.</p>
<p>[xml]</p>
<p>Wir sind das Volk<br />
−</p>
<p>−</p>
<p>−</p>
<p>−<br />
<small></p>
<p>http://cache01-music02.myspacecdn.com/79/sml_e6ae247eb3bd460f8afa94e7a3bca24c.jpg</p>
<p></small></p>
<p>[/xml]</p>
<p><strong><span style="text-decoration: underline;">Schritt 5:</span></strong></p>
<p>Im letzten Schritt setzen wir diese ID wiederrum in ein URL Schema ein, welches wieffolgt lautet:</p>
<p>http://musicservices.myspace.com/Modules/MusicServices/Services/MusicPlayerService.ashx?songId=<span style="color: #ff0000;">SongID</span>&amp;action=getSong</p>
<p>F&#252;r unser Beispiel m&#252;sste die URL also so aussehen:</p>
<p>http://musicservices.myspace.com/Modules/MusicServices/Services/MusicPlayerService.ashx?songId=<span style="color: #ff0000;">33937771</span>&amp;action=getSong</p>
<p>Wenn ihr diese ID nun aufruft, bekommt ihr ein weiteres XML Dokument angezeigt.</p>
<p>[xml]<br />
Wir sind das Volk<br />
210</p>
<p>http://cache01-music02.myspacecdn.com/79/std_e6ae247eb3bd460f8afa94e7a3bca24c.mp3 rtmp://akafms-music02.myspacecdn.com/ondemand/79/std_e6ae247eb3bd460f8afa94e7a3bca24c.mp3<br />
-<br />
-</p>
<p>-<br />
<small>http://cache01-music02.myspacecdn.com/79/sml_e6ae247eb3bd460f8afa94e7a3bca24c.jpg</small></p>
<p>http://cache01-music02.myspacecdn.com/79/med_e6ae247eb3bd460f8afa94e7a3bca24c.jpg</p>
<p>http://cache01-music02.myspacecdn.com/79/lrg_e6ae247eb3bd460f8afa94e7a3bca24c.jpg</p>
<p>[/xml]</p>
<p>In diesem Dokument findet ihr nun den Link zum Download &#8211; unschwer zu erkennen, an der Endung &#8220;.mp3&#8243;, sowie dem Anfang in Form eines &#8220;http://&#8221;.<br />
In unserem Fall dieser hier:</p>
<p>http://cache01-music02.myspacecdn.com/79/std_e6ae247eb3bd460f8afa94e7a3bca24c.mp3</p>
<p>Den Link nur noch im Browser aufrufen und ab geht&#8217;s!</p>
<p>Das war&#8217;s auch schon! <img src='http://www.net-blog.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <span style="text-decoration: line-through;"><br />
Im n&#228;chsten Teil kommt dann, wie versprochen, eine Umsetzung in C# samt GUI.<br />
</span>Den zweiten Teil der Serie gibt&#8217;s <a title="myspace-musik-herunterladen-part2-c-implementation" href="http://www.net-blog.net/blog/index.php/2009/05/25/myspace-musik-herunterladen-part2-c-implementation/" target="_self">hier</a>!</p>
<p>Liebe Gr&#252;&#223;e,<br />
<span style="text-decoration: underline;"><em><strong>Raffi</strong></em></span></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.net-blog.net%2Fblog%2Findex.php%2F2009%2F05%2F19%2Fmyspace-musik-herunterladen-part1-workaround%2F&amp;linkname=MySpace%20Musik%20herunterladen%20%26%238211%3B%20Part1%3A%20Workaround"><img src="http://www.net-blog.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.net-blog.net/blog/index.php/2009/05/19/myspace-musik-herunterladen-part1-workaround/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SEO und SEM mal ganz anders!</title>
		<link>http://www.net-blog.net/blog/index.php/2009/01/14/seo-mal-ganz-anders/</link>
		<comments>http://www.net-blog.net/blog/index.php/2009/01/14/seo-mal-ganz-anders/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 00:26:38 +0000</pubDate>
		<dc:creator>Raffi</dc:creator>
				<category><![CDATA[Der tägliche Senf...]]></category>
		<category><![CDATA[HTML, PHP, etc.]]></category>
		<category><![CDATA[Tipps & Tricks]]></category>
		<category><![CDATA[SEM]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.net-blog.net/blog/?p=332</guid>
		<description><![CDATA[&#8230;jetzt wird gerappt!
Ja, ja &#8211; SEO und SEM (Suchmaschinenoptimierung und Suchmaschinenmarketing) &#8211; eigentlich ein ziemlich trockenes Thema, wie ich finde. Deshalb war ich umso mehr erstaunt, als ich vorhin &#252;ber einige Videos von &#8220;Poetic Prophet&#8221; gestolpert bin, wie er sich in seinen Videos nennt. Sein pers&#246;nliches kleines Reich im Netz hat sich Chuck, &#8220;Der SEO [...]]]></description>
			<content:encoded><![CDATA[<h2><a href="http://www.net-blog.net/blog/wp-content/uploads/2009/01/chuck.jpg" rel="lightbox[332]"><img class="alignright size-medium wp-image-331" title="chuck" src="http://www.net-blog.net/blog/wp-content/uploads/2009/01/chuck.jpg" alt="" width="118" height="178" /></a>&#8230;jetzt wird gerappt!</h2>
<p>Ja, ja &#8211; SEO und SEM (Suchmaschinenoptimierung und Suchmaschinenmarketing) &#8211; eigentlich ein ziemlich trockenes Thema, wie ich finde. Deshalb war ich umso mehr erstaunt, als ich vorhin &#252;ber einige Videos von &#8220;Poetic Prophet&#8221; gestolpert bin, wie er sich in seinen Videos nennt. Sein <a title="The SEO Rapper" href="http://www.theseorapper.com/" target="_blank">pers&#246;nliches kleines Reich </a>im Netz hat sich Chuck, &#8220;Der SEO Rapper&#8221;, selbstverst&#228;ndlich auch l&#228;ngst eingerichtet.</p>
<p>Gerappt wird nicht &#252;ber Drogen, Sex, Gewalt oder &#196;hnliches, sondern &#252;ber SEO, SEM und Social Medias. Das ganze klingt dann wie folgt&#8230; (ein Klick auf  &#8220;weiterlesen&#8230;&#8221;<br />
bzw. die &#220;berschrift bef&#246;rdert euch zu den Videos)<br />
<span id="more-332"></span></p>
<h3 style="text-align: center;">&#8220;Link Building 101&#8243; performed by Chuck (&#8220;The SEO Rapper&#8221;)</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="405" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/qC3UNewnA5g&amp;hl=de&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" /><embed type="application/x-shockwave-flash" width="500" height="405" src="http://www.youtube.com/v/qC3UNewnA5g&amp;hl=de&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<blockquote><p>You create a new site and its content heavy,<br />
With the right amount of pictures you believe it&#8217;s ready,<br />
So you launch it trying to put money in da bank,<br />
But when you search and try to find yourself, you can&#8217;t,<br />
So you thank until your mind goes blank,<br />
Got titles and headers but no page rank,<br />
Sooner or later it will show if I wait,<br />
In the meantime make sure my code validate,<br />
And it do,<br />
Hmm, now what I&#8217;m supposed to do,<br />
Add meta information and alt tags too,<br />
Still don&#8217;t get listing,<br />
Something must be missing,<br />
Brad and Chuck recommended doing link building,<br />
So you start hunting down sites like a predator,<br />
Doing back links on all your competitors,<br />
Whoever linking to them need to link to me,<br />
Is it free, do we swap, or do I pay a fee,<br />
Well take it from us, before you take that step,<br />
Some things about the site that you might want to check,<br />
Did they use a link farm or some dirty tactics,<br />
Could have a bad effect on your site that&#8217;s drastic,<br />
Could&#8217;ve link baited, look at what they created,<br />
Compare it to yours, is it even related,<br />
Take the time, go inspect and see,<br />
Take advantage of paid directories,<br />
If you follow all the steps with a little bit of patience,<br />
Get links from relevant sites that are favorites,<br />
Update your content on the regular basis,<br />
I&#8217;m confident you&#8217;ll make it to first page placement</p></blockquote>
<h3 style="text-align: center;">&#8220;Paid Search&#8221; performed by Chuck (&#8220;The SEO Rapper&#8221;)</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="405" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/c96LTLlaXew&amp;hl=de&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" /><embed type="application/x-shockwave-flash" width="500" height="405" src="http://www.youtube.com/v/c96LTLlaXew&amp;hl=de&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<blockquote><p>you want to start SEM well heres what to do<br />
focus on a product and find a niche too<br />
you want to get the listing<br />
I&#8217;ll give you some assisting<br />
SEo &amp; SEM, they are coexisting<br />
to cover all the bases<br />
you must have patience<br />
research all your keywords and your phrases<br />
they all sound good but they may not be a factor<br />
several ways to check and I prefer word tracker<br />
very vague phrases should get denied<br />
longtail keyphrases are more qualified<br />
check the cpc, that&#8217;s the cost per click<br />
make a judgement call, is is worth that hit<br />
if it is then keep it<br />
if its not then delete it<br />
stay within your budget, that&#8217;s not a big secret<br />
track your results, reporting is critical<br />
and set your goals right be Google analytical<br />
Google Adwords and Yahoo Search Marketing<br />
if your business local make sure you geo targeting<br />
the user only clicks on what sounds best<br />
make sure you use very descriptive ad text<br />
its a must that you use correct landing pages<br />
if they see what they want, they easily persuaded<br />
when they convert that&#8217;s a win win<br />
when your site is bookmarked they&#8217;ll come back again<br />
cpc will go, ctr will skyrocket<br />
roi will get better, that&#8217;s more money in your pocket<br />
and if you smart, you&#8217;ll invest in more phrases<br />
but that&#8217;s up to you, I&#8217;m just giving you the basics<br />
you got it then fine, if you don&#8217;t hit rewind<br />
listen closely and play it back 1 more time<br />
that&#8217;s just the start anymore might cost<br />
I have to deal with my boss<br />
if I tell you the secret sauce<br />
like using paid search to enhance seo<br />
and revolving ad text is the way to<br />
uh oh, I gotta go, that&#8217;s too much for you to know<br />
but if you want more, wait for the next video</p></blockquote>
<h3 style="text-align: center;">&#8220;Social Media Addiction&#8221; performed by Chuck (&#8220;The SEO Rapper&#8221;)</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="405" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/mwAjur3_08Y&amp;hl=de&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" /><embed type="application/x-shockwave-flash" width="500" height="405" src="http://www.youtube.com/v/mwAjur3_08Y&amp;hl=de&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<blockquote><p>I surf the web, I used to watch TV<br />
now I&#8217;m logged into Joost, it&#8217;s commercial free<br />
lets see where I want to go<br />
and who I want to know<br />
connecting people with people with web 2.0<br />
I don&#8217;t use email unless I&#8217;m at my job<br />
want the next post, I subscribe to the blog<br />
I&#8217;m easy to find<br />
I&#8217;m always online<br />
social networking sites, I think I have nine<br />
I use myspace to promote my music<br />
I get friends and album sales that&#8217;s how I do it<br />
but tell me have you heard<br />
about the new word<br />
something like myspace but they call it virb<br />
always something new, I&#8217;m a start creatin<br />
I&#8217;ll make a brand new facebook application<br />
uploading pictures and mp3&#8217;s<br />
update my profile and hit ctrl D<br />
can&#8217;t stop what I started, it&#8217;s getting ridiculous<br />
social book mark it, add it del.icio.us<br />
some can&#8217;t take it but I just can&#8217;t quit<br />
go to Imeem and listen to my playlist<br />
watching videos on my You Tube channel<br />
clickin so much, my mouse smoking like a candle<br />
I&#8217;m online for hours, addicted to the power<br />
10 tabs open on a firefox browser<br />
I must be going crazy cause I can&#8217;t get enough<br />
I guess I&#8217;m addicted to social media</p></blockquote>
<p><a href="http://"></a><a href="http://"></a></p>
<h3 style="text-align: center;">&#8220;Conversion Closing&#8221; performed by Chuck (&#8220;The SEO Rapper&#8221;)</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="405" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/5NObvDpQe7k&amp;hl=de&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" /><embed type="application/x-shockwave-flash" width="500" height="405" src="http://www.youtube.com/v/5NObvDpQe7k&amp;hl=de&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<blockquote><p>You launch a campaign but thats not all you need,<br />
your campaign not working if its not generating leads,<br />
no contact forms no phone calls<br />
no new sales man you destined to fall,<br />
spent your money on words that was way to vague,<br />
then optimized your site for the wrong keyphrase,<br />
look, it&#8217;s not easy but it can be fixed,<br />
if you do it by the book, with no gimmicks and tricks,<br />
google rules are strict, its a must you abide,<br />
do it right and get rewarded that&#8217;s how we survive,<br />
first pause your ad&#8217;s no more hits on your card,<br />
money don&#8217;t grow on trees at least not in my yard,<br />
did you set up analytics please tell me you did,<br />
gotta figure out whats generating them clicks,<br />
take the time to go and search with the words you chose,<br />
do any of your competitors show with any of those,<br />
then what you do next,<br />
check your ad text,<br />
spice it up a little add some adjectives,<br />
check your link display,<br />
and check your CTA,<br />
and check your site design it might be chasing them away,<br />
and is your site complete and is your deal sweet,<br />
competitive industry, can you compete,<br />
you might be obsolete probably best to retreat,<br />
before your finances deplete and then you face defeat,<br />
but if you are elite,<br />
then stay in your seat,<br />
you client base cold I can show you to the heat,<br />
lets start with your meat,<br />
talking about your content,<br />
it drives the search engine anything else is nonsense,<br />
make it keyword dense, that&#8217;s just common sense,<br />
but don&#8217;t write for the search write for your audience,<br />
after all, they the ones grab the phone and call,<br />
the search engine won&#8217;t do anything but crawl,<br />
now don&#8217;t drop the ball, identify your goal,<br />
set conversion tracking, remain in control<br />
like a cop on patrol, evaluating traffic,<br />
respond to your clients, reduce all the static,<br />
when you get a lead, you should be ecstatic,<br />
contact em immediately, that&#8217;s just automatic,<br />
ask em where they from and add it to your demographic,<br />
ask em what they search but be charismatic,<br />
then close the deal if you have sales skills,<br />
they already qualified, just show em the appeal,<br />
I&#8217;d rather get 100 clicks and close 35,<br />
than get a 1000 clicks and I only close 9,<br />
listen to my design, don&#8217;t get caught up in the rhyme,<br />
you don&#8217;t have to be number 1, strive for top 5,<br />
we can talk about positioning another time,<br />
if you follow the guidelines you&#8217;ll be just fine&#8230;</p></blockquote>
<h3 style="text-align: center;">&#8220;Design Coding&#8221; performed by Chuck (&#8220;The SEO Rapper&#8221;)</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="405" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/a0qMe7Z3EYg&amp;hl=de&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" /><embed type="application/x-shockwave-flash" width="500" height="405" src="http://www.youtube.com/v/a0qMe7Z3EYg&amp;hl=de&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<blockquote><p>Your site design is the first thing people see<br />
it should be reflective of you and the industry<br />
easy to look at with a nice navigation<br />
when you can&#8217;t find what you want it causes frustration<br />
a clear Call to action to increase the temptation<br />
use appealing graphics they create motivation<br />
if you have animation<br />
use with moderation<br />
cause search engines can&#8217;t index the information<br />
display the logos of all your associations<br />
highlight your contact info that&#8217;s an obligation<br />
create a clean design you can use some decoration<br />
but to try to prevent any client hesitation<br />
every page that they click should provide and explanation<br />
should be easy to understand like having a conversation<br />
when you design the style go ahead and use your imagination<br />
but make sure you use correct color combinations<br />
do some investigation, look at other organizations<br />
but don&#8217;t duplicate or you might face a litigation<br />
design done, congratulations but it&#8217;s time to start construction<br />
follow these instructions when you move into production<br />
your photoshop functions then slice that design<br />
do your layout with divs make sure that it&#8217;s aligned<br />
please don&#8217;t use tables even though they work fine<br />
when it come to indexing they give searches a hard time<br />
make it easy for the spiders to crawl what you provide<br />
remove font type, font color and font size<br />
no background colors, keep your coding real neat,<br />
tag your look and feel on a separate style sheet<br />
better results with xml and css<br />
now you making progress, a lil closer to success<br />
describe your doctype so the browser can relate<br />
make sure you do it great or it won&#8217;t validate<br />
check in all browsers, I do it directly<br />
gotta make sure that it renders correctly<br />
some use IE, some others use Flock<br />
some use AOL, I use Firefox<br />
title everything including links and images<br />
don&#8217;t use italics, use emphasis<br />
don&#8217;t use bold, please use strong<br />
if you use bold that&#8217;s old and wrong<br />
when you use CSS, you page will load quicker<br />
client satisfied like they eating on a snicker<br />
they stuck on your page like you made it with a sticker<br />
and then they convert now that&#8217;s the real kicker<br />
make you a lil richer, your site a lil slicker<br />
design and code right man I hope you get the picture<br />
what I&#8217;m telling you is true man it should be a scripture<br />
if it&#8217;s built right you&#8217;ll be the pick of the litter<br />
everyone will want to follow you like twitter<br />
competition will get bitter and you&#8217;ll shine like glitter<br />
if you trying to grow your company will get bigger<br />
design and code right man can you get with it</p></blockquote>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.net-blog.net%2Fblog%2Findex.php%2F2009%2F01%2F14%2Fseo-mal-ganz-anders%2F&amp;linkname=SEO%20und%20SEM%20mal%20ganz%20anders%21"><img src="http://www.net-blog.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.net-blog.net/blog/index.php/2009/01/14/seo-mal-ganz-anders/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unterschiedliche Zufallszahlen generieren mit PHP</title>
		<link>http://www.net-blog.net/blog/index.php/2009/01/13/unterschiedliche-zufallszahlen-generieren-mit-php/</link>
		<comments>http://www.net-blog.net/blog/index.php/2009/01/13/unterschiedliche-zufallszahlen-generieren-mit-php/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 22:31:34 +0000</pubDate>
		<dc:creator>Raffi</dc:creator>
				<category><![CDATA[HTML, PHP, etc.]]></category>
		<category><![CDATA[rand()]]></category>
		<category><![CDATA[Zufallszahlen]]></category>

		<guid isPermaLink="false">http://www.net-blog.net/blog/?p=320</guid>
		<description><![CDATA[ Heute m&#246;chte ich euch zeigen, wie man eine beliebige Anzahl an unterschiedlichen Zufallszahlen generieren kann. Um vorneweg Fragen aus dem Weg zu gehen, warum ich unterschiedliche Zufallszahlen generieren m&#246;chte und, dass das ja dann gar keine 100%tigen Zufallszahlen mehr seien, weil der Zufall ja auch zweimal dieselbe Zahl aussuchen k&#246;nnte, bitte ich euch einmal [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-321" style="margin: 4px 5px;" title="w&#252;rfel" src="http://www.net-blog.net/blog/wp-content/uploads/2009/01/warfel.jpg" alt="" width="184" height="142" /> Heute m&#246;chte ich euch zeigen, wie man eine beliebige Anzahl an unterschiedlichen Zufallszahlen generieren kann. Um vorneweg Fragen aus dem Weg zu gehen, warum ich unterschiedliche Zufallszahlen generieren m&#246;chte und, dass das ja dann gar keine 100%tigen Zufallszahlen mehr seien, weil der Zufall ja auch zweimal dieselbe Zahl aussuchen k&#246;nnte, bitte ich euch einmal folgendes Szenario vorzustellen&#8230;</p>
<p>&#8230;Ihr habt eine Bildergalerie mit 100 Fotos. Diese Fotos sind in einer Datenbank mit fortlaufender ID gespeichert. Auf der Willkommenseite m&#246;chtet ihr eine Art &#8220;Bilderwand&#8221;, ein Mosaik aus 9 zuf&#228;lligen Bildern aus eurer Galerie, anzeigen. Was nun? 9 Zufallszahlen generieren und diese dann f&#252;r die Datenbankabfragen benutzen um die Bilder anzeigen zu lassen? Nein, so k&#246;nnte ja zweimal das selbe Bild angezeigt werden. (Zufallsgenerator wirft z.B. zweimal die <strong>9</strong> aus, was hie&#223;e das in zwei der Kacheln eures Mosaiks das Bild mit der ID 9 angezeigt wird!) Um ein vern&#252;nftiges Ergebnis zu erzielen ben&#246;tigen wir als die gew&#252;nschte Anzahl (in unserem Fall 9) unterschiedliche Zufallszahlen.<br />
Macht also doch Sinn&#8230; <img src='http://www.net-blog.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong><span style="text-decoration: underline;">Wie funktioniert das denn nun?<br />
</span></strong><span id="more-320"></span></p>
<p>[sourcecode language="php"]<br />
$arrayID = range(1, 100);                       // Wir legen ein Array mit den IDs unserer Bilder an<br />
srand ((double)microtime()*1000000);<br />
for($x = 0; $x < 9; $x++)                      // 9 Durchl&#228;ufe f&#252;r 9 Zufallszahlen<br />
{<br />
$i = rand(1, count($arrayID))-1;        // Zufallszahl wird generiert und um eine Ganzzahl verringert, da der Arrayindex ja bei 0 beginnt<br />
$erg[] = $arrayID[$i];                             // Die Zufallszahl wird in einem Array abgelegt<br />
array_splice($arrayID, $i, 1);                  // Die soeben ermittelte Zufallszahl wird aus dem Array entfernt</p>
<p>}<br />
[/sourcecode]</p>
<p>F&#252;r alle, die die Einleitung nicht gelesen haben nochmal eine allgemeinere Version.</p>
<p>[sourcecode language="php"]<br />
$array = range($minimum, $maximum);<br />
srand ((double)microtime()*1000000);<br />
for($x = 0; $x < $AnzahlDerZufallszahlen; $x++)<br />
{<br />
$i = rand(1, count($array))-1;<br />
$erg[] = $array[$i];<br />
array_splice($array, $i, 1);<br />
}<br />
[/sourcecode]</p>
<p>Ihr habt Verbesserungsw&#252;nsche, Fragen, oder alternative Wege zum Ziel? Dann schreibt einen Kommentar! <img src='http://www.net-blog.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Gr&#252;&#223;e,<br />
<span style="text-decoration: underline;"><em><strong>Raffi</strong></em></span></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.net-blog.net%2Fblog%2Findex.php%2F2009%2F01%2F13%2Funterschiedliche-zufallszahlen-generieren-mit-php%2F&amp;linkname=Unterschiedliche%20Zufallszahlen%20generieren%20mit%20PHP"><img src="http://www.net-blog.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.net-blog.net/blog/index.php/2009/01/13/unterschiedliche-zufallszahlen-generieren-mit-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SchuelerVZ Tools die Dritte&#8230;</title>
		<link>http://www.net-blog.net/blog/index.php/2008/11/27/schuelervz-tools-die-dritte/</link>
		<comments>http://www.net-blog.net/blog/index.php/2008/11/27/schuelervz-tools-die-dritte/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 21:35:55 +0000</pubDate>
		<dc:creator>Raffi</dc:creator>
				<category><![CDATA[HTML, PHP, etc.]]></category>
		<category><![CDATA[Software-Projekte]]></category>
		<category><![CDATA[Schueler VZ Tools]]></category>

		<guid isPermaLink="false">http://www.net-blog.net/blog/?p=241</guid>
		<description><![CDATA[&#8230;jetzt ist erstmal Pause!
Traurig aber wahr &#8211; die SchuelerVZ Tools werden erstmal ein bisschen Pausieren. Wie ich gerade mit Schrecken feststellen musste, ist das neue Fotosystem soeben alá &#8220;Chef-Befehl&#8221; durchgesetzt worden. Somit funktionieren die Bilder-/Alben-Downloadfunktionen nun leider nicht mehr&#8230; Die &#8220;Account &#220;bersicht&#8221; funktioniert zwar weiterhin, doch der Kern, der Bilddownload,  ist wiedereinmal zerst&#246;rt. Genau das [...]]]></description>
			<content:encoded><![CDATA[<h2>&#8230;jetzt ist erstmal Pause!</h2>
<p>Traurig aber wahr &#8211; die SchuelerVZ Tools werden erstmal ein bisschen Pausieren. Wie ich gerade mit Schrecken feststellen musste, ist das neue Fotosystem soeben alá &#8220;Chef-Befehl&#8221; durchgesetzt worden. Somit funktionieren die Bilder-/Alben-Downloadfunktionen nun leider nicht mehr&#8230; Die &#8220;Account &#220;bersicht&#8221; funktioniert zwar weiterhin, doch der Kern, der Bilddownload,  ist wiedereinmal zerst&#246;rt. Genau das gleiche ist mir beim letzten Wechsel des Fotosystems auch widerfahren. Ich bitte euch um ein wenig Geduld, denn ich werde mich nat&#252;rlich die Tage dransetzen und versuchen die SchuelerVZ Tools zu fixen, jedoch m&#246;chte ich gleich vorneweg sagen, dass es auch nicht schneller geht, wenn ihr mir Mails schickt mit Inhalten wie <em>&#8220;Schei&#223;e die Tools gehen nicht mehr &#8211; mach was!&#8221; </em>(Ja &#8211; das gab es Alles schon!)</p>
<p>Also seit gespannt, ich werde euch &#252;ber den Blog hier am laufenden halten und wenn ihr die Tools ab und zu f&#252;r die Accountstatistik &#246;ffnen solltet, werdet ihr auch mitbekommen, wenn die neue Version erh&#228;ltlich ist&#8230; (Bei Updates melden sich die SchuelerVZ Tools beim Starten automatisch, sodass ihr immer auf dem aktuellen Stand seid!)</p>
<p>Liebe Gr&#252;&#223;e,<br />
<strong><em>Raffi</em></strong></p>
<p><span style="text-decoration: line-through;"><em>Zur nun nur noch eingeschr&#228;nkten Version der SchuelerVZ Tools geht es hier &#8211;&gt; <a title="http://www.net-blog.net/blog/index.php/2008/11/20/schuelervz-tools-die-zweite/" href="http://www.net-blog.net/blog/index.php/2008/11/20/schuelervz-tools-die-zweite/" target="_self">http://www.net-blog.net/blog/index.php/2008/11/20/schuelervz-tools-die-zweite/</a></em></span></p>
<p><strong><em>Update &#8211; es gibt wieder eine funktionierende Version!<br />
<a title="http://www.net-blog.net/blog/index.php/2008/12/16/multivz-tools-version-4-ist-da/" href="http://www.net-blog.net/blog/index.php/2008/12/16/multivz-tools-version-4-ist-da/" target="_self">Zur aktuellen Version geht&#8217;s hier lang!</a></em></strong></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.net-blog.net%2Fblog%2Findex.php%2F2008%2F11%2F27%2Fschuelervz-tools-die-dritte%2F&amp;linkname=SchuelerVZ%20Tools%20die%20Dritte%26%238230%3B"><img src="http://www.net-blog.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.net-blog.net/blog/index.php/2008/11/27/schuelervz-tools-die-dritte/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Zeichencodes (&#228;, &#246;, &#252;, &#8230;)</title>
		<link>http://www.net-blog.net/blog/index.php/2008/10/01/html-zeichencodes-a-o-u/</link>
		<comments>http://www.net-blog.net/blog/index.php/2008/10/01/html-zeichencodes-a-o-u/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 08:06:42 +0000</pubDate>
		<dc:creator>Raffi</dc:creator>
				<category><![CDATA[HTML, PHP, etc.]]></category>
		<category><![CDATA[ASCII]]></category>
		<category><![CDATA[ASCII Codes]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML Zeichencodes]]></category>

		<guid isPermaLink="false">http://www.net-blog.net/blog/?p=91</guid>
		<description><![CDATA[Mal wieder ein kurzer Merkzettel. Die gel&#228;ufigsten HTML Zeichencodes:

&#228; -&#62; &#38;auml;
&#196; -&#62; &#38;Auml;
&#246; -&#62; &#38;ouml;



&#214; -&#62; &#38;Ouml;
&#252; -&#62; &#38;uuml;
&#220; -&#62; &#38;Uuml;
&#223; -&#62; &#38;szlig;
€ -&#62; &#38;euro;
&#38;  -&#62; &#38;amp;
&#60; -&#62; &#38;lt;
&#62; -&#62; &#38;gt;
” -&#62; &#38;quot;

]]></description>
			<content:encoded><![CDATA[<p>Mal wieder ein kurzer Merkzettel. Die gel&#228;ufigsten HTML Zeichencodes:</p>
<ul>
<li>&#228; -&gt; &amp;auml;</li>
<li>&#196; -&gt; &amp;Auml;</li>
<li>&#246; -&gt; &amp;ouml;</li>
</ul>
<p><span id="more-91"></span></p>
<ul>
<li>&#214; -&gt; &amp;Ouml;</li>
<li>&#252; -&gt; &amp;uuml;</li>
<li>&#220; -&gt; &amp;Uuml;</li>
<li>&#223; -&gt; &amp;szlig;</li>
<li>€ -&gt; &amp;euro;</li>
<li>&amp;  -&gt; &amp;amp;</li>
<li>&lt; -&gt; &amp;lt;</li>
<li>&gt; -&gt; &amp;gt;</li>
<li>” -&gt; &amp;quot;</li>
</ul>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.net-blog.net%2Fblog%2Findex.php%2F2008%2F10%2F01%2Fhtml-zeichencodes-a-o-u%2F&amp;linkname=HTML%20Zeichencodes%20%28%26%23228%3B%2C%20%26%23246%3B%2C%20%26%23252%3B%2C%20%26%238230%3B%29"><img src="http://www.net-blog.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.net-blog.net/blog/index.php/2008/10/01/html-zeichencodes-a-o-u/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
