1. Problems with Flash

    Date: 04/22/05 (WebDesign)    Keywords: html

    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

    Source: http://www.livejournal.com/community/webdesign/861834.html

  2. A Good PHP Search Engine?

    Date: 04/26/05 (WebDesign)    Keywords: php, mysql, html, sql, web

    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:
    '[info]'php '[info]'php_dev '[info]'webdesign '[info]'webdev
    I apologize in advance to all the people that are members of one or more of these communities

    Source: http://www.livejournal.com/community/webdesign/864449.html

  3. Damn IE

    Date: 04/26/05 (WebDesign)    Keywords: css, html, web

    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%?

    Source: http://www.livejournal.com/community/webdesign/864080.html

  4. A Good PHP Search Engine?

    Date: 04/26/05 (Web Development)    Keywords: php, mysql, html, sql, web

    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:
    '[info]'php '[info]'php_dev '[info]'webdesign '[info]'webdev
    I apologize in advance to all the people that are members of one or more of these communities

    Source: http://www.livejournal.com/community/webdev/192585.html

  5. A Good PHP Search Engine?

    Date: 04/26/05 (PHP Community)    Keywords: php, mysql, html, sql, web

    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:
    '[info]'php '[info]'php_dev '[info]'webdesign '[info]'webdev

    Source: http://www.livejournal.com/community/php/291689.html

  6. Book recommendations?

    Date: 04/26/05 (PHP Community)    Keywords: php, mysql, html, database, sql, web

    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.

    Again, help is appreciated!

    Source: http://www.livejournal.com/community/php/291348.html

  7. A Good PHP Search Engine?

    Date: 04/26/05 (PHP Development)    Keywords: php, mysql, html, sql, web

    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:
    '[info]'php '[info]'php_dev '[info]'webdesign '[info]'webdev
    I apologize in advance to all the people that are members of one or more of these communities

    Source: http://www.livejournal.com/community/php_dev/55407.html

  8. inquiry

    Date: 04/27/05 (PHP Community)    Keywords: php, browser, html

    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:

    1. from home.php, follow a link to page.php
    2. on page.php, click a link to work.php
    3. work.php only modifies data, then gives a header->location to page.php
    4. on page.php, click a link to home.php
    5. 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?

    Source: http://www.livejournal.com/community/php/292328.html

  9. I'm having a problem...

    Date: 04/28/05 (PHP Community)    Keywords: mysql, rss, html, xml, database, sql

    Alright, I'm having a bit of a problem.

    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.

    See what I mean?

    This is the code:


    -- Begin Code --



    include (" [ sql stuff ]");

    $sql = "SELECT * FROM rss_feeds";

    $results = mysql_query($sql);

    while ($myrow = mysql_fetch_array($results))
    {


    $feedtitle = $myrow['name'];
    $feedurl = $myrow['url'];
    $xfeed = $myrow["feed"];
    $maxcount = $myrow['num_items'];


    $xmlfile = fopen("$xfeed", "r");
    if(!$xmlfile)die("This doesn't work");
    $readfile = fread($xmlfile ,100000);
    $searchfile = eregi("< item>(.*)< /item>", $readfile ,$arrayreg);
    $filechunks = explode("< item>", $arrayreg[0]);
    $count = count($filechunks);

    if ($maxcount > $count)
    {
    $maxcount = $count;
    }


    echo "< a href=\"$feedurl\">$feedtitle< /a>< br>";


    for($i=1 ; $i<=$maxcount ; $i++)
    {


    eregi("< title>(.*)< /title>",$filechunks[$i], $title);
    eregi("< link>(.*)< /link>",$filechunks[$i], $link);
    eregi("< pubDate>(.*)< /pubDate>",$filechunks[$i], $pubdate);
    eregi("< description>(.*)< /description>",$filechunks[$i], $description);

    $pubdate = "$pubdate[1]";
    $xlink = "$link[1]";
    $xtitle = "$title[1]";
    $xdescription = "$description[1]";

    $xdescription = html_entity_decode($xdescription);
    $xdescription = strip_tags($xdescription);


    $xday = substr($pubdate, 5, 2);
    $xmonth = substr($pubdate, 8, 3);
    $xyear = substr($pubdate, 12, 4);

    $monthnames = array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
    $monthnumbers = array("01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12");

    $ymonth = str_replace($monthnames, $monthnumbers, $xmonth);

    $articledate = date("F jS, Y", mktime(0, 0, 0, $ymonth, $xday, $xyear));

    echo "< span style=\"text-transform: capitalize;\">< a href =\"$xlink\" target=\"_blank\">$xtitle< /a>< /span>< br>";
    echo "$articledate< br>";
    echo "$xdescription< br>";

    }

    }


    -- End Code --



    Anyone have any idea what could be causing this?

    NOTE: It looks now to be a problem with the one RSS feed itself, and not the code

    Source: http://www.livejournal.com/community/php/292485.html

  10. help?

    Date: 04/28/05 (HTML Help)    Keywords: html, web

    can anyone tell me why this isn't working?


    test






    Preview:
    http://www.freewebs.com/squishybat/test.html

    anyone? :\

    Source: http://www.livejournal.com/community/htmlhelp/1936086.html

  11. External Codes

    Date: 04/29/05 (HTML Help)    Keywords: html

    This isn't an lj question... is that okay?

    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.

    Source: http://www.livejournal.com/community/htmlhelp/1938699.html

  12. SSL VPNs

    Date: 04/29/05 (IT Professionals)    Keywords: html, web

    Any thoughts/experiences with SSL VPNs?

    We have maybe max 25 users right now, but if it works well, we can envision up to maybe 100 users simultaneous (including customers).

    Recommendations or warnings?

    We're a large-item, small-quantity-output manufacturing outfit, users are mostly salesmen, and customers.

    Common needs inside web would be intranet websites, outlook, maybe some files, and optimally a seperate 'area/portal' for employees and customers.

    Thanks...

    EDIT: To clarify, we're looking at things like these:
    http://www.nwfusion.com/reviews/2004/0112revmain.html

    Source: http://www.livejournal.com/community/itprofessionals/10065.html

  13. Changing Form Action in IE

    Date: 05/01/05 (Web Development)    Keywords: php, browser, html, java, web

    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.

    thanks in advance. ;)

    Source: http://www.livejournal.com/community/webdev/193312.html

  14. Dreamweaver help.

    Date: 05/01/05 (Web Development)    Keywords: html, web

    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.

    Source: http://www.livejournal.com/community/webdev/193729.html

  15. FAQs

    Date: 05/02/05 (HTML Help)    Keywords: html

    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 :)

    FIND THE POSTS HERE

    Source: http://www.livejournal.com/community/htmlhelp/1945053.html


  16. Date: 05/02/05 (HTML Help)    Keywords: html

    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...

    Thanks You guys.

    Source: http://www.livejournal.com/community/htmlhelp/1944081.html

  17. director mx?

    Date: 05/02/05 (Computer Geeks)    Keywords: html, xml

    If anyone has any experience with Director MX and XMLparser,,, please please please help me:

    http://www.livejournal.com/users/jackola/897393.html

    Thanks so much. You have no idea.

    Source: http://www.livejournal.com/community/computergeeks/675659.html

  18. Date Functions?

    Date: 05/05/05 (Web Development)    Keywords: css, html, web

    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:


    Where [I]Month, Year[/I] is the name of the month and the four-digit year. (Hint: use MonthName[ThisMonth] to display the name of the month; use the ThisYear variable to display the year value.)


    Now this is what I have done?


    8. I am to create a For loop that writes a table row containing seven table heading cells. The For loop should generate the following HTML code:



    I don't think I did any of this right, so can someone point in the right direction.

    Source: http://www.livejournal.com/community/webdev/194997.html

  19. Time to make friends...

    Date: 05/04/05 (Web Development)    Keywords: html, web

    I have no friends on this journal, yet I want to ask questions, and learn. So I'll be crossposting for a while for (1) information, and (2) the hope of finding design friends who I might have more than design in common with, but who understands what frustrations of being a designer!

    So that said, I have the following question(s):

    I'm going to start a new portfolio for my work - web based and paper as well. When you guys begin any project, what is your process: Do you sketch it out first? Work out the "look" of it in photoshop and then begin moving it into html or flash or whatever? I'm curious to know how my process differs from other designers.

    Generally I start with a sketch, move that to photoshop, and then to html/flash. Is there better ways to go about it? What different things do you take into consideration when beginning a design project such as a portfolio?

    I hope I haven't annoyed too many people!

    Source: http://www.livejournal.com/community/webdev/194079.html

  20. Hey :)

    Date: 05/07/05 (HTML Help)    Keywords: html, web

    Hey, I really need some HTML help fast, so i'm lucky I found this journal! Here's the deal, I have to make this website for a school project, it's due Monday. Here's the link: http://www.geocities.com/liz9357//Home1.html?20056

    All I want to do is make those 3 paragraphs at the bottom be up farther so they are next to my links. They were originally like that and I started messing around trying to do different things with the HTML and they ended up down way to far. any help you can give would be great. I'll check back on here later tonight, but if anyone is feeling really generous feel free to im me on AIM at Love2hateme87.

    Thanks in advance!!!

    Source: http://www.livejournal.com/community/htmlhelp/1956198.html

Previous page  ||  Next page


antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home