<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Webmaster Forum - Coding Forum</title>
		<link>http://www.v7n.com/forums/</link>
		<description><![CDATA[Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.]]></description>
		<language>en</language>
		<lastBuildDate>Wed, 22 May 2013 13:17:26 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.v7n.com/forums/images/misc/rss.jpg</url>
			<title>Webmaster Forum - Coding Forum</title>
			<link>http://www.v7n.com/forums/</link>
		</image>
		<item>
			<title>How to get the lastweek datafrom Database table</title>
			<link>http://www.v7n.com/forums/coding-forum/342856-how-get-lastweek-datafrom-database-table.html</link>
			<pubDate>Wed, 22 May 2013 11:23:14 GMT</pubDate>
			<description>I want to get the details of employees who have not submitted there timesheet for last week. 
 
my...</description>
			<content:encoded><![CDATA[<div>I want to get the details of employees who have not submitted there timesheet for last week.<br />
<br />
my query is <br />
<br />
Select EMPID from employee table where manager = 'john' and lastweek not between '2013-05-12' and  '2013-05-19'<br />
<br />
But this fetch me current week list also as it falls in NOT criteria, can anyone help me to get the records which fall in last week category.<br />
<br />
<br />
I update employee table wheever any save operation happens and lastweek date is updated with current date.<br />
<br />
any clue how to maintain the weekly status of submittion in database</div>

]]></content:encoded>
			<category domain="http://www.v7n.com/forums/coding-forum/">Coding Forum</category>
			<dc:creator>stephen001</dc:creator>
			<guid isPermaLink="true">http://www.v7n.com/forums/coding-forum/342856-how-get-lastweek-datafrom-database-table.html</guid>
		</item>
		<item>
			<title>My Website Subscribe to box Is showing Null? A Code Issue Suspected.</title>
			<link>http://www.v7n.com/forums/coding-forum/342854-my-website-subscribe-box-showing-null-code-issue-suspected.html</link>
			<pubDate>Wed, 22 May 2013 10:03:29 GMT</pubDate>
			<description>If anyone can suggest or help me solve Issues with the site in my signature. Since few days my...</description>
			<content:encoded><![CDATA[<div>If anyone can suggest or help me solve Issues with the site in my signature. Since few days my subscription box is showing null all around it. I am sure it is some code which is misbehaving, but unsure how to go about fixing it.<br />
<br />
I installed Jetpack Plugin few days back.<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://www.v7n.com/forums/coding-forum/">Coding Forum</category>
			<dc:creator>mohitmathur</dc:creator>
			<guid isPermaLink="true">http://www.v7n.com/forums/coding-forum/342854-my-website-subscribe-box-showing-null-code-issue-suspected.html</guid>
		</item>
		<item>
			<title>Award/nomination php script</title>
			<link>http://www.v7n.com/forums/coding-forum/342757-award-nomination-php-script.html</link>
			<pubDate>Tue, 21 May 2013 11:03:54 GMT</pubDate>
			<description>Does anyone know of a ready made script where people can nominate people for a certain award...</description>
			<content:encoded><![CDATA[<div>Does anyone know of a ready made script where people can nominate people for a certain award catergory I.e 'best blogger'.<br />
<br />
Then nominees are created a profile which they can fill in, nominees are the short listed by myself and then it goes to voting on the profiles?<br />
<br />
Anyone have any idea of anything similar or along those lines?<br />
<br />
I'm having a hard time even searching for anything, I'm obviously not hitting the right keywords.</div>

]]></content:encoded>
			<category domain="http://www.v7n.com/forums/coding-forum/">Coding Forum</category>
			<dc:creator>Midwifery Online</dc:creator>
			<guid isPermaLink="true">http://www.v7n.com/forums/coding-forum/342757-award-nomination-php-script.html</guid>
		</item>
		<item>
			<title>Trying to solve for days -- background images not showing up in WP</title>
			<link>http://www.v7n.com/forums/coding-forum/342750-trying-solve-days-background-images-not-showing-up-wp.html</link>
			<pubDate>Tue, 21 May 2013 08:43:25 GMT</pubDate>
			<description><![CDATA[Hey guys, I've been developing a website on dashzip.com, and all of the images all of the sudden...]]></description>
			<content:encoded><![CDATA[<div>Hey guys, I've been developing a website on dashzip.com, and all of the images all of the sudden stopped showing up. I developed this website from scratch, and am in the process of finishing it. I really am not sure why this happened. I fixed an error where a division of CSS wasn't closed, and a repeating closing tag. Neither of these helped!<br />
<br />
This website was functional within the past 4-5 months. The last update I tried to make was to add another page called &quot;start-page.&quot; I made my own template and have been updating them via the editor and Dreamweaver respectively. I'd really appreciate any insight! Thanks <br />
<br />
-Kenny</div>

]]></content:encoded>
			<category domain="http://www.v7n.com/forums/coding-forum/">Coding Forum</category>
			<dc:creator>kenny_</dc:creator>
			<guid isPermaLink="true">http://www.v7n.com/forums/coding-forum/342750-trying-solve-days-background-images-not-showing-up-wp.html</guid>
		</item>
		<item>
			<title>Compressing my data BEFORE insertion into database</title>
			<link>http://www.v7n.com/forums/coding-forum/342597-compressing-my-data-before-insertion-into-database.html</link>
			<pubDate>Sun, 19 May 2013 21:47:50 GMT</pubDate>
			<description><![CDATA[I just wanted to run this by you guys before I head full on into it. 
 
I'm dealing with enormous...]]></description>
			<content:encoded><![CDATA[<div>I just wanted to run this by you guys before I head full on into it.<br />
<br />
I'm dealing with enormous amounts of data and I'm trying to think of better ways to store, access and back it up.<br />
<br />
I'm thinking of compressing the data before insertion into the db. So far it works great, only takes up a fraction of the space and restores quiet nicely. <br />
<br />
I'm just wondering if I may be in for some unforeseen problems with storing and access data in this way.<br />
<br />
Any thoughts?</div>

]]></content:encoded>
			<category domain="http://www.v7n.com/forums/coding-forum/">Coding Forum</category>
			<dc:creator>dmvictoria</dc:creator>
			<guid isPermaLink="true">http://www.v7n.com/forums/coding-forum/342597-compressing-my-data-before-insertion-into-database.html</guid>
		</item>
		<item>
			<title>redirect.ar virus in code in website</title>
			<link>http://www.v7n.com/forums/coding-forum/342502-redirect-ar-virus-code-website.html</link>
			<pubDate>Sat, 18 May 2013 01:21:22 GMT</pubDate>
			<description>Yesterday I got an email from a woman (I researched her email address which was a .gov and found...</description>
			<content:encoded><![CDATA[<div>Yesterday I got an email from a woman (I researched her email address which was a .gov and found that her name matched and she was legit) who was surfing at work ( a .gov) and said that when she went to my site, she was redirected to a malicious site instead. She was going to buy from me, but now she is afraid to.  The IT tech where she works sent her this note:<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&quot; <i>McAfee logs show that you recently generated an alert for a virus called JS/Redirector.ar.   It occurred because you went (perhaps unknowingly redirected) to a malicious site.  I’m trying to figure out how you got to the malicious site.  Human error, or malicious redirection? <br />
<br />
I'm not too interested in where you were actually trying to go.   What I really care about is how you ended up going to the malicious site.    What did you click on, or what links did you follow that took you to the page where the alert occurred?   Was it human error (i.e. you just typed in the wrong address)?  Or did someone send you the link?   Or did you search for something and that’s the result you clicked on?  Or did you click on a link in a different web page that took you there? &quot;</i>
			
			<hr />
		</td>
	</tr>
	</table>
</div>  I spent all night (or until after 4 in the morning) trying to find where this code could be on my site which I though may have been hacked. I couldn't find it. (By the way, I found the woman's phone, got her phone message and left her one and she emailed me back). She said one page was:  http://www.clunygreyjewelry.com/briolette-jewelry.html .<br />
 I searched that page: nothing. I downloaded the code into my computer and ran Mcafee on my computer: nothing.  I'm wondering if she has a virus (say the Google redirect code) on her computer. Google Webmaster has not sent me any alerts and I still have the green check certifying a safe site, and I don't have a problem when I click on my site.<br />
  Could it be that she has the virus on her (government) computer? could I have overlooked the nefarious code?  <br />
  Any comments would be helpful.<br />
Thank you,<br />
Cluny</div>

]]></content:encoded>
			<category domain="http://www.v7n.com/forums/coding-forum/">Coding Forum</category>
			<dc:creator>cluny</dc:creator>
			<guid isPermaLink="true">http://www.v7n.com/forums/coding-forum/342502-redirect-ar-virus-code-website.html</guid>
		</item>
		<item>
			<title>WP - Mobile Menu</title>
			<link>http://www.v7n.com/forums/coding-forum/342415-wp-mobile-menu.html</link>
			<pubDate>Fri, 17 May 2013 00:08:19 GMT</pubDate>
			<description>Very random question, I know...I am using WP to create a website for my friends restaurant.  I was...</description>
			<content:encoded><![CDATA[<div>Very random question, I know...I am using WP to create a website for my friends restaurant.  I was just finishing up a few things and went to access the website on my phone.  I then noticed that the mobile menu was no longer working.  It displays as &quot;Select A Page&quot;, but when you click on it the menu no longer drops down.  <br />
<br />
temp.piscessushi.com<br />
<br />
If anyone has any idea what it could be, it would be very helpful.  Unfortunately the author of the theme does not have very good support.</div>

]]></content:encoded>
			<category domain="http://www.v7n.com/forums/coding-forum/">Coding Forum</category>
			<dc:creator>TarHeel</dc:creator>
			<guid isPermaLink="true">http://www.v7n.com/forums/coding-forum/342415-wp-mobile-menu.html</guid>
		</item>
		<item>
			<title>APIs</title>
			<link>http://www.v7n.com/forums/coding-forum/342399-apis.html</link>
			<pubDate>Thu, 16 May 2013 15:31:41 GMT</pubDate>
			<description><![CDATA[I have a beginner's question regarding the use of APIs... 
 
WHAT ARE THEY? 
 
More importantly,...]]></description>
			<content:encoded><![CDATA[<div>I have a beginner's question regarding the use of APIs...<br />
<br />
WHAT ARE THEY?<br />
<br />
More importantly, how can I combine them? For instance, if I wanted to use one API to pull all the keywords that a site ranks for and then use another API to figure out if any of those keywords have a dot com address available, how would I go about that?<br />
<br />
I'd appreciate any basic explanation, in depth explanation, links to beginner tutorials, whatever you've got.<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://www.v7n.com/forums/coding-forum/">Coding Forum</category>
			<dc:creator>SuperMegaUltron</dc:creator>
			<guid isPermaLink="true">http://www.v7n.com/forums/coding-forum/342399-apis.html</guid>
		</item>
		<item>
			<title>Recomend vid player viewable on desktop and mobile?</title>
			<link>http://www.v7n.com/forums/coding-forum/342397-recomend-vid-player-viewable-desktop-mobile.html</link>
			<pubDate>Thu, 16 May 2013 14:59:13 GMT</pubDate>
			<description>Can you recomend a web page video player that can be viewable on a web page via desktop and mobile...</description>
			<content:encoded><![CDATA[<div>Can you recomend a web page video player that can be viewable on a web page via desktop and mobile web page? Currently my the video player on my web page doesn't work on iphone or ipad. Thanks</div>

]]></content:encoded>
			<category domain="http://www.v7n.com/forums/coding-forum/">Coding Forum</category>
			<dc:creator>chrisjchrisj</dc:creator>
			<guid isPermaLink="true">http://www.v7n.com/forums/coding-forum/342397-recomend-vid-player-viewable-desktop-mobile.html</guid>
		</item>
		<item>
			<title>Launch basic .EXE through website?</title>
			<link>http://www.v7n.com/forums/coding-forum/342187-launch-basic-exe-through-website.html</link>
			<pubDate>Tue, 14 May 2013 18:34:28 GMT</pubDate>
			<description><![CDATA[I'm doing some messing around with building a basic webpage (Never to be launched, just for...]]></description>
			<content:encoded><![CDATA[<div>I'm doing some messing around with building a basic webpage (Never to be launched, just for practice), and I'd like to be able to launch a basic .EXE application (Doesn't require installing) through the webpage, more so for quick launch than anything. <br />
<br />
Is there a way to do that through HTML?</div>

]]></content:encoded>
			<category domain="http://www.v7n.com/forums/coding-forum/">Coding Forum</category>
			<dc:creator>ConduciveMammal</dc:creator>
			<guid isPermaLink="true">http://www.v7n.com/forums/coding-forum/342187-launch-basic-exe-through-website.html</guid>
		</item>
		<item>
			<title>A really simple one I think...</title>
			<link>http://www.v7n.com/forums/coding-forum/342144-really-simple-one-i-think.html</link>
			<pubDate>Tue, 14 May 2013 12:04:58 GMT</pubDate>
			<description>I want to copy the designer name from here http://www.coretiummedia.com/portfolio/logo-3/  
 
so...</description>
			<content:encoded><![CDATA[<div>I want to copy the designer name from here http://www.coretiummedia.com/portfolio/logo-3/ <br />
<br />
so that when you click 'hire them', it prints or echos their name on <br />
<br />
http://www.coretiummedia.com/hire-a-designer/<br />
<br />
After the sentence: 'You are enquiring about<b></b>: * '<br />
<br />
I think that's probably really easy but not for those who don't get PHP :lol:<br />
<br />
Cheers</div>

]]></content:encoded>
			<category domain="http://www.v7n.com/forums/coding-forum/">Coding Forum</category>
			<dc:creator>sstoney200</dc:creator>
			<guid isPermaLink="true">http://www.v7n.com/forums/coding-forum/342144-really-simple-one-i-think.html</guid>
		</item>
		<item>
			<title>Ruby on Rails</title>
			<link>http://www.v7n.com/forums/coding-forum/342088-ruby-rails.html</link>
			<pubDate>Tue, 14 May 2013 01:32:27 GMT</pubDate>
			<description><![CDATA[I've got some projects that I'd like to bring to life and I'm learning Ruby on Rails to do it....]]></description>
			<content:encoded><![CDATA[<div>I've got some projects that I'd like to bring to life and I'm learning Ruby on Rails to do it. Anyone here have any experience with Rails? What have you done with it? Any pitsfalls? I know scalability can be an issue but all the projects I've got in mine will be local so I don't think it will be as much of an issue as it would be if I were trying to build the next Twitter or something.</div>

]]></content:encoded>
			<category domain="http://www.v7n.com/forums/coding-forum/">Coding Forum</category>
			<dc:creator>SuperMegaUltron</dc:creator>
			<guid isPermaLink="true">http://www.v7n.com/forums/coding-forum/342088-ruby-rails.html</guid>
		</item>
		<item>
			<title>how do I tell if the browser is a smart phone?</title>
			<link>http://www.v7n.com/forums/coding-forum/341906-how-do-i-tell-if-browser-smart-phone.html</link>
			<pubDate>Fri, 10 May 2013 19:52:01 GMT</pubDate>
			<description><![CDATA[Is there any code I can put in my html header that basically says, "if the person if viewing on a...]]></description>
			<content:encoded><![CDATA[<div>Is there any code I can put in my html header that basically says, &quot;if the person if viewing on a mobile (smart) phone,  then don't show the page but redirect to this page, eg: mobileversion.html&quot;</div>

]]></content:encoded>
			<category domain="http://www.v7n.com/forums/coding-forum/">Coding Forum</category>
			<dc:creator>Bansaw</dc:creator>
			<guid isPermaLink="true">http://www.v7n.com/forums/coding-forum/341906-how-do-i-tell-if-browser-smart-phone.html</guid>
		</item>
		<item>
			<title>Crawlable Javascript/Ajax URL.</title>
			<link>http://www.v7n.com/forums/coding-forum/341878-crawlable-javascript-ajax-url.html</link>
			<pubDate>Fri, 10 May 2013 12:51:39 GMT</pubDate>
			<description>Hi Guys 
 
 
i am developing a site similar to usatoday.com. If you check this site than the every...</description>
			<content:encoded><![CDATA[<div>Hi Guys<br />
<br />
<br />
i am developing a site similar to usatoday.com. If you check this site than the every URL is opened on a click without reloading or refreshing the site. And all the URl's are crawlable to SE's. How can I also develop this similar site. What type of code are they using. Any help would be appreciated.</div>

]]></content:encoded>
			<category domain="http://www.v7n.com/forums/coding-forum/">Coding Forum</category>
			<dc:creator>digitalindia</dc:creator>
			<guid isPermaLink="true">http://www.v7n.com/forums/coding-forum/341878-crawlable-javascript-ajax-url.html</guid>
		</item>
		<item>
			<title>using post, how do i get the path in opencart</title>
			<link>http://www.v7n.com/forums/coding-forum/341857-using-post-how-do-i-get-path-opencart.html</link>
			<pubDate>Fri, 10 May 2013 06:55:46 GMT</pubDate>
			<description><![CDATA[i use this (isset($this->request->get['path'])) to get the path on a get() 
but what if its a post,...]]></description>
			<content:encoded><![CDATA[<div>i use this (isset($this-&gt;request-&gt;get['path'])) to get the path on a get()<br />
but what if its a post, how would i parse on the url?<br />
<br />
thanks</div>

]]></content:encoded>
			<category domain="http://www.v7n.com/forums/coding-forum/">Coding Forum</category>
			<dc:creator>phongsero</dc:creator>
			<guid isPermaLink="true">http://www.v7n.com/forums/coding-forum/341857-using-post-how-do-i-get-path-opencart.html</guid>
		</item>
	</channel>
</rss>
