Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
3 Endorsements
Ranked #486
Ranked #914
~28.4K People Reached
Member Avatar for ebanbury

Hi All I have created a simple php rss feed with works fine. However what I would really like is for the rss feed to dynamically change based on a search form. i.e. User searches for all properties for Rent, of Apartment type only, clicks on the rss icon which …

Member Avatar for guruparthi
0
1K
Member Avatar for happygeek

Your web browser provides a window onto the Internet, but unless you are timely in updating the client you use then, say researchers with security vendor Kaspersky Lab,that window may be cracked and allow a draft of insecurity to blow through into your network, your computer and your data. ![firefoxversions](/attachments/small/0/firefoxversions.jpg …

Member Avatar for MidiMagic
1
679
Member Avatar for FALL3N

I could probably/def read a text file with javascript by embedding some ruby in there but I want to know how to do it with javascript. My code follows: [CODE] <HTML> <HEAD> <TITLE>"Text File"</TITLE> <SCRIPT LANGUAGE = JAVASCRIPT> function handleFile() { var myFile = document.getElementById('txtF') var fileContents = System.IO.File.ReadAllLines(myFile); document.form1.textfield.value=fileContents; …

Member Avatar for L0st
0
18K
Member Avatar for dancks

I'm on the school server. So before I start I need to say I don't have a choice. I'm tired of reading post with nothing more than "Tell your administator to upgrade". I know. Stop. If I see it its getting flagged as spam. I don't really understand what about …

Member Avatar for diafol
0
154
Member Avatar for streamland

Could you help me solve the problem The code bellow locate the image path just in "image1" Something like this id image1 image2 image3 image4 image5 image6 1 pic1 2 pic2 but I need to get something like this id image1 image2 image3 image4 image5 image6 1 pic1 pic2 pic2 …

Member Avatar for streamland
0
217
Member Avatar for ttkh2011

I'm trying to pass the youtube URL to the embed src. It's working in Firefox but not IE or Chrome. Can someone please help me? <script> function videoplaying() { var myvideo = "http://www.youtube.com/v/2wBe3SDCcz8"; var myEmbed = document.getElementById("myvideo"); myEmbed.setAttribute("src", myvideo); return false; } </script> <a href="javascript:void(0)" onclick="videoplaying();">Video</a>

Member Avatar for Sogo7
0
122
Member Avatar for StephenopolousINC

Hello, I am trying to call an audio file using the onload event. I am able to do it using the media player plugin but I need to be able to call it without the use of a plugin and have play directly in the browser. I think the <audio> …

Member Avatar for StephenopolousINC
0
319
Member Avatar for <M/>

I created a page with multiple sliders, and the sliders won't slide... I think it could be because of the z-indexes... but can anyone tell me why the sliders won't slide... I will post my code if needed :) Thanks

Member Avatar for ansaripk
0
1K
Member Avatar for Tko_1

hello again, so i have a countdown in which i would like to add a automatically redirect to a specific url when timer hits 0 , as of now timer just goes into the negative.. <script type="text/javascript"> today = new Date(); BigDay = new Date("8,26,2012"); msPerDay = 24 * 60 …

Member Avatar for Tko_1
0
309
Member Avatar for thak123

I tried $('#page18').bind("load",function() { alert("total Type") ; }); and also i tried doing this $('#page18').ready( function() { alert("total Type") I want to call a function on Load of a Html5 Jquery Mobile page. I have various Div with <data-role="page"> Each of them has Id.Now with navigation when I reach on …

Member Avatar for Sogo7
0
156
Member Avatar for hr.Ziggurat

Hi. i'm trying to login to an asp login page via php and curl... i wrote this code by google help. i expect see originale login page whith invalid username and password message , but i see only 'Object moved to here.' error. <?php $urlLogin = "http://xxxx/LoginPage.aspx"; $nameUsername='txtUsername'; $namePassword='txtPassword'; $valUsername …

Member Avatar for hr.Ziggurat
0
2K
Member Avatar for rotten69

Hey everyone, I'm posting this thread in this forum because I am not sure where else it should go to. Anyway, I'd like to straight jump to the question. I want to make the URL to my site look like mob.mysite.com. how do you achieve something like this? do I …

Member Avatar for rotten69
0
106
Member Avatar for godzab

As the title said, how would I get text from a input tag and show it dynamicly. So whenever i press a, it shows up in a p tag. How would I do this in jQuery? EDIT: Here is what I have but its not working: <html> <head> <title>update text …

Member Avatar for JorgeM
0
166
Member Avatar for nova37

hello i want to add search functionality to my website . my task is to get input from user then check it if its domain like google.com then (do work 1).... else if keyword like news etc then search database so i made search.php mysql_query("SELECT * FROM `table` WHERE `title` …

Member Avatar for gabrielcastillo
0
205
Member Avatar for jdm

Some friends and me are thinking of creating a website for us so that we can keep in touch. I have created a website before, but it was when I was a kid. We are wanted a place where we can keep it touch, but where we can control access …

Member Avatar for jdm
0
106
Member Avatar for bulqr4eto

Hi everyone, I have a simple question. I have an index with background and a video player...I want to change places of the background and the video. http://thedarknessbg.com/intro2/ How to make the background to be on top of the video not like now the video to be on top. I …

Member Avatar for Sogo7
0
269
Member Avatar for Raakesh399

hi, i want to create a website with web services facilities in php. is this possible?

Member Avatar for Raakesh399
0
95
Member Avatar for Patiodude

I know little PHP, but even less MySQL, and my host doesn't allow remote database connections (for example, from Dreamweaver), so in addition to being confusing to me, database management is impractical. Is there any way to put a timestamp on an article automatically, without resorting to MySQL tables?

Member Avatar for Sogo7
0
256
Member Avatar for dany12

I want to create an email class with many functions and use this methods I want some advice how to make this flexible and reliable as much as I can but another important feature is security to verify all the external input I am going to past all my code …

Member Avatar for dany12
1
127
Member Avatar for Daniel_497

Ever wondered what goes on inside your printer? Welcome back to this second in a series of articles looking at the inner workings of printers. Today's candidate is the inkjet printer, and we're going to look at the most common kind, the thermal DOD inkjet printer - let's get stuck …

Member Avatar for Sogo7
0
248
Member Avatar for mbhanley

Need help with code i am trying to acheive upload of videos but when they are uploaded the file names need to be changed to have hyphens in replace of white space and still keep the exstensions. its proving difficult because once uploaded ffmpeg needs to read the output as …

Member Avatar for mbhanley
0
459
Member Avatar for suavedesign

Hi, I am wondering if anyone can give me advice on how to make this site more user-friendly. I got complaints that it's hard to navigate and use. The url is [URL="http://www.roam4less.com"]http://www.roam4less.com[/URL] If anyone has any suggestions on how this site can be more user-friendly, I'd appreicate it immensly! Thanks.

Member Avatar for PlainOldChad
0
107
Member Avatar for Sogo7

Sometimes user interactive [B][I]web fluff[/I][/B] is useful for holding a visitors attention on a site, so here is a little HTML5 canvas demo to create random numbered lottery balls that bounce around a bit. The basic page code is below and the three external javascript files can be [URL=" http://lovelogic.net/support_articles/lottery.php …

Member Avatar for Airshow
0
524
Member Avatar for anthonyjpv

I know that php can validate data input before querying to the database but which is more preferable by the developer or user experience? validation thru php? or validation thru javascript? whats your insight about this? thank you!

Member Avatar for anthonyjpv
0
133
Member Avatar for MattWhitehead__

I want to know if there is anyway of getting a discography from this page? [url]http://www.oasisinet.com/Discography.aspx[/url] I want to use it on a website that I'm updating at the moment. I right clicked on the flash interface and it said powered by Trinity St. I googled that but couldn't find …

Member Avatar for MattWhitehead__
0
103
Member Avatar for FriXionX

Say in index.html you set variable x to be 5. You navigate to a different page, lets say pageone.html. How can you keep x to 5? And if you change x to 3 on pageone.html, how can you keep it to 3 on pagetwo.html? (the whole website also, every webpage) …

Member Avatar for FriXionX
0
160
Member Avatar for ronny22

[B]Hey guys just asking for some help on my code to see where am going wrong thats all [/B] Right am making a simple CMS site and my problem is that i want everything to be shown on my index page nothing is and i dont know why it is, …

Member Avatar for simplypixie
0
185
Member Avatar for xecure

I have a database full of user. This is roughly how the database looks: [CODE]| username | sex | birthdate | zip_code | |----------+-----+------------+----------| | coolUser | M | 02-14-1987 | 90210 | | blueUser | F | 06-16-1982 | 10011 | | . | . | . | . …

Member Avatar for Sogo7
0
372
Member Avatar for angiewalkerblue

I want to build an adult website that will host forums, blogs, chat and story writing and publishing facilities. Can anyone recommend web templates/designs? Thanks

Member Avatar for davidborg
0
217
Member Avatar for Sogo7

As some of you may or may not know on the 26th of May 2011 new legislation comes into force for any site doing business inside the European Union about the way cookies can be used by websites. Have already prepared changes or are you waiting to see what the …

Member Avatar for jingda
1
121