<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments for minitwebsolutions.com</title>
	<atom:link href="http://minitwebsolutions.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://minitwebsolutions.com</link>
	<description>all about internet and web solutions</description>
	<lastBuildDate>Tue, 14 Feb 2012 02:34:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on When I graduate what salary should i expect from my current employer (within the IT industry)? by Nick Tyler</title>
		<link>http://minitwebsolutions.com/developing-web-apps/when-i-graduate-what-salary-should-i-expect-from-my-current-employer-within-the-it-industry/comment-page-1#comment-4166</link>
		<dc:creator>Nick Tyler</dc:creator>
		<pubDate>Tue, 14 Feb 2012 02:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://minitwebsolutions.com/developing-web-apps/when-i-graduate-what-salary-should-i-expect-from-my-current-employer-within-the-it-industry#comment-4166</guid>
		<description>It depends where you work.

Use this tool to see what the average salary for your job is in your area.

http://www.theitjobboard.co.uk/monitor&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>It depends where you work.</p>
<p>Use this tool to see what the average salary for your job is in your area.</p>
<p><a href="http://www.theitjobboard.co.uk/monitor" rel="nofollow">http://www.theitjobboard.co.uk/monitor</a><br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When I graduate what salary should i expect from my current employer (within the IT industry)? by Seven</title>
		<link>http://minitwebsolutions.com/developing-web-apps/when-i-graduate-what-salary-should-i-expect-from-my-current-employer-within-the-it-industry/comment-page-1#comment-4165</link>
		<dc:creator>Seven</dc:creator>
		<pubDate>Tue, 14 Feb 2012 02:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://minitwebsolutions.com/developing-web-apps/when-i-graduate-what-salary-should-i-expect-from-my-current-employer-within-the-it-industry#comment-4165</guid>
		<description>It is hard to say without knowing where you are in the UK and the local market.

Look on jobs boards for jobs with the same level of responsibility and general job content in your area and this will give you an idea of the market rate that you should ask for.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>It is hard to say without knowing where you are in the UK and the local market.</p>
<p>Look on jobs boards for jobs with the same level of responsibility and general job content in your area and this will give you an idea of the market rate that you should ask for.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When I graduate what salary should i expect from my current employer (within the IT industry)? by Monu</title>
		<link>http://minitwebsolutions.com/developing-web-apps/when-i-graduate-what-salary-should-i-expect-from-my-current-employer-within-the-it-industry/comment-page-1#comment-4164</link>
		<dc:creator>Monu</dc:creator>
		<pubDate>Tue, 14 Feb 2012 01:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://minitwebsolutions.com/developing-web-apps/when-i-graduate-what-salary-should-i-expect-from-my-current-employer-within-the-it-industry#comment-4164</guid>
		<description>It depends upon the skills and how productive you are for the company. If you know more than one job then it will be very good for the employer so at this junction of time try to learn more and more skills afterwards you can negotiate for your salary.

http://www.toships.com/&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>It depends upon the skills and how productive you are for the company. If you know more than one job then it will be very good for the employer so at this junction of time try to learn more and more skills afterwards you can negotiate for your salary.</p>
<p><a href="http://www.toships.com/" rel="nofollow">http://www.toships.com/</a><br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to warn users not to drag&#8217;n&#039;drop local files while running a web applications? by Abraham Alex</title>
		<link>http://minitwebsolutions.com/web-applications/how-to-warn-users-not-to-dragndrop-local-files-while-running-a-web-applications/comment-page-1#comment-4168</link>
		<dc:creator>Abraham Alex</dc:creator>
		<pubDate>Tue, 14 Feb 2012 01:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://minitwebsolutions.com/web-applications/how-to-warn-users-not-to-dragndrop-local-files-while-running-a-web-applications#comment-4168</guid>
		<description>You cannot do this using Javascript. You can capture drag drop events using javascript however javascript is a client side programming language and will function only if the page is loaded somewhere within the IE page.  When a user browses websites, you javascript code cannot be called unless you have your code within the page they are browsing.

My thoughts for this solution is windows mfc programming. You can get handle to any window using mfc programming and then control the behaviour of various events / items. Just a warning that this is very powerful and you should code your application to register and unregister events correctly.

Hope that helps&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>You cannot do this using Javascript. You can capture drag drop events using javascript however javascript is a client side programming language and will function only if the page is loaded somewhere within the IE page.  When a user browses websites, you javascript code cannot be called unless you have your code within the page they are browsing.</p>
<p>My thoughts for this solution is windows mfc programming. You can get handle to any window using mfc programming and then control the behaviour of various events / items. Just a warning that this is very powerful and you should code your application to register and unregister events correctly.</p>
<p>Hope that helps<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When I graduate what salary should i expect from my current employer (within the IT industry)? by Jon</title>
		<link>http://minitwebsolutions.com/developing-web-apps/when-i-graduate-what-salary-should-i-expect-from-my-current-employer-within-the-it-industry/comment-page-1#comment-4163</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 14 Feb 2012 01:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://minitwebsolutions.com/developing-web-apps/when-i-graduate-what-salary-should-i-expect-from-my-current-employer-within-the-it-industry#comment-4163</guid>
		<description>18k&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>18k<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on what is a good web site to find solutions to euler diagrams? by jskud</title>
		<link>http://minitwebsolutions.com/web-solutions/what-is-a-good-web-site-to-find-solutions-to-euler-diagrams/comment-page-1#comment-4162</link>
		<dc:creator>jskud</dc:creator>
		<pubDate>Tue, 14 Feb 2012 01:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://minitwebsolutions.com/web-solutions/what-is-a-good-web-site-to-find-solutions-to-euler-diagrams#comment-4162</guid>
		<description>There is a good explanation found at:
http://en.wikipedia.org/wiki/Euler_diagram

But I don&#039;t think there are any solution finders on the internet. If you have specific questions, post those but other than that, this site is about all I can do to help.
Good luck!&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>There is a good explanation found at:<br />
<a href="http://en.wikipedia.org/wiki/Euler_diagram" rel="nofollow">http://en.wikipedia.org/wiki/Euler_diagram</a></p>
<p>But I don&#8217;t think there are any solution finders on the internet. If you have specific questions, post those but other than that, this site is about all I can do to help.<br />
Good luck!<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What should I do to successfully switch careers to web design or development? by Neuropsych</title>
		<link>http://minitwebsolutions.com/web-design-and-development/what-should-i-do-to-successfully-switch-careers-to-web-design-or-development/comment-page-1#comment-4167</link>
		<dc:creator>Neuropsych</dc:creator>
		<pubDate>Tue, 14 Feb 2012 01:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://minitwebsolutions.com/web-design-and-development/what-should-i-do-to-successfully-switch-careers-to-web-design-or-development#comment-4167</guid>
		<description>You could go to college for a web development diploma as you support yourself with your current job.  With a diploma, you can then work your ways up in the field.  I don&#039;t think a degree in it is necessary; the Internet changes programming code every 18 months, so the Internet would change too much by the time you would finish a degree.  That&#039;s why I recommend a diploma rather than a degree or trade school.  i went to a trade school and they didn&#039;t teach, but they took my $5,000; crooks.  I went to a college for a diploma in Web development and I got a good education.  I&#039;m still in the college now.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>You could go to college for a web development diploma as you support yourself with your current job.  With a diploma, you can then work your ways up in the field.  I don&#8217;t think a degree in it is necessary; the Internet changes programming code every 18 months, so the Internet would change too much by the time you would finish a degree.  That&#8217;s why I recommend a diploma rather than a degree or trade school.  i went to a trade school and they didn&#8217;t teach, but they took my $5,000; crooks.  I went to a college for a diploma in Web development and I got a good education.  I&#8217;m still in the college now.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ORB EFFECT! by TitanHyperion741</title>
		<link>http://minitwebsolutions.com/web-design-and-development/orb-effect/comment-page-1#comment-4158</link>
		<dc:creator>TitanHyperion741</dc:creator>
		<pubDate>Mon, 13 Feb 2012 03:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://minitwebsolutions.com/web-design-and-development/orb-effect#comment-4158</guid>
		<description>&lt;b&gt;That would be ...&lt;/b&gt; &lt;br&gt; That would be great﻿ for an intro</description>
		<content:encoded><![CDATA[<p><b>That would be &#8230;</b> <br /> That would be great﻿ for an intro</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ORB EFFECT! by froguins</title>
		<link>http://minitwebsolutions.com/web-design-and-development/orb-effect/comment-page-1#comment-4157</link>
		<dc:creator>froguins</dc:creator>
		<pubDate>Mon, 13 Feb 2012 03:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://minitwebsolutions.com/web-design-and-development/orb-effect#comment-4157</guid>
		<description>&lt;b&gt;Could you make,﻿ ...&lt;/b&gt; &lt;br&gt; Could you make,﻿ say, a free template?</description>
		<content:encoded><![CDATA[<p><b>Could you make,﻿ &#8230;</b> <br /> Could you make,﻿ say, a free template?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ORB EFFECT! by xShardxx</title>
		<link>http://minitwebsolutions.com/web-design-and-development/orb-effect/comment-page-1#comment-4156</link>
		<dc:creator>xShardxx</dc:creator>
		<pubDate>Mon, 13 Feb 2012 03:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://minitwebsolutions.com/web-design-and-development/orb-effect#comment-4156</guid>
		<description>&lt;b&gt;its sperm﻿&lt;/b&gt; &lt;br&gt; its sperm﻿</description>
		<content:encoded><![CDATA[<p><b>its sperm﻿</b> <br /> its sperm﻿</p>
]]></content:encoded>
	</item>
</channel>
</rss>

