I was wondering if anyone might have any ideas on this flash problem that is driving me crazy?
The sites temporary address is http://www.megahunter.net/goodman/index.shtml. Now the client is telling me that no one in their office can see the flash in the upper right hand corner, but he can see it fine from his home computer. I directed him to another site with flash and he can see that sites flash fine so he has the plugin. I also thought maybe it was cache issue so I had him clear out his history and delete files and cookies, but that didn't work either.
Does anyone else out there not see the flash or have any ideas? Thanks
I'm looking for a good PHP search engine with full text indexing, the ability to crawl pages itself, preferably MySQL storage, and advanced search options. It'd also be nice if it rendered output in streamlined xhtml, or uses Smarty but not required.
Any suggestions?
Posted in: phpphp_devwebdesignwebdev I apologize in advance to all the people that are members of one or more of these communities
I'm making a website for my webdesign class using XHTML and CSS. I've got a little bit done and it validates on W3C and looks the way I want in Safari, Camino and Firefox (for Mac and Windows), but IE is not cooperating, and that is what the professor uses to grade these things. Basically what I have so far is a table set to span 100% of the window and it is flush against the top of the window. But in IE it's flush to the top and to the left, but there is space to the right of the table. Any idea as to why it's ignoring that I set the width to 100%?
I'm looking for a good PHP search engine with full text indexing, the ability to crawl pages itself, preferably MySQL storage, and advanced search options. It'd also be nice if it rendered output in streamlined xhtml, or uses Smarty but not required.
Any suggestions?
Posted in: phpphp_devwebdesignwebdev I apologize in advance to all the people that are members of one or more of these communities
I'm looking for a good PHP search engine with full text indexing, the ability to crawl pages itself, preferably MySQL storage, and advanced search options. It'd also be nice if it rendered output in streamlined xhtml, or uses Smarty but not required.
I'm trying to do some really wacky stuff with a form.
Essentially, I'm reading in multiple columns from a table in a MySQL database (looping, obviously), and creating a form as I present the data. The challenge this presents is that for each loop, the form values have to have a unique identifier, so I'm trying to use variables. It's not working so well, but I'm using standard HTML to try to process the form. I've gleaned bits and pieces searching the web that PHP has its own method to handle form input.
So, I need a good book that has a lot of detail on how to work with forms. A good web resource would work too.
Thanks in advance!
This is a quick mockup of the code and how I'm presenting the form...
So, in theory here, each loop should give a unique value to each form element. I just need to know how to process it. I'm writing selected data back into a seperate table, so I need to loop through the results and write them out.
I'm looking for a good PHP search engine with full text indexing, the ability to crawl pages itself, preferably MySQL storage, and advanced search options. It'd also be nice if it rendered output in streamlined xhtml, or uses Smarty but not required.
Any suggestions?
Posted in: phpphp_devwebdesignwebdev I apologize in advance to all the people that are members of one or more of these communities
Long story short, I took a data structures course, and decided to practice my new skills this summer by designing an HTML RPG.
I'm close to the point to designing the actual interface - player / item objects are all done. Currently I have no idea what kind of interface it will be, though it will probably end up like Magic Candle (so very old... but picture a top-down interface without the fancy graphics). Obviously, the user will move their character either via links or form buttons.
Say the character dies when they fall into a trap. What is to stop them from using their browser's history to go back and take a different path? Or, say they gain 1 hit point when they level - what's to stop them from going back and hoping for a 10?
Is it even possible to restrict this sort of browser-history thing? I know this works in Firefox atleast:
from home.php, follow a link to page.php
on page.php, click a link to work.php
work.php only modifies data, then gives a header->location to page.php
on page.php, click a link to home.php
home.php loads in history
The history in Firefox shows up home->page->home, so steps 3 and 4 aren't recorded. Is this true for all browsers?
Any other ways of doing this besides header: location?
I've set up a page to read and parse RSS feeds. It works for the most part. The feed names and addresses are pulled from a mysql database okay. The problem lies in putting them onscreen. At some point, variables are not being dropped or overwritten, and I'm getting the same results repeated, but with the count number of the second feed.
On an old site I put the same toolbar on every page by putting the toolbar's code in a .txt file and, somehow, linking to it on whatever pages I wanted it on. That way, whenever I wanted to edit the toolbar, I only had to edit -one- file, instead of all of the pages.
Whenever the page would open, it would automatically insert the HTML for the toolbar. I thought I'd used the code for External Style Sheets, but after looking a fe up and trying them, that didn't work. I also did a search for "External Headers" and found a few links that didn't help, as well as... air-conditioner parts?
Anyway, if you know how I can save a code in another file and have each page call it when opened, let me know.
i'm sorry, my mistake. i had an input with the name "action" and it was confusing the browser. if you ever run into a problem like this, check your s names ;)
Hya!
I'm working on a feature for my website that needs me to change a form action with javascript. It's actually pretty easy to achieve this with Firefox, but not in IE. Since i'm not turning my back on IE, eventhough i hate the browser, i really wanted to get this thing to work cross-browser.. for the user's sake. ;)
Is it possible?
an example, working on firefox
function preview( id ) {
// get form element
var frm_obj = window.document.getElementById( id );
// open window
var w = window.open( "loading.html", "preview", "width=500,height=350,scrollbars=yes" );
// change form attributes
frm_obj.target = "preview";
frm_obj.action = "preview.php";
// hey ho, let's go!
frm_obj.submit();
// bring window up (could be open already)
w.focus();
}
oh, and i've tried using setAttribute as well. no results.
Ok, so I'm redoing my current website, for several reasons. 1) I hate the way it looks now. 2) It's done completely with Word 2000. (Ick.) I don't know that much html, and learning it from scratch is too time-consuming because I'm terribly busy with a toddler. I have Dreamweaver, but haven't learned to use it yet. I'm a WYSIWYG kinda gal, and some people have recommended using Frontpage, but some other people yelled at me for even considering it. At this point, after 2 hours of fighting with it, learning Dreamweaver on my own has proven to be impossible. I can't make heads nor tails of any of it, I've tried the tutorials and the help files, and it's all so confusing and frustrating that I'm ready to just throw my laptop across the room in a fit of rage.
My question is this: Is there anyone who would be willing to talk me through creating one simple page (background, images, text, and uploading to my webhost) step by step with Dreamweaver? I just need a jumpstart in layman's terms to get me going. I catch on very quickly to things, and I take excellent notes, so getting me started on the right track shouldn't be too difficult. Can anyone assist me? Thanks in advance.
As of late, i have been making an archive of helpful posts when it comes to overrides and html. I have a total of 65 posts, ranging from things such as posting overrides or hiding your icon to sidebars and changing navigational links. I thought it could be helpful to some of you, because I know people don't always know where to look for help. Also, it's useful to have everything in one place, instead of constantly having to refer back to communities. Enjoy :)
Um yeah... help... I'm pretty decent at html.. I did my lj, myspace and vf all by myself but all of the sudden my lj comment links disappear.... It would be really awesome if someone would tell me how or why or how I could fix it.. I've screwed with it all day long.. and to no avail...
I need help with creating a calendar in css, can someone help me out.
This is what I have to do:
1. I have to create a new blank file and save it as caldendar.js
2. Then within the file, I am supposed to insert a function named calendar() that has a single parameter named "caldate". The caldate parameter stores the date the user wants hightlighted in the calendar.
3. Within the command block of the calendar() function, I am to create an array named "MonthName" that stores the names of the twelve months. Th first element in the array, MonthName[0] should have a value of "January" and completes the rest of the array similarly.
4. Then I am to create an array, "DayName", that stores the three letter abbreviations of the seven weekday names, starting with DayName[0] ="Sun".
5. After the DayName array, I am to create a date object variable named Calendar_Day. If the value of the caldate parameter is equal to "today", set Calendar_Day equal to the current date and time; otherwise, set Calendar_Day equal to the date specified by the caldate parameter. (Hint: use the command: Calendar_Day = new Date(caldate)).
6. Use the getDate(), getMonth(), and getFullYear() methods to extract the day of the month, month number, and four-digit year from the Calendar_Day variable. Store these values in variables named ThisDay, ThisMonth, and ThisYear, respectively.
7. Then I am to use the doucment.write() method to write the following tags to the Web page: