<?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"
	>

<channel>
	<title>Denis Vlasov</title>
	<atom:link href="http://www.denisvlasov.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.denisvlasov.net</link>
	<description>web developer</description>
	<pubDate>Tue, 29 Jun 2010 05:38:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>how to enable https in drupal</title>
		<link>http://www.denisvlasov.net/190/how-to-enable-https-in-drupal/</link>
		<comments>http://www.denisvlasov.net/190/how-to-enable-https-in-drupal/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 05:38:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.denisvlasov.net/?p=190</guid>
		<description><![CDATA[Just a note for myself, but maybe will help somebody too.:-)
To enable HTTPS in Drupal:
Go to &#8217;site building&#8217; -&#62; secure pages:

enable secure pages;
set up rules;
don&#8217;t forget to add rules for css and javascripts, otherwise you will get notices in browsers saying that some content is not secured.



Related posts:database functions in cms made simple]]></description>
		<wfw:commentRss>http://www.denisvlasov.net/190/how-to-enable-https-in-drupal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>concrete5 templates: 5 themes in a single pack</title>
		<link>http://www.denisvlasov.net/186/concrete5-templates-5-themes-in-a-single-pack/</link>
		<comments>http://www.denisvlasov.net/186/concrete5-templates-5-themes-in-a-single-pack/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 14:53:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[cms]]></category>

		<category><![CDATA[concrete5]]></category>

		<category><![CDATA[concrete5 themes]]></category>

		<guid isPermaLink="false">http://www.denisvlasov.net/?p=186</guid>
		<description><![CDATA[For those who is just looking to select a concrete5 theme for his/her website, I&#8217;ve prepared another bundle pack. This one is different from the concrete5 themes pack I created before and the installation process should go even faster.


This package includes the following themes (thumbnails displayed from top to bottom):

eos
illustrative
primepress
tranquility
simplex

If you want to download these [...]]]></description>
		<wfw:commentRss>http://www.denisvlasov.net/186/concrete5-templates-5-themes-in-a-single-pack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What should come with img tag</title>
		<link>http://www.denisvlasov.net/182/what-should-come-with-img-tag/</link>
		<comments>http://www.denisvlasov.net/182/what-should-come-with-img-tag/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 13:35:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.denisvlasov.net/?p=182</guid>
		<description><![CDATA[I often work with 3rd party code and I&#8217;m often confused by so much html code. SEO professionals know that text/code ratio is very important so you should save every byte of code when it&#8217;s possible. Today I want to focus on image tag and the ways people use it in a bad (or just [...]]]></description>
		<wfw:commentRss>http://www.denisvlasov.net/182/what-should-come-with-img-tag/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fifa Manager 09: why players lose skills</title>
		<link>http://www.denisvlasov.net/178/fifa-manager-09-why-players-lose-skills/</link>
		<comments>http://www.denisvlasov.net/178/fifa-manager-09-why-players-lose-skills/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 11:59:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Games]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[fifa manager]]></category>

		<guid isPermaLink="false">http://www.denisvlasov.net/?p=178</guid>
		<description><![CDATA[I got the following question through the &#34;Ask me a question&#34; form:
Hey, why do my players keep losing points ? like with passing and stuff

I don&#8217;t know an exact answer to this question, but I&#8217;m ready to share and discuss some of my thoughts:
1. Players lose points when they are in bad form for several [...]]]></description>
		<wfw:commentRss>http://www.denisvlasov.net/178/fifa-manager-09-why-players-lose-skills/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to scroll page with jQuery</title>
		<link>http://www.denisvlasov.net/176/how-to-scroll-page-with-jquery/</link>
		<comments>http://www.denisvlasov.net/176/how-to-scroll-page-with-jquery/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 20:17:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.denisvlasov.net/?p=176</guid>
		<description><![CDATA[Every web developer will face with this question some time. Some prefer to create workarounds, some are searching for ready solutions over world wide web. I really like jQuery and use its power and simplicity to perform tasks like scrolling the page down or top to a certain place.

The most problematic question in scrolling the [...]]]></description>
		<wfw:commentRss>http://www.denisvlasov.net/176/how-to-scroll-page-with-jquery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Download 10 concrete5 themes in one pack</title>
		<link>http://www.denisvlasov.net/174/download-10-concrete5-themes-in-one-pack/</link>
		<comments>http://www.denisvlasov.net/174/download-10-concrete5-themes-in-one-pack/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 15:28:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[concrete5 themes]]></category>

		<guid isPermaLink="false">http://www.denisvlasov.net/?p=174</guid>
		<description><![CDATA[I&#8217;ve created a bundle pack with 10 free concrete5 themes found on smartwebprojects.net. Download it here: http://www.denisvlasov.net/concrete5-themes-pack1.zip

Here are the themes included in this pack:
vistalicious

oriental

inove

devart

hope

atahualpa

lightword

Cordobo Green Park 2

simple green

Morning Coffee

How to install these concrete5 themes:
1. Download the package.
2. Upload everything from &#8216;themes&#8217; directory to appropriate directory of your concrete5 website.
3. Go to Dashboard of your c5 [...]]]></description>
		<wfw:commentRss>http://www.denisvlasov.net/174/download-10-concrete5-themes-in-one-pack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>time management with gmail</title>
		<link>http://www.denisvlasov.net/172/time-management-with-gmail/</link>
		<comments>http://www.denisvlasov.net/172/time-management-with-gmail/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 16:26:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.denisvlasov.net/?p=172</guid>
		<description><![CDATA[How I love gmail! That&#8217;s really the best free service I could ever imagine. Even if they read all my emails, I don&#8217;t care.:) Gmail saves my time significantly now. Especially when the &#8216;Tasks&#8217; feature has been added. You can have your TODO just with your gmail web application. Everything under hand, very convenient. So [...]]]></description>
		<wfw:commentRss>http://www.denisvlasov.net/172/time-management-with-gmail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenERP - what licenses can be specified in __terp__.py</title>
		<link>http://www.denisvlasov.net/170/openerp-module-licenses/</link>
		<comments>http://www.denisvlasov.net/170/openerp-module-licenses/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 19:27:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[OpenERP]]></category>

		<guid isPermaLink="false">http://www.denisvlasov.net/?p=170</guid>
		<description><![CDATA[I&#8217;ve been writing a module for OpenERP and noticed that if you don&#8217;t specify license for your module in __terp__.py file, it will default to GPL-2. If you need to use another license, you will have to add &#34;license&#34; field in your __terp__.py file.

So, here is an example for OpenERP module __terp__.py:

{
&#160;&#34;name&#34; : &#34;Products &#038; [...]]]></description>
		<wfw:commentRss>http://www.denisvlasov.net/170/openerp-module-licenses/feed/</wfw:commentRss>
		</item>
		<item>
		<title>new theme for concrete5 users - lightword</title>
		<link>http://www.denisvlasov.net/166/concrete5-theme/</link>
		<comments>http://www.denisvlasov.net/166/concrete5-theme/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 08:38:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[concrete5]]></category>

		<category><![CDATA[concrete5 themes]]></category>

		<guid isPermaLink="false">http://www.denisvlasov.net/?p=166</guid>
		<description><![CDATA[Smart Web Projects released another theme for concrete5 audience:

I really like this theme, because it is:
- simple and clean;
- universal (can be used for any website &#38; purpose);
- simply nice.

Click here to download the theme.
Installation instructions can be found inside the archive (look for README.txt). It&#8217;s almost a 5 minute work to install the theme [...]]]></description>
		<wfw:commentRss>http://www.denisvlasov.net/166/concrete5-theme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>simple usability - ask for confirmation</title>
		<link>http://www.denisvlasov.net/162/confirmation-javascript/</link>
		<comments>http://www.denisvlasov.net/162/confirmation-javascript/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 17:04:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.denisvlasov.net/?p=162</guid>
		<description><![CDATA[I often get confused if an accidental click on some link removes some data I need on a particular resource. I do not understand why the site webmaster is not able to add just one line that might allow to avoid many bad situations when some data is lost irretrievably.

There are many ways to ask [...]]]></description>
		<wfw:commentRss>http://www.denisvlasov.net/162/confirmation-javascript/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
