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

<channel>
	<title>iMi’s site &#38; blog</title>
	<atom:link href="http://www.hweb.hu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hweb.hu</link>
	<description>innovate &#38; design &#38; create</description>
	<pubDate>Mon, 08 Mar 2010 12:36:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL karakteregyeztetés</title>
		<link>http://www.hweb.hu/2010/03/sql-karakteregyeztetes/</link>
		<comments>http://www.hweb.hu/2010/03/sql-karakteregyeztetes/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 12:36:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.hweb.hu/?p=541</guid>
		<description><![CDATA[mysql_query(&#8221;SET NAMES &#8216;utf8&#8242;&#8221;);  //Mezőnevek definíciója
mysql_query(&#8221;SET CHARACTER SET &#8216;utf8&#8242;&#8221;);  //Rekord tartalom karakterkészlete
mysql_query(&#8221;SET COLLATION_CONNECTION=&#8217;utf8_unicode_ci&#8217;&#8221;);  //Az adatbázis kapcsolat egyeztetése
src: http://oscommerce-extra.hu/php-mysql/tutorial/magyar-ekezetek-oeueoueai-oeueoueai.html
]]></description>
			<content:encoded><![CDATA[<p>mysql_query(&#8221;SET NAMES &#8216;utf8&#8242;&#8221;);  //Mezőnevek definíciója<br />
mysql_query(&#8221;SET CHARACTER SET &#8216;utf8&#8242;&#8221;);  //Rekord tartalom karakterkészlete<br />
mysql_query(&#8221;SET COLLATION_CONNECTION=&#8217;utf8_unicode_ci&#8217;&#8221;);  //Az adatbázis kapcsolat egyeztetése</p>
<p><em>src: http://oscommerce-extra.hu/php-mysql/tutorial/magyar-ekezetek-oeueoueai-oeueoueai.html</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hweb.hu/2010/03/sql-karakteregyeztetes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>top shell command order by %cpu</title>
		<link>http://www.hweb.hu/2010/02/top-shell-command-order-by-cpu/</link>
		<comments>http://www.hweb.hu/2010/02/top-shell-command-order-by-cpu/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 14:00:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hweb.hu/2010/02/top-shell-command-order-by-cpu/</guid>
		<description><![CDATA[-top
and press &#8216;O&#8217; and write %cpu
]]></description>
			<content:encoded><![CDATA[<p>-top<br />
and press &#8216;O&#8217; and write %cpu</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hweb.hu/2010/02/top-shell-command-order-by-cpu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ma süthet ki utoljára a nap - index.hu</title>
		<link>http://www.hweb.hu/2010/01/ma-suthet-ki-utoljara-a-nap-indexhu/</link>
		<comments>http://www.hweb.hu/2010/01/ma-suthet-ki-utoljara-a-nap-indexhu/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 13:07:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Egyéb]]></category>

		<guid isPermaLink="false">http://www.hweb.hu/?p=528</guid>
		<description><![CDATA[http://index.hu/belfold/2010/01/29/ma_suthet_ki_utoljara_a_nap/
Igen, és holnap világvége&#8230;

]]></description>
			<content:encoded><![CDATA[<p>http://index.hu/belfold/2010/01/29/ma_suthet_ki_utoljara_a_nap/</p>
<p>Igen, és holnap világvége&#8230;<br />
<img class="alignright size-full wp-image-529" title="index" src="http://www.hweb.hu/wp-content/uploads/2010/01/index.jpg" alt="index" width="363" height="486" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hweb.hu/2010/01/ma-suthet-ki-utoljara-a-nap-indexhu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>C# AD search</title>
		<link>http://www.hweb.hu/2010/01/c-ad-search/</link>
		<comments>http://www.hweb.hu/2010/01/c-ad-search/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 09:35:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hweb.hu/?p=523</guid>
		<description><![CDATA[using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.DirectoryServices;
namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            try
         [...]]]></description>
			<content:encoded><![CDATA[<p>using System;<br />
using System.Collections.Generic;<br />
using System.Linq;<br />
using System.Text;<br />
using System.DirectoryServices;</p>
<p>namespace ConsoleApplication1<br />
{<br />
    class Program<br />
    {<br />
        static void Main(string[] args)<br />
        {<br />
            try<br />
            {<br />
                // Bind to the container to enumerate.<br />
                DirectoryEntry ent = new DirectoryEntry(&#8221;LDAP://OU=Users,DC=Domain,DC=local&#8221;);<br />
                // Create an object to use for individual objects in the container and iterate<br />
                // through the container.<br />
                foreach (DirectoryEntry child in ent.Children)<br />
                {<br />
                    // Write the name and path for each object in the container.<br />
                    Console.WriteLine(&#8221;{0} {1}&#8221;, child.Name, child.Path);<br />
                }</p>
<p>            }<br />
            catch<br />
            {<br />
                // Handle errors.<br />
            }</p>
<p>        }<br />
    }<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hweb.hu/2010/01/c-ad-search/feed/</wfw:commentRss>
		</item>
		<item>
		<title>http://kolelinia.com/en/</title>
		<link>http://www.hweb.hu/2010/01/httpkoleliniacomen/</link>
		<comments>http://www.hweb.hu/2010/01/httpkoleliniacomen/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 09:56:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hweb.hu/?p=520</guid>
		<description><![CDATA[http://kolelinia.com/en/
]]></description>
			<content:encoded><![CDATA[<p>http://kolelinia.com/en/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hweb.hu/2010/01/httpkoleliniacomen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>blackberry2</title>
		<link>http://www.hweb.hu/2009/12/blackberry2/</link>
		<comments>http://www.hweb.hu/2009/12/blackberry2/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 23:33:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.hweb.hu/?p=518</guid>
		<description><![CDATA[Products
BlackBerry® Devices
BlackBerry® Enterprise Server for IBM® Lotus® Domino®
BlackBerry® Enterprise Server for Microsoft® Exchange
Environment
BlackBerry® Enterprise Server software versions 4.0 and 4.1 for IBM® Lotus® Domino®
BlackBerry® Enterprise Server software versions 4.0 and 4.1 for Microsoft® Exchange
BlackBerry smartphone
SDR69603
Overview
Applications cannot be pushed over the wireless network from the BlackBerry Enterprise Server to BlackBerry smartphone models that were released after [...]]]></description>
			<content:encoded><![CDATA[<p>Products<br />
BlackBerry® Devices<br />
BlackBerry® Enterprise Server for IBM® Lotus® Domino®<br />
BlackBerry® Enterprise Server for Microsoft® Exchange</p>
<p>Environment<br />
BlackBerry® Enterprise Server software versions 4.0 and 4.1 for IBM® Lotus® Domino®<br />
BlackBerry® Enterprise Server software versions 4.0 and 4.1 for Microsoft® Exchange<br />
BlackBerry smartphone<br />
SDR69603</p>
<p>Overview<br />
Applications cannot be pushed over the wireless network from the BlackBerry Enterprise Server to BlackBerry smartphone models that were released after the BlackBerry Enterprise Server software version was released.</p>
<p>For example, if BlackBerry Enterprise Server software version 4.1 is installed in your environment, applications will not be pushed to BlackBerry smartphones that were released after BlackBerry Enterprise Server software version 4.1, such as the BlackBerry® Curve™ 8300 smartphone and the BlackBerry® Pearl™ 8100 smartphone.</p>
<p>The BlackBerry Policy Service log (POLC) shows one of the following errors, based on the affected BlackBerry smartphone:</p>
<p>Device info for hardwareID 0&#215;84000b03 could not be found.<br />
Device info for hardwareID 0&#215;84000D03 could not be found.<br />
Device info for hardwareID 0&#215;84000E03 could not be found.<br />
Device info for hardwareID 0&#215;96000f03 could not be found.</p>
<p>Cause<br />
The device.xml file on the computer hosting the application share does not include the hardware ID for the affected BlackBerry smartphone.</p>
<p>Resolution<br />
Install BlackBerry® Device Software for the affected BlackBerry smartphones on the computer hosting the application share. This will update the existing device.xml file to include the hardwareID for the affected BlackBerry smartphones. For more information, see KB12532.</p>
<p>Once the latest BlackBerry Device Software has been installed on the BlackBerry Enterprise Server, please perform the following:</p>
<p>Delete the subfolders in the PackageCache folder found at C:\Program Files\Research In Motion\BlackBerry Enterprise Server\PackageCache.<br />
Delete the PKGDBCACHE.xml and specification.pkg files. These files are found at <drive>:\Program Files\Common Files\Research in Motion\Shared\Applications.<br />
Re-index the application by performing the following steps:<br />
Open a command prompt and go to <drive>:\Program Files\Common Files\Research in Motion\Apploader.<br />
Type loader /reindex.<br />
Go to <drive>:\Program Files\Common Files\Research in Motion\Shared\Applications and confirm that the pkgdbcache.xml and specification.pkg files exist.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hweb.hu/2009/12/blackberry2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>blackberry</title>
		<link>http://www.hweb.hu/2009/12/blackberry/</link>
		<comments>http://www.hweb.hu/2009/12/blackberry/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 23:32:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hweb.hu/?p=516</guid>
		<description><![CDATA[Here&#8217;s a list of Hidden Menus &#038; Functions I&#8217;ve stumbled across. Some of them are handy for BES/Enterprise support only. 
Most require you to hold down the ALT key whilst typing the letters after the + sign (they don&#8217;t need to be capitals). 
Enterprise Activation (Options->Advanced)
ALT+CNFG - Settings for Enterprise Activation
Address Book
ALT+VALD - Validate the [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a list of Hidden Menus &#038; Functions I&#8217;ve stumbled across. Some of them are handy for BES/Enterprise support only. </p>
<p>Most require you to hold down the ALT key whilst typing the letters after the + sign (they don&#8217;t need to be capitals). </p>
<p>Enterprise Activation (Options->Advanced)<br />
ALT+CNFG - Settings for Enterprise Activation</p>
<p>Address Book<br />
ALT+VALD - Validate the data structure and look for inconsistencies<br />
ALT+RBLD - Force a data structure rebuild</p>
<p>from the Options menu, type the following (No ALT+ required)<br />
RSET - Will prompt to erase &#038; reload for a reload of the Address book from the BES<br />
(n.b. this will wipe all entries, but you can goto SIM Phone Book &#038; copy entries back afterwards)</p>
<p>Browser<br />
ALT+RBVS - View web page source code</p>
<p>Calendar<br />
Open up a Calendar item<br />
ALT+VIEW Inside any Calendar item Show extra info for a Calendar event<br />
(including message ID - handy for BES log troubleshooting)</p>
<p>from the Options menu, type the following (No ALT+ required)<br />
SYNC - Enable Calendar slow sync<br />
RSET - Will prompt for a reload of the calendar from the BES<br />
RCFG - Request BES configuration<br />
SCFG - Send device configuration<br />
DCFG - Get CICAL configuration<br />
SUPD - Enable detailed Cal. report for backup<br />
SUPS - Disable detailed Cal. report for backup<br />
SUPN - Disable Cal. report database<br />
LUID - Enable view by UID<br />
SRSL - Show Reminder status log</p>
<p>Messaging<br />
ALT+VIEW - For messages, displays the RefId and FolderId for that particular message. For PIM items, displays only the RefId.</p>
<p>Search Application<br />
ALT+ADVM Search Application Enabled Advanced Global Search</p>
<p>Home Screen<br />
ALT(left)+Shift(right)+Del - Restart the Blackberry (only for full-keyboard Blackberries)<br />
ALT+JKVV - Display cause of PDP reject<br />
ALT+CAP+ H - Displays the Help Me screen<br />
ALT + EACE - Displays the Help Me screen<br />
ALT + ESCR - Displays the Help Me screen<br />
ALT + NMLL - Switches the signal strength from bars to a numeric value.<br />
ALT + LGLG - Displays the Java™ event log.</p>
<p>WLAN (WLAN wizard screen)<br />
ALT-SMON WLAN - Enable simulated Wizard mode<br />
ALT-SMOF WLAN - Disable simulated Wizard mode</p>
<p>Theme (from theme menu)<br />
ALT-THMN - Change to no theme (B&#038;W)<br />
ALT-THMD - Change to default theme</p>
<p>Date/Time (Date/Time menu - No ALT+ required)<br />
LOLO - Date/Time Show Network time values</p>
<p>SIM Card (Options->Advanced->SIM card - No ALT+ required)<br />
MEPD - Display MEP info<br />
MEP1 - Disable SIM personalization<br />
MEP2 - Disable Network personalization<br />
MEP3 - Disable Network subset personalization<br />
MEP4 - Disable Service provider personalization<br />
MEP5 - Disable Corporate personalization</p>
<p>Status (Options->Status)<br />
BUYR - Data &#038; Voice Usage<br />
TEST - start a device test (Keyboard, GPS, RF, Audio (Handset,headset,bluetooth, Misc)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hweb.hu/2009/12/blackberry/feed/</wfw:commentRss>
		</item>
		<item>
		<title>how to get nokia e72 wifi(wlan) mac address</title>
		<link>http://www.hweb.hu/2009/12/how-to-get-nokia-e72-wifiwlan-mac-address/</link>
		<comments>http://www.hweb.hu/2009/12/how-to-get-nokia-e72-wifiwlan-mac-address/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 22:12:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.hweb.hu/?p=514</guid>
		<description><![CDATA[*#62209526#
]]></description>
			<content:encoded><![CDATA[<p>*#62209526#</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hweb.hu/2009/12/how-to-get-nokia-e72-wifiwlan-mac-address/feed/</wfw:commentRss>
		</item>
		<item>
		<title>netsh</title>
		<link>http://www.hweb.hu/2009/11/netsh/</link>
		<comments>http://www.hweb.hu/2009/11/netsh/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:35:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IT]]></category>

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

		<guid isPermaLink="false">http://www.hweb.hu/?p=500</guid>
		<description><![CDATA[Configure TCP/IP from the Command Prompt
by Daniel Petri - January 7, 2009
In order to configure TCP/IP settings such as the IP address, Subnet Mask, Default Gateway, DNS and WINS addresses and many other options you can use Netsh.exe.

Netsh.exe is a command-line scripting utility that allows you to, either locally or remotely, display or modify the [...]]]></description>
			<content:encoded><![CDATA[<h1>Configure TCP/IP from the Command Prompt</h1>
<p><span class="authored">by <a rel="nofollow" href="http://www.petri.co.il/authors/danielp">Daniel Petri</a> - January 7, 2009</span></p>
<p>In order to configure TCP/IP settings such as the IP address, Subnet Mask, Default Gateway, DNS and WINS addresses and many other options you can use Netsh.exe.</p>
<p><!-- Adkit content placement --></p>
<p>Netsh.exe is a command-line scripting utility that allows you to, either locally or remotely, display or modify the network configuration of a computer that is currently running. Netsh.exe also provides a scripting feature that allows you to run a group of commands in batch mode against a specified computer. Netsh.exe can also save a configuration script in a text file for archival purposes or to help you configure other servers.</p>
<p>Netsh.exe is available on Windows 2000, Windows XP and Windows Server 2003.</p>
<p>You can use the Netsh.exe tool to perform the following tasks:</p>
<ul>
<li>Configure interfaces</li>
<li>Configure routing protocols</li>
<li>Configure filters</li>
<li>Configure routes</li>
<li>Configure remote access behavior for Windows-based remote access routers that are running the Routing and Remote Access Server (RRAS) Service</li>
<li>Display the configuration of a currently running router on any computer</li>
<li>Use the scripting feature to run a collection of commands in batch mode against a specified router.</li>
</ul>
<h2>What can we do with Netsh.exe?</h2>
<p>With Netsh.exe you can easily <strong>view your TCP/IP settings</strong>. Type the following command in a Command Prompt window (CMD.EXE):</p>
<pre>netsh interface ip show config</pre>
<p>With Netsh.exe, you can easily <strong>configure your computer&#8217;s IP address and other TCP/IP related settings</strong>. For example:</p>
<p>The following command configures the interface named Local Area Connection with the static IP address 192.168.0.100, the subnet mask of 255.255.255.0, and a default gateway of 192.168.0.1:</p>
<pre>netsh interface ip set address name="Local Area Connection" static 192.168.0.100 255.255.255.0 192.168.0.1 1</pre>
<p>(The above line is one long line, copy paste it as one line)</p>
<p>Netsh.exe can be also useful in certain scenarios such as when you have a portable computer that needs to be relocated between 2 or more office locations, while still maintaining a specific and static IP address configuration. With Netsh.exe, you can easily save and restore the appropriate network configuration.</p>
<p>Now, you need to <strong>export your current IP settings</strong> to a text file. Use the following command:</p>
<pre>netsh -c interface dump &gt; c:'location1.txt</pre>
<p>When you reach location #2, do the same thing, only keep the new settings to a different file:</p>
<pre>netsh -c interface dump &gt; c:'location2.txt</pre>
<p>You can go on with any other location you may need, but we&#8217;ll keep it simple and only use 2 examples.</p>
<p>Now, whenever you need to quickly <strong>import your IP settings</strong> and change them between location #1 and location #2, just enter the following command in a Command Prompt window (CMD.EXE):</p>
<pre>netsh -f c:'location1.txt</pre>
<p>or</p>
<pre>netsh -f c:'location2.txt</pre>
<p>and so on.</p>
<p>You can also use the global EXEC switch instead of -F:</p>
<pre>netsh exec c:'location2.txt</pre>
<p>Netsh.exe can also be used to configure your NIC to <strong>automatically obtain an IP address from a DHCP server</strong>:</p>
<pre>netsh interface ip set address "Local Area Connection" dhcp</pre>
<p>Would you like to <strong>configure DNS and WINS addresses</strong> from the Command Prompt? You can. See this example for DNS:</p>
<pre>netsh interface ip set dns "Local Area Connection" static 192.168.0.200</pre>
<p>and this one for WINS:</p>
<pre>netsh interface ip set wins "Local Area Connection" static 192.168.0.200</pre>
<p>Or, if you want, you can configure your NIC to <strong>dynamically obtain it&#8217;s DNS settings</strong>:</p>
<pre>netsh interface ip set dns "Local Area Connection" dhcp</pre>
<p>BTW, if you want to set a primary and secondary DNS address, add index=1 and index=2 respectively to the lines of Netsh command.</p>
<p>As you now see, Netsh.exe has many features you might find useful, and that goes beyond saying even without looking into the other valuable options that exist in the command.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hweb.hu/2009/11/netsh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>show_hide div 2</title>
		<link>http://www.hweb.hu/2009/11/show_hide-div-2/</link>
		<comments>http://www.hweb.hu/2009/11/show_hide-div-2/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 01:07:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hweb.hu/?p=498</guid>
		<description><![CDATA[1. The Html code is as given below

&#60;a href=&#8221;javascript:;&#8221; onclick=&#8221;show_div();&#8221;&#62;Show&#60;/a&#62;
&#60;a href=&#8221;javascript:;&#8221; onclick=&#8221;hide_div();&#8221;&#62;hide&#60;/a&#62;
&#60;div class=&#8221;div1&#8243; id=&#8221;dav1&#8243;&#62;
&#60;p&#62;We are using this div to demonstrate show/hide code.&#60;/p&#62;
&#60;p&#62;dreamtechworld is conducting computer training for php and mysql&#60;/p&#62;
&#60;/div&#62;
2.Now write Javascript Code

&#60;script&#62;
function show_div()
{
$(&#8221;div1&#8243;).show("slow");
}
function hide_div()
{
$(&#8221;div1&#8243;).hide("slow");
}
&#60;/script&#62;
]]></description>
			<content:encoded><![CDATA[<p>1. The Html code is as given below</p>
<div><span><br />
</span><span>&lt;a href=&#8221;javascript:;&#8221; onclick=&#8221;show_div();&#8221;&gt;Show&lt;/a&gt;</span><span><br />
</span><span>&lt;a href=&#8221;javascript:;&#8221; onclick=&#8221;hide_div();&#8221;&gt;hide&lt;/a&gt;</span><span><br />
</span><span>&lt;div class=&#8221;div1&#8243; id=&#8221;dav1&#8243;&gt;</span><span><br />
</span><span>&lt;p&gt;We are using this div to demonstrate show/hide code.&lt;/p&gt;</span><span><br />
</span><span>&lt;p&gt;dreamtechworld is conducting computer training for php and mysql&lt;/p&gt;</span><span><br />
</span><span>&lt;/div&gt;</span></div>
<p>2.Now write Javascript Code</p>
<div><span><br />
<span>&lt;script&gt;<br />
function show_div()<br />
{<br />
$(&#8221;div1&#8243;).<code>show("slow");<br />
</code>}<br />
function hide_div()<br />
{<br />
$(&#8221;div1&#8243;).<code>hide("slow");<br />
</code>}<br />
&lt;/script&gt;</span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.hweb.hu/2009/11/show_hide-div-2/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
