<?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>Intermarketing by Merkados™&#187; php</title>
	<atom:link href="http://intermarketing.merkados.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://intermarketing.merkados.com</link>
	<description>Digital Media Design &#38; Marketing Blog</description>
	<lastBuildDate>Fri, 23 Dec 2011 16:15:35 +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>Install xDebug with your MAMP &#8211; Mac OS X 10.6</title>
		<link>http://intermarketing.merkados.com/install-xdebug-with-your-mamp-mac-os-x-10-6</link>
		<comments>http://intermarketing.merkados.com/install-xdebug-with-your-mamp-mac-os-x-10-6#comments</comments>
		<pubDate>Thu, 24 Feb 2011 17:51:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design Tutorials]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://intermarketing.merkados.com/?p=586</guid>
		<description><![CDATA[Ok so the very reason why I am writing this post is because I am sure some of you have trouble installing xDebug with MAMP in Mac OS X 10.5 or 10.6. I think the problem is pretty simple, however if you don&#8217;t know it, you will scratch your head for hours! Here it is. [...]]]></description>
			<content:encoded><![CDATA[<p>Ok so the very reason why I am writing this post is because I am sure some of you have trouble installing xDebug with MAMP in Mac OS X 10.5 or 10.6. I think the problem is pretty simple, however if you don&#8217;t know it, you will scratch your head for hours!<br />
Here it is. The first part of installing xDebug is to get it as an extension for Zend in PHP. So you traditionally would go to the xDebug Wizard and see that it has a nice box where it asks for your phpinfo(); results.<br />
<a href="http://intermarketing.merkados.com/wp-content/uploads/2011/02/Xdebug_-Support-Tailored-Installation-Instructions.jpg"><img src="http://intermarketing.merkados.com/wp-content/uploads/2011/02/Xdebug_-Support-Tailored-Installation-Instructions-300x262.jpg" alt="" title="Xdebug_ Support; Tailored Installation Instructions" width="300" height="262" class="alignnone size-medium wp-image-589" /></a></p>
<p>So go ahead and visit the <a href="http://www.xdebug.org/find-binary.php">xDebug Wizard</a> first. Then head to your local machine and create a simple php script with the following:</p>
<pre name="code" class="php">
    phpinfo();
</pre>
<p>2. Ok so now go ahead and save your php script somewhere accessible by your local web server. Now head to your browser and run the script. Select all the output and paste it in the textarea box at the xdebug wizard.</p>
<p>3. Now, xdebug is going to give you tailored instructions on how to proceed from here. HOWEVER, at the end of the instructions you will need to do another step.</p>
<p>4. Head to <a href="http://code.activestate.com/komodo/remotedebugging/">Komodo IDE&#8217;s download page</a> and click on the PHP debugging extension for MAC OS. <a href="http://intermarketing.merkados.com/wp-content/uploads/2011/02/Komodo-Remote-Debugging-Package-Downloads-«-ActiveState-Code.jpg"><img src="http://intermarketing.merkados.com/wp-content/uploads/2011/02/Komodo-Remote-Debugging-Package-Downloads-«-ActiveState-Code-300x300.jpg" alt="" title="Komodo Remote Debugging Package Downloads « ActiveState Code" width="300" height="300" class="alignnone size-medium wp-image-587" /></a></p>
<p>5. Once you have the download take the xdebug.so located in the package, and place this into<br />
/Applications/MAMP/Library/share/php/xdebug.so</p>
<p>6. Edit your /Applications/MAMP/conf/php5/php.ini like so:</p>
<pre name="code" class="php">
; xdebug
zend_extension=/Applications/MAMP/Library/share/php/xdebug.so
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.idekey=
</pre>
<p>7. Restart your Server and re-run your phpinfo() script.</p>
<p>8. You should now see the extension running properly.<br />
<a href="http://intermarketing.merkados.com/wp-content/uploads/2011/02/phpinfo.jpg"><img src="http://intermarketing.merkados.com/wp-content/uploads/2011/02/phpinfo-300x85.jpg" alt="" title="phpinfo()" width="300" height="85" class="alignnone size-medium wp-image-588" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://intermarketing.merkados.com/install-xdebug-with-your-mamp-mac-os-x-10-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VideoCast: Retrieving IP Addresses with Google Analytics</title>
		<link>http://intermarketing.merkados.com/ip-ga-video</link>
		<comments>http://intermarketing.merkados.com/ip-ga-video#comments</comments>
		<pubDate>Thu, 03 Dec 2009 16:57:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Online Marketing Tutorials]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[ip addresses]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://intermarketing.merkados.com/?p=316</guid>
		<description><![CDATA[In this episode Alex Centeno MBA. from Merkados, shows you how to install the necessary code to retrieve the IP addresses of your visitors using Google Analytics. This online marketing technique can be modified to be used with other scripting languages other than PHP, however, in this case, the languages used are PHP and Javascript. [...]]]></description>
			<content:encoded><![CDATA[<p>In this episode Alex Centeno MBA. from Merkados, shows you how to install the necessary code to retrieve the IP addresses of your visitors using Google Analytics.</p>
<p>This <a href="http://www.merkados.com/services">online marketing technique</a> can be modified to be used with other scripting languages other than PHP, however, in this case, the languages used are PHP and Javascript.<span id="more-316"></span></p>
<p>Also, you could use this method to generate custom segmentation other than by IP address. For example, you could create the segment by browser, by keyword (the keyword that sent the visitor to your site) or any other collected information: such as email address or name. The possibility are truly endless.</p>
<p>** Remember that this technique populates all profiles in your Google Analytics account and there is no way to remove this information from your account once it is there. So make sure you want it there.</p>
<p><embed src="http://blip.tv/play/hMF5gbPoOAA%2Em4v" type="application/x-shockwave-flash" width="512" height="384" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p>Thanks again,</p>
<p>Alex Centeno<br />
<a href="http://www.merkados.com/free-preview" title="Free Preview for Merkados Platform"><img src="http://www.merkados.com/images/2010-preview-buttons/preview.png" width="350" height="96" alt="Free Preview for Merkados Website Platform" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://intermarketing.merkados.com/ip-ga-video/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change a background image in CSS with PHP</title>
		<link>http://intermarketing.merkados.com/change-a-background-image-in-css-with-php</link>
		<comments>http://intermarketing.merkados.com/change-a-background-image-in-css-with-php#comments</comments>
		<pubDate>Thu, 03 Sep 2009 19:50:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design Tutorials]]></category>
		<category><![CDATA[change background]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[technique]]></category>

		<guid isPermaLink="false">http://intermarketing.merkados.com/?p=217</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<span class="mgm_private_no_access"><div style="border-style:solid; border-width:1px; margin-bottom:1em; background-color:#E4F2FD; border-color:#C6D9E9; margin:5px; font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Verdana,sans-serif; font-size:13px; color:#333333;">

	<div style="margin: 5px 10px;"><div><b>Protected Content</b></div><div><img src="http://intermarketing.merkados.com/wp-content/themes/intermarketing/images/access.png" alt="Register Now"></div>You need to register (<b>FREE</b>) or if you have already registered, be logged in to see this part of the post. Please  <a href="http://intermarketing.merkados.com/login/?redirect_to=http://intermarketing.merkados.com/change-a-background-image-in-css-with-php"><b>Login</b></a> here. If you haven't registered, you may register using the form below:<div><br></div><div><div class="mgm_register_form">
				
				<form class="mgm_form" name="registerform" id="registerform"  action="http://intermarketing.merkados.com/register/" method="post">	               
				   <div class="user_login">

	<label>Username</label>	

	<p><input type="text" name="user_login" id="user_login2" class="mgm_register_field required" value="" /></p>

</div>	<div class="user_email">

	<label>E-mail</label>	

	<p><input type="text" name="user_email" id="user_email2" class="mgm_register_field required" value="" /></p>

</div>	<div class="first_name_box">

	<label>First Name</label>	

	<p><input type="text" name="mgm_register_field[first_name]" value="" class="mgm_register_field required" /></p>

</div>	<div class="last_name_box">

	<label>Last Name</label>	

	<p><input type="text" name="mgm_register_field[last_name]" value="" class="mgm_register_field required" /></p>

</div>	<div class="subscription_introduction_box">

	<label>Subscription Introduction</label>	

	<p><div class="mgm_field_html">Thank you for your interest in registering with Merkados' Intermarketing Digital Media Resources & Strategy Information. In order to access some of our premium content and downloads you are required to provide your personal name and valid e-mail account. This information is only used by Merkados to send occasional information about additional digital media products, services and resources that may benefit you. We will never sell or share your information with anybody - ever.</div></p>

</div>	<div class="subscription_options_box">

	<label>Subscription Options</label>	

	<p><div class="mgm_subs_wrapper">
								 <div class="mgm_subs_option">
									<input type="radio"  checked="checked" class="checkbox" name="mgm_subscription" value="MC4wMHwxfG18ZnJlZXwy" />														
								 </div>
								 <div class="mgm_subs_pack_desc">
									Free - 0.00 USD per 1 month  - Ongoing 
								 </div>
								 <div class="clearfix"></div>
								 <div class="mgm_subs_desc">
									Free Account - This account grants you access to all of our protected content - only for subscribers. This Free Account is for a limited time only. This account is activated monthly and it will automatically renew (for free) at the end of every month. You may decide to upgrade or cancel at any time.
								 </div>
							 </div></p>

</div>	<div class="autoresponder_box">

	<p><input type="checkbox" name="mgm_register_field[autoresponder]" value="Y" align="absmiddle" checked="true"/>   <label>I would like to receive Updates.</label></p>

</div>	<div class="captcha_box">

	<label>Captcha</label>	

	<p><div class="mgm_field_captcha">
<script type="text/javascript">
var RecaptchaOptions = { 
			        custom_translations : {
			                        instructions_visual : "Type the two words:",
			                        instructions_audio : "Type what you hear:",
			                        play_again : "Play sound again",
			                        cant_hear_this : "Can't hear this",
			                        visual_challenge : "Get a visual challenge",
			                        audio_challenge : "Get an audio challenge",
			                        refresh_btn : "Get a new challenge",
			                        help_btn : "Help",
			                        incorrect_try_again : "Incorrect try again",
			                },
			        lang : 'en',        
			        theme : 'white' };
			        </script>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LfHPssSAAAAAKKIogBie1ANnqdreHYO2t3aB0C8 "></script>

		<noscript>
	  		<iframe src="http://www.google.com/recaptcha/api/noscript?k=6LfHPssSAAAAAKKIogBie1ANnqdreHYO2t3aB0C8 " height="300" width="500" frameborder="0"></iframe><br/>
	  		<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
	  		<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
		</noscript></div></p>

</div>	<script language="javascript">jQuery(document).ready(function(){try{mgm_date_picker(".mgm_date",false,{yearRange:"-50:+10", dateFormat: "mm/dd/yy"});}catch(x){}});</script>
					<p><input class="mgm-register-button" type="submit" name="wp-submit" id="wp-submit" value="Register &raquo;" tabindex="100" /></p>		
					<input type="hidden" name="method" value="create_user">	
				</form>
			 </div><link rel="stylesheet" href="http://intermarketing.merkados.com/wp-content/plugins/magicmembers/core/assets/css/mgm_form_fields.css" type="text/css" media="all" /><link rel="stylesheet" href="http://intermarketing.merkados.com/wp-content/plugins/magicmembers/core/assets/css/mgm_site.css" type="text/css" media="all" /><link rel="stylesheet" href="http://intermarketing.merkados.com/wp-content/plugins/magicmembers/core/assets/css/mgm_cc_fields.css" type="text/css" media="all" /><link rel="stylesheet" href="http://intermarketing.merkados.com/wp-content/plugins/magicmembers/core/assets/css/mgm/jquery-ui.css" type="text/css" media="all" /><script type="text/javascript" src="http://intermarketing.merkados.com/wp-content/plugins/magicmembers/core/assets/js/jquery/jquery.validate.pack.js"></script><script type="text/javascript" src="http://intermarketing.merkados.com/wp-content/plugins/magicmembers/core/assets/js/jquery/jquery.metadata.js"></script><script type="text/javascript" src="http://intermarketing.merkados.com/wp-content/plugins/magicmembers/core/assets/js/helpers.js"></script><script type="text/javascript" src="http://intermarketing.merkados.com/wp-content/plugins/magicmembers/core/assets/js/jquery/jquery.ajaxfileupload.js"></script><a class="mgm-login-link" href="http://intermarketing.merkados.com/login/" title="Log in">Log in</a> | <a class="mgm-lostpassword-link" href="http://intermarketing.merkados.com/lostpassword/" title="Password Lost and Found">Lost your password</a></div></div>

</div></span>
]]></content:encoded>
			<wfw:commentRss>http://intermarketing.merkados.com/change-a-background-image-in-css-with-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

