<?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>Diseño Lopez</title>
	<atom:link href="http://www.disenolopez.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.disenolopez.com</link>
	<description>It Satisfies Your Senses</description>
	<lastBuildDate>Sun, 08 Apr 2012 21:18:17 +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>Protecting Your Site</title>
		<link>http://www.disenolopez.com/2012/04/protecting-your-site/</link>
		<comments>http://www.disenolopez.com/2012/04/protecting-your-site/#comments</comments>
		<pubDate>Sun, 08 Apr 2012 20:22:28 +0000</pubDate>
		<dc:creator>disenolopez</dc:creator>
				<category><![CDATA[resources]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.disenolopez.com/?p=200</guid>
		<description><![CDATA[Lately, it seems to be that more and more sites are being hacked. Recently, one of my ...]]></description>
			<content:encoded><![CDATA[<p>Lately, it seems to be that more and more sites are being hacked. Recently, one of my client&#8217;s sites was hacked, which led me to read up on the issue, and find a solution that would help get the site back up, and ultimately keep it safe from future hacking attempts. Basically, there are a few things you need to know if you think your site has been compromised:<span id="more-200"></span></p>
<ol>
<li>If your site gets hacked, there are visible files and code that you (addressing developers and programmers) can find yourself, but that will not suffice&#8230;</li>
<li>It&#8217;s very probable that there are &#8220;Backdoor Files&#8221; also located on your server, or database, that are almost impossible to find, unless you have experience in dealing with these types of files. Backdoor files basically give hackers access to your server after you remove the immediately visible files or code, and/or change all your passwords.</li>
<li>You need to change ALL your passwords, and make sure they are difficult.  It doesn&#8217;t do any good if you replace a password with something that is easy to hack. It also doesn&#8217;t do any good to change passwords if backdoor files still exist on your server, so make sure all files and malware are removed prior to you changing ALL your passwords: FTP, hosting control panel, WordPress or CMS, database, emails.</li>
<li>You need to scan your computer for malware or viruses, because you may be compromising the site from your end by uploading infected files on to the server. Basically, all &#8216;users&#8217; that have access to the infected website and server, need to run a malware and virus scan.</li>
</ol>
<p><strong>So, what is the solution that I found?</strong></p>
<p>I spent several hours researching because I really didn&#8217;t have any experience, or knowledge on how to resolve this. Ultimately, I found, and read up on <a href="http://affl.sucuri.net/?affl=e6402782848f4340a30a3b43824040f9">Sucuri.net</a>. They actually have a free scanner, that will scan and report malware on your site, for free.</p>
<p>The scanner is great to confirm if the issue you may be having is a result of your website being compromised, but ultimately you need someone to manually go in and find those backdoor files on your server and database, to fully clean your site.</p>
<p>I ended up purchasing one of their plans (they start at about $89 per year) for my client, and in less than an hour my client&#8217;s site was up and running, and malware free. The main benefit of the plan is that an actual technician, with actual experience in these matters, accesses your server and database, and manually scans for these backdoor files, and removes them. Additionally, if you run WordPress, as I do for most of my client&#8217;s sites, Sucuri offers a plugin that allows you to manage and monitor your website from your WordPress admin.</p>
<p>I wrote this not to sell you on their product, but to share my solution after spending several hours trying to learn and resolve the issue that arose with my client. If you find this, and need to get your site, or one of your client&#8217;s site up and running ASAP, I recommend purchasing a Sucuri plan. It will save you several hours, and several hairs!</p>
<p>Finally, don&#8217;t forget to change ALL passwords, and make them super difficult!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.disenolopez.com/2012/04/protecting-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Image Quality</title>
		<link>http://www.disenolopez.com/2012/04/wordpress-image-quality/</link>
		<comments>http://www.disenolopez.com/2012/04/wordpress-image-quality/#comments</comments>
		<pubDate>Sun, 08 Apr 2012 19:18:59 +0000</pubDate>
		<dc:creator>disenolopez</dc:creator>
				<category><![CDATA[code snippets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.disenolopez.com/?p=193</guid>
		<description><![CDATA[Normally, WordPress tends to compress images when uploading. If you have a sharp eye for these things, ...]]></description>
			<content:encoded><![CDATA[<p>Normally, WordPress tends to compress images when uploading. If you have a sharp eye for these things, and are a perfectionist like me, it can be really irritating to not have an image display at best quality. Here is a code snippet to resolve that issue. You basically need to open up your theme&#8217;s <strong>function.php</strong> file and paste the following code:</p>
<p><code>function jpeg_quality_callback($arg)<br />
{<br />
return (int)100;<br />
}<br />
add_filter('jpeg_quality', 'jpeg_quality_callback');</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.disenolopez.com/2012/04/wordpress-image-quality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business Rule of Thumb!</title>
		<link>http://www.disenolopez.com/2011/07/business-rule-of-thumb/</link>
		<comments>http://www.disenolopez.com/2011/07/business-rule-of-thumb/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 10:53:44 +0000</pubDate>
		<dc:creator>disenolopez</dc:creator>
				<category><![CDATA[musings]]></category>

		<guid isPermaLink="false">http://www.disenolopez.com/?p=35</guid>
		<description><![CDATA[Business rule of thumb&#8230;unless you have the time and the money.]]></description>
			<content:encoded><![CDATA[<p>Business rule of thumb&#8230;unless you have the time and the money.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.disenolopez.com/2011/07/business-rule-of-thumb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

