<?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>NewSourceMedia Blog &#187; CSS</title>
	<atom:link href="http://newsourcemedia.com/blog/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://newsourcemedia.com/blog</link>
	<description>Focused on Interactive Design, Development and Marketing</description>
	<lastBuildDate>Mon, 07 May 2012 01:26:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Submitting Forms using JQuery and AJAX</title>
		<link>http://newsourcemedia.com/blog/submitting-forms-using-jquery-and-ajax/</link>
		<comments>http://newsourcemedia.com/blog/submitting-forms-using-jquery-and-ajax/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 01:03:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://newsourcemedia.com/blog/?p=935</guid>
		<description><![CDATA[Submit A Form Without Page Refresh using jQuery In this tutorial I’ll show you how easy it is to do just that — submit a contact form that sends an email, without page refresh using jQuery! (The actual email is &#8230; <a href="http://newsourcemedia.com/blog/submitting-forms-using-jquery-and-ajax/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Submit A Form Without Page Refresh using jQuery</h3>
In this tutorial I’ll show you how easy it is to do just that — submit a contact form that sends an email, without page refresh using jQuery! (The actual email is sent with a php script that processes in the background). Let’s get started.

<a href="http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/" target="_blank">View Tutorial</a>
<h3>Call SOAP-XML Web Services With jQuery Ajax</h3>
In order to call the web service, we need to supply an XML message that match the operation definition specified by the web service’s WSDL. With the operation’s schema already in hand, all that is required is to exchange the type names for the operation’s paramaters, with their actual values. The variable soapMessage contains the complete XML message that we’re going to send to the web service.

<a href="http://openlandscape.net/2009/09/25/call-soap-xm-web-services-with-jquery-ajax/" target="_blank">View Tutorial</a>
<h3>Using JQuery, AJAX and JSONP to do cross-domain calls with PHP</h3>
The easy part is setting up a PHP page to listen for incoming data and send back a result. Not only will we send back data but we will also send back the function name we want to call on the client’s browser. Here is the PHP code:

<a href="http://www.giantflyingsaucer.com/blog/?p=2682." target="_blank">View Tutorial</a>]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/submitting-forms-using-jquery-and-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Center Web Page Using Styles Sheets</title>
		<link>http://newsourcemedia.com/blog/css-center-web-page-using-styles-sheets/</link>
		<comments>http://newsourcemedia.com/blog/css-center-web-page-using-styles-sheets/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 14:43:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Adjust Centering]]></category>
		<category><![CDATA[Auto Center]]></category>
		<category><![CDATA[Center]]></category>
		<category><![CDATA[Fix Centering]]></category>
		<category><![CDATA[width]]></category>

		<guid isPermaLink="false">http://newsourcemedia.com/blog/?p=619</guid>
		<description><![CDATA[How to center a fixed box container using CSS? The sample below dose a few things. First it centers all body content  using the body tag text-align center attribute. This is done to fix a bug in IE and other &#8230; <a href="http://newsourcemedia.com/blog/css-center-web-page-using-styles-sheets/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[How to center a fixed box container using CSS? The sample below dose a few things. First it centers all body content  using the body tag text-align center attribute. This is done to fix a bug in IE and other browsers that do not support margin auto styles. Next thing it will do is take your div with an id of "container" and auto center the margin with a width of 900 pixels. You can change the width to match your content as needed. Lastly it will reset the text to align left. You can align the text as you see fit but here we just wanted to make sure it set back to the default Firefox &amp; Safari text alignment.

Place the following code in your styles tag.

<code>body
{
text-align: center;
}</code>

div#container
{
margin-left: auto;
margin-right: auto;
width: 900px;
text-align: left;
}]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/css-center-web-page-using-styles-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash and SEO. Why not?</title>
		<link>http://newsourcemedia.com/blog/flash-and-seo-why-not/</link>
		<comments>http://newsourcemedia.com/blog/flash-and-seo-why-not/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 16:43:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash AS2]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[Crawling Flash]]></category>
		<category><![CDATA[Optimizing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Spider Flash Site]]></category>
		<category><![CDATA[Swf Indexing]]></category>

		<guid isPermaLink="false">http://am3media.com/site/?p=248</guid>
		<description><![CDATA[Google learns to crawl Flash Google has been developing a new algorithm for indexing textual content in Flash files... Source: http://googleblog.blogspot.com/2008/06/google-learns-to-crawl-flash.html How to SEO Flash •    Search Engines and Flash •    Requirements for Successful Use of Flash •    SEO Flash &#8230; <a href="http://newsourcemedia.com/blog/flash-and-seo-why-not/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<strong>Google learns to crawl Flash</strong>
Google has been developing a new algorithm for indexing textual content in Flash files...
Source: http://googleblog.blogspot.com/2008/06/google-learns-to-crawl-flash.html

<strong>How to SEO Flash</strong>
•    Search Engines and Flash
•    Requirements for Successful Use of Flash
•    SEO Flash Programming
•    Example: Making Flash Home Page Spiderable
•    Scalable Inman Flash Replacement
Source: http://www.hochmanconsultants.com/articles/seo-friendly-flash.shtml

<strong>Here are a few comments on this topic from SearchEngineGuide.com:</strong>
“Stoney, You hit the nail on the head and pounded it down with one stroke. I completely agree, I have turned down clients in my own business due to flash sites. Now that I am with an agency I find Flash more common, as many of the businesses are big enough and niched enough where they feel that they don't need SEO for their website. Oddly enough they are often right. Unfortunately SEO can have a big effect on PPC marketing, and most of these accounts suffer from bad keyword quality scores and thus higher click costs in AdWords.”

“Susan: I disagree slightly. Mostly because it all comes down to the intent. Building a flash only website for Ozzy Osbourne is fine, but e-commerce is not. I think you know what I mean”

“ Working on seo for hotel sites, I've come across some stunning creative sites designed with Flash. If the designers had thoughtfully used the Flash applications to "wow" site visitors, ie embedding in otherwise SE-friendly pages, it could be a win-win situation.
Perhaps all of you have seen the June info about making Flash SE-friendly. ( http://googleblog.blogspot.com/2008/06/google-learns-to-crawl-flash.html )”
Source: http://www.searchengineguide.com/stoney-degeyter/why-i-still-wont-seo-flash-websites.php

<strong>And from SearchEngineJournal.com</strong>:
“Disney does it. And so does Oprah. Even my favorite pizza place does it...  Granted these are extreme cases of sites which use flash extensively, but there are other cases where even a little flash can be improperly used. There are also cases where flash is not only appropriate, it is recommended. The question then becomes how to best use flash without affecting search engine rankings”

“Yeah this article doesn’t help a bit. I thought after reading I would be able to find a solution for my all flash website for seo purposes. <a href="http://www.thefwa.com" target="_blank">Thefwa.com</a> is an all flash website, they rank no.1, they didn’t follow your mumbo jumbo about not using too much flash” (Note from Alex: TheFWA.com does not rank no.1. They rank 31,905. Still not bad for an all flash site.)
Source: http://www.searchenginejournal.com/flash-and-seo-using-flash-on-websites/2247/

<strong>Cool online tool that will probe a flash file:</strong>
http://www.flashprobe.com/]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/flash-and-seo-why-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Layout, Menu and JQuery Resources</title>
		<link>http://newsourcemedia.com/blog/css-layout-menu-and-jquery-resources/</link>
		<comments>http://newsourcemedia.com/blog/css-layout-menu-and-jquery-resources/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 15:26:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[columns layouts]]></category>
		<category><![CDATA[dropdown menu]]></category>
		<category><![CDATA[free templates]]></category>
		<category><![CDATA[horizontal menu]]></category>
		<category><![CDATA[modal windows]]></category>
		<category><![CDATA[multiple menus]]></category>

		<guid isPermaLink="false">http://am3media.com/site/?p=169</guid>
		<description><![CDATA[Free CSS Layout Templates: http://www.alistapart.com/articles/holygrail http://www.dynamicdrive.com/style/layouts/category/C10/ Free CSS Menu Templates: http://www.dynamicdrive.com/style/csslibrary/category/C1/ http://www.dynamicdrive.com/style/csslibrary/category/C2/ Free JQuery Resources: http://docs.jquery.com/Tutorials:Live_Examples_of_jQuery http://www.digital-web.com/articles/jquery_crash_course/ http://webcloud.se/article/Building_modal_panels_with_jQuery]]></description>
			<content:encoded><![CDATA[Free CSS Layout Templates:
http://www.alistapart.com/articles/holygrail
http://www.dynamicdrive.com/style/layouts/category/C10/

Free CSS Menu Templates:
http://www.dynamicdrive.com/style/csslibrary/category/C1/
http://www.dynamicdrive.com/style/csslibrary/category/C2/

Free JQuery Resources:
http://docs.jquery.com/Tutorials:Live_Examples_of_jQuery
http://www.digital-web.com/articles/jquery_crash_course/
http://webcloud.se/article/Building_modal_panels_with_jQuery]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/css-layout-menu-and-jquery-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS IE Hack Fix</title>
		<link>http://newsourcemedia.com/blog/css-ie-hack-fix/</link>
		<comments>http://newsourcemedia.com/blog/css-ie-hack-fix/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 04:18:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://am3media.com/site/?p=167</guid>
		<description><![CDATA[/******** HACK TO CLEAR STYLES **********/ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{border-collapse:collapse;border-spacing:0;} fieldset,img{border:0;} address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} ol,ul {list-style:none;} caption,th {text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';} abbr,acronym {border:0;} /**************************************/ /*********** HACKS!: FIX BOX PADDING AND STUFF **************/ /*********** HACKS!: FIX CENTERING BOX ON IE **************/ /* Self-clearing Containers */ #container:after, &#8230; <a href="http://newsourcemedia.com/blog/css-ie-hack-fix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[/******** HACK TO CLEAR STYLES **********/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/**************************************/

/*********** HACKS!: FIX BOX PADDING AND STUFF **************/
/*********** HACKS!: FIX CENTERING BOX ON IE **************/
/* Self-clearing Containers */
#container:after, #menu:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
#container, #menu {display:inline-block;}
 /* Force IE7 to respect generated content */
/* Hide the next declaration from IE Mac */
* html #container, * html #menu {height:1%;display:block;}
/* IE box model hacks */
* html #left, * html #right {width:178px;width:159px;}
* html #center {width:400px;width:380px;}
* html #menu {height:2em;}
/***********************************/
/*****************************************/
/***********************************************/]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/css-ie-hack-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change CSS A HREF Link Styles</title>
		<link>http://newsourcemedia.com/blog/change-css-a-href-link-styles/</link>
		<comments>http://newsourcemedia.com/blog/change-css-a-href-link-styles/#comments</comments>
		<pubDate>Sun, 23 Dec 2007 00:22:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Link Styles]]></category>

		<guid isPermaLink="false">http://newsourcemedia.com/blog/2007/12/22/change-css-a-href-link-styles/</guid>
		<description><![CDATA[How to change hyperlink color styles Question: How do I change hyperlink color style of my html links? Answer: You can do this by adding CSS to your web page. Try the following to change the a href tages: &#60;style &#8230; <a href="http://newsourcemedia.com/blog/change-css-a-href-link-styles/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[How to change hyperlink color styles
<span id="more-158"></span>

<strong>Question:</strong> How do I change hyperlink color style of my html links?

<strong>Answer:</strong> You can do this by adding CSS to your web page. Try the following to change the a href tages:
<p class="code">&lt;style type="text/css"&gt;</p>

&lt;!—
a:link {
color: #333333;
}
a:visited {
color: #FFFFFF;
}
a:hover {
color: #CCCCCC;
background-color: #333333;
text-decoration: none;
}
a:active {
color: #333333;
}
--&gt;

&lt;/style&gt;

a:link is the links color
a:visited is the color for all links clicked
a:hover is the link style when your mouse hovers over the link.
A:active is the color when the link is active.

If you just want to make a simple color change to all your web links, just do:
<p class="code">&lt;style type="text/css"&gt;</p>

&lt;!—
a { color: #0099ff; }
--&gt;

&lt;/style&gt;

In other words, all links should be #0099ff or what ever color you chose regardless if you’ve visited or are hovering over a link or not.]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/change-css-a-href-link-styles/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>CSS Center Background Image</title>
		<link>http://newsourcemedia.com/blog/css-center-background-image/</link>
		<comments>http://newsourcemedia.com/blog/css-center-background-image/#comments</comments>
		<pubDate>Sun, 23 Dec 2007 00:22:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Backgrounds]]></category>
		<category><![CDATA[background image]]></category>
		<category><![CDATA[centering]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[manage]]></category>
		<category><![CDATA[repeat center.]]></category>
		<category><![CDATA[repeat x]]></category>

		<guid isPermaLink="false">http://newsourcemedia.com/blog/2007/12/22/css-center-background-image/</guid>
		<description><![CDATA[How to center background images on web page. Question: How do I center the backgournd image on my web page so then when I change the window size, the image stays center under the content? Answer: Try using CSS (Cascading &#8230; <a href="http://newsourcemedia.com/blog/css-center-background-image/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[How to center background images on web page.
<span id="more-159"></span>

<strong>Question: </strong>How do I center the backgournd image on my web page so then when I change the window size, the image stays center under the content?

<strong>Answer:</strong> Try using CSS (Cascading Style Sheets) to manage your background images. The key is the “background-position:top center;”. This will do the trick. See below for an example.
<p class="code">&lt;style type="text/css"&gt;
&lt;!--
body{ font-size:x-small;
background-color:FFFFFF;
background-image:url(bg.jpg);
background-attachment:fixed;
background-repeat:repeat-y;
background-position:top center;
margin-top: 610px;}
--&gt;
&lt;/style&gt;

<strong>Note:</strong> Make sure to change the above "bg.jpg" to your background image path.]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/css-center-background-image/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CSS Shadow Text Effects</title>
		<link>http://newsourcemedia.com/blog/css-shadow-text-effects/</link>
		<comments>http://newsourcemedia.com/blog/css-shadow-text-effects/#comments</comments>
		<pubDate>Fri, 29 Dec 2006 00:22:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[shadow]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://newsourcemedia.com/blog/2006/12/28/css-shadow-text-effects/</guid>
		<description><![CDATA[Add cool shadows effects to your text using css codes Add cool shadows effects to your text using css codes to make the text more readable. Here is an example of light blue text with dark soft shadow. &#60;style type="text/css"&#62; &#8230; <a href="http://newsourcemedia.com/blog/css-shadow-text-effects/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[Add cool shadows effects to your text using css codes
<span id="more-174"></span>

Add cool shadows effects to your text using css codes to make the text more readable. Here is an example of light blue text with dark soft shadow.

<code> &lt;style type="text/css"&gt;</code>

h3 {color: #BDD6FF; text-shadow: black 0.1em 0.1em 0.2em}

&lt;/style&gt;]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/css-shadow-text-effects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
