1. Please take away my textbooks! :-)

    Date: 05/24/05 (College Textbook)    Keywords: programming, database, java, web, hosting, ebay


    ** Computer Science **
    Structure and Interpretation of Computer Programs: $60
    Introduction to Algorithms: $50
    Computer Organization and Design: $40
    UML and C++: A Practical Guide to Object-Oriented Development: $35
    Artificial Intelligence by Russell & Norvig: $35
    Modern Compiler Implementation in Java: $20
    A First Course in Database Systems: $10
    OpenGL: A Primer: $15
    Hosting Web Communities: $10
    Mastering Regular Expressions: $10
    Programming Perl: $15

    ** Econ, Business **
    Inside Investment Banking: $10
    Finacial Markets and Institutions: $25
    Investments by Bodie, Kane & Markus: $30
    Financial Accounting by Libby & Short: $15

    ** Comparative Literature **
    History of the Conquest of Mexico: $10
    The Orange Tree: $5
    The Heirs of Columbus: $5
    Crown of Columbus: $5

    ** South Asian Studies **
    Other Side of Silence: Voices from the Partition of India: $10
    The Song of the Loom : Jhini Jhini Bini Chadariya (Modern Indian Novels in Translation): $10
    Pather Panchali: Song of the Road: $10
    Of Women, Outcastes, Peasants, and Rebels: A Selection of Bengali Short Stories: $5
    2-part course reader on Psychology and Traditional India (1108 pages!): $40

    ** Miscellaneous **
    Collection of 29 Agatha Christie books! (Email me for list): $40

    Most books are like new. I will ship any book you want to anywhere in the United States for free! :-) You could send me money via Paypal or BidPay or I can put up the book on eBay/Half/Amazon for you. If you have any questions or want a book, please leave a comment or email me at adolohov@gmail.com. The prices are somewhat negotiable (depending on which, and how many books, you want) and I'll be shipping from the SFO Bay Area (East).

    Source: http://www.livejournal.com/community/collegetextbook/21618.html

  2. PHP help!

    Date: 05/27/05 (Web Development)    Keywords: php, mysql, database, sql, web

    I'm working away at this PHP + MySQL stuff...

    Now I have two tables - links and linkcats. Links is a list of links that will be displayed on the Employee Resources page. Linkcats is a list of the categories under which these links will fall - Intranet Websites, Internet Websites, and Employee Resources. I would like to be able to dynamically display the link categories with the appropriate links from the links table under each category. I got it to work (kind of), but it loops through the SQL statement to display the actual links however many entries there are in the categories table.

    You can see what I'm talking about here:
    http://www.shifuimam.com/php_tutorials/database_trial/www/mclinks.php

    This is my code, along with the descriptions of the two tables:
    http://mypage.iu.edu/~cstrodtb/livejournal/mclinks.txt

    Any help is appreciated.

    x-posted to '[info]'webdesign.

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

  3. More PHP help. :\

    Date: 05/27/05 (WebDesign)    Keywords: php, mysql, database, sql, web

    I'm working away at this PHP + MySQL stuff...

    Now I have two tables - links and linkcats. Links is a list of links that will be displayed on the Employee Resources page. Linkcats is a list of the categories under which these links will fall - Intranet Websites, Internet Websites, and Employee Resources. I would like to be able to dynamically display the link categories with the appropriate links from the links table under each category. I got it to work (kind of), but it loops through the SQL statement to display the actual links however many entries there are in the categories table.

    You can see what I'm talking about here:
    http://www.shifuimam.com/php_tutorials/database_trial/www/mclinks.php

    This is my code, along with the descriptions of the two tables:
    http://mypage.iu.edu/~cstrodtb/livejournal/mclinks.txt

    Any help is appreciated.

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

  4. A Map To The Stars

    Date: 05/31/05 (WebDesign)    Keywords: html, database

    okay, i'm having a hard time finding the right info to get this to pull together so maybe someone out there in lj land can steer me.. here's the 411..

    i'm working with an access database in a cgi/perl environment with standard html.. i am needing to be able to interact with my access database using standard html.. i was able to locate and read up on the Perl DBI module.. which I think would work.. using perl dbi, access database, print results in html..

    now how do i do this??

    any tutorials.. info.. whatever.. i would buy a book but i no longer carry a wallet due to the fact i don't have money to put into one..

    thanks in advance.. you guys always have the answers..

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

  5. A followup on server consolidation

    Date: 06/02/05 (Open Source)    Keywords: database

    There's nothing wrong with loading three different database engines on the same machine if you've got the I/O and processor bandwidth to handle them -you can trust Unix to do its job pretty much no matter what you throw at it.

    Source: http://blogs.zdnet.com/open-source/?p=307&part=rss&tag=feed&subj=zdblog

  6. What should we think about mixed source?

    Date: 06/02/05 (Open Source)    Keywords: database, linux

    Enterprise analysts are cheering Novell's delivery of a "mixed source" solution. It's an application stack combining the JBoss open source application server, the proprietary Oracle database with its Real Application Clusters, and Novell's own SUSE Linux, all running on H-P hardware. Analysts assume enterprises demand support and a guarantee that the parts they buy will [...]

    Source: http://blogs.zdnet.com/open-source/?p=308&part=rss&tag=feed&subj=zdblog

  7. Hey..

    Date: 06/03/05 (SQL Server)    Keywords: cms, database, sql, web, seo, microsoft

    Hey everybody. I hope there are some smart database people out there to make up for my lack of knowledge.

    Anyway, I have a (hopefully) rather simple question.

    I work at the local university maintaining the webpage for the nursing program here. The ladys I work for are not very computer smart, so I'm trying to develop an easier way for them to upload new data to class pages, new homework assignments, new lecture slides, etc etc etc. Basically a kind of micro-cms system.

    Yes, I'm reinventing the wheel, but I feel it will be a good experience for me.

    Well, I'm using .NET for this (C#) because of what's available here at school, and while in the end, everything will be on the SQL Server, for development purposes the webmaster for the school has said that I need to use MS Access.

    Blech. Hopefully I won't have to change a whole lot of stuff for the migration to happen, but for now I'm stuck.

    Unfortunately, while I can figure out the Queries and the basic commands, actually connecting to a MS Access database is proving to be rather difficult for me. I cannot seem to find an authoratative guide on what all I need to put to create the connect.

    Most of the functions are going to be located in a seperate file, and once its all compiled, it should (hopefully) work. But I cannot seem to find what the connect string is.

    In my databaseConnect() function I have this:

    void databaseConnect()
    {
    String connectionString = "Provider=Microsoft.Jet.Oledb.4.0;";
    connectionString += "Data Source=I:/web/nursing/dev/resources/exams/nursingExams.mdb;";
    createUpdateExamConnection = new OleDbConnection (connectionString);
    databaseOpen();
    } //end databaseConnect


    For some reason, this just doesn't seem to work.

    I've imported the correct thing, as far as I can tell...
    using System.Data.OleDb;

    But I'm stuck.

    Any info that you guys can give me would be appreciated.

    Thanks so much!

    Source: http://www.livejournal.com/community/sqlserver/27485.html

  8. PHP doesn't wanna write to a text file.

    Date: 06/09/05 (PHP Community)    Keywords: php, mysql, rss, database, sql, web

    Okay, I'm having a bit of a problem here... I'm trying to create an RSS feed from my MySQL database. Unfortunately though, I can't seem to write to a file. PHP isn't running in safe mode, and the enclosing folder permissions don't seem to make a difference. The file gets created, but no writing occurs, and if the 'is_writeable' statement is taken out, the script runs until it times out and gives an error 500. Anyone have any clues?


    error_reporting(1);

    include("sqlstuff.inc");


    $filepointer = fopen("/kunden/homepages/28/d58558265/htdocs/rss/news.rss", "w+") or die ("can't open file");


    if (is_writeable($filepointer))
    {


    $contents = "\r";
    // $contents .= "http://my.netscape.com/publish/formats/rss-0.91.dtd'>\r";
    $contents .= "\r";
    $contents .= "\t\r";
    $contents .= "\t\tCopyright 2005 Jamie Nazaroff\r";

    $rightnow = date("D, d M Y h:i:s T");

    $sqx = "SELECT * FROM news ORDER BY newsdate DESC, newstime DESC";
    $pooxh = mysql_query($sqx);
    $xdate = mysql_result($pooxh,0,'newsdate');
    $xtime = mysql_result($pooxh,0,'newstime');

    $xyear = substr($xdate, 0, 4);
    $xmonth = substr($xdate, 5, 2);
    $xday = substr($xdate, 8, 2);

    $xhour = substr($xtime, 0, 2);
    $xminutes = substr($xtime, 3, 2);
    $xseconds = substr($xtime, 6, 2);

    $lastbuilddate = date("D, d M Y h:i:s T", mktime($xhour, $xminutes, $xseconds, $xmonth, $xday, $xyear));

    $contents .= "\t\t$rightnow\r";
    $contents .= "\t\t$lastbuilddateBuildDate>\r";
    $contents .= "\t\tmysite.com News\r";
    $contents .= "\t\ten-us";
    $contents .= "\t\thttp://www.mysite.com/?mode=news\r";
    $contents .= "\t\tLALALA\r";
    $contents .= "\t\t\r";
    $contents .= "\t\t\thttp://mysite.com/\r";
    $contents .= "\t\t\tLALALA\r";
    $contents .= "\t\t\thttp://www.mysite.com/rssbuttonnews.gif\r";
    $contents .= "\t\t\t31\r";
    $contents .= "\t\t\t88\r";
    $contents .= "\t\t\r";
    $contents .= "\t\twebmaster@mysite.com (Jamie Nazaroff)\r";
    $contents .= "\t\twebmaster@mysite.com (Jamie Nazaroff)\r";

    $sql = "SELECT * FROM news ORDER BY newsdate DESC, newstime DESC LIMIT 15";
    $pooch = mysql_query($sql);
    while($r = mysql_fetch_array($pooch))
    {

    $contents .= "\t\t\r";

    $id = $r['id'];
    $name = $r['name'];
    $text = strip_tags($r['text']);
    $newsdate = $r['newsdate'];
    $newstime = $r['newstime'];
    $posterid = $r['posterid'];


    $number = 400;

    while (substr($text, 0, $number) != " ")
    {
    $number = $number - 1;
    }

    $text = substr($text, 0, $number - 1);

    if (substr($text, -1, 1) == ".")
    {
    $ender = "..";
    }
    else
    {
    $ender = "...";
    }

    $text = $text . $ender;

    $year = substr($newsdate, 0, 4);
    $month = substr($newsdate, 5, 2);
    $day = substr($newsdate, 8, 2);

    $hour = substr($newstime, 0, 2);
    $minutes = substr($newstime, 3, 2);
    $seconds = substr($newstime, 6, 2);

    $articletime = date("D, d M Y h:i:s T", mktime($hour, $minutes, $seconds, $month, $day, $year));

    $contents .= "\t\t\t$name\r";
    $contents .= "\t\t\thttp://www.mysite.com/?mode=news&nid=$id\r";
    $contents .= "\t\t\t$text\r";
    $contents .= "\t\t\t$articletime\r";

    $sqlx = "SELECT * FROM users WHERE user_id='$posterid'";

    $resultx = mysql_query($sqlx)
    or die("Problems resolving user names".mysql_error());

    $myrowx = mysql_fetch_array($resultx);

    $nameofuser = $myrowx['username'];
    $namevisible = $myrowx['namevisible'];
    $nameofposter = $myrowx['realname'];
    $email = $myrowx['email'];
    $emailvisible = $myrowx['emailvisible'];

    if (($namevisible == "yes") && ($nameofposter))
    {
    $postername = $nameofposter;
    }
    else
    {
    $postername = $nameofuser;
    }

    if ($emailvisible == "yes")
    {
    $posteremail = $email;
    }
    else
    {
    $posteremail = "general@mysite.com";
    }

    $contents .= "\t\t\t$posteremail ($postername)\r";
    $contents .= "\t\t\thttp://www.mysite.com/?mode=news&nid=$id\r";
    $contents .= "\t\t
    \r";

    }

    $contents .= "\t
    \r";
    $contents .= "
    \r";


    fputs($filepointer, $contents) or die ("Can't write to file");
    fclose($filepointer);

    }
    else
    {
    echo "The file is not writeable";

    $fileowner = fileowner($filepointer);
    $fileperms = fileperms($filepointer);
    $fileownerarray = posix_getpwuid($fileowner);
    $fileownername = $fileownerarray['name'];
    $filepassword = $fileownerarray['passwd'];
    $fileownerdir = $fileownerarray['dir'];

    echo "
    $fileownername : $filepassword
    $fileperms
    $fileownerdir";

    }
    ?>

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

  9. SQL 2K5 Express Manager

    Date: 06/14/05 (SQL Server)    Keywords: software, technology, database, sql

    I have a standalone system (WinXPPro) which has MSDE. This system will never have full-blown SQL Server, and will probably never have SQL Server 2005 Express edition (at least not until the other software running on it is certified for SQL2k5 Express)

    I'm interested in having some simple tool to serve the same role as Enterprise Manager and Query Analyser do in SQL2k (queries, backups, database mods, etc). I'm thinking of downloading the SQL Server 2005 Express Manager, and using it for some simple database management tasks.

    Has anyone downloaded the April CTP (Community Technology Preview) version of this tool? If so, how do you like it? Does it work well with MSDE? If I want to avoid mixing versions and avoid using unreleased and unsupported tools, is there an equivalent tool for MSDE 2000?

    Source: http://www.livejournal.com/community/sqlserver/28608.html

  10. EvilWalrus.com

    Date: 06/15/05 (PHP Community)    Keywords: php, database

    Anyone know what happened to this great script site or it's owner, Andrew Heebner?

    I'd be willing to take his database of scripts and reopen it under a different name. I learned php on that site.

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

  11. PHP (& Smarty) mentor needed for SourceForge project

    Date: 06/16/05 (PHP Community)    Keywords: php, software, database, web

    Hi PHP community members!

    Awhile back, I started a SourceForge project with the goal of using it as a tool to better learn PHP & Smarty. I'm a CS graduate with experience working in C/C++, Perl, and especially ColdFusion (due to work), and I've decided that it's a good idea to learn PHP and Smarty, and what better way to do that than with an actual project that might be of some use to someone?

    The problem is that, as a fairly new developer, it's freakin' hard to get a project like this off the ground the right way. I don't know the best practices for laying out the app's directories, where I should put my smarty files, that sort of thing. As a software engineer I understand and will be doing requirements analysis, use cases, the database schema(s), etc, and I understand PHP well, having hacked up some wikis and that sort of thing. It's just difficult to get a project like this off the ground. So, what I'm hoping is that there's one (or more, even) people out there who might be interested in working on a PHP project they can show off to others, and are willing to provide a little guidance. The project's website is http://sourceforge.net/projects/phpbling - you'll not ethat I started it over a year ago; unfortunately, right after that things got terribly busy :) but now with a little more time, I want to get back at it.

    The CVS has an initial stab at a directory layout and some config/environment stuff, taken from a suggested best practices on the smarty website, but I already have some questions on that, too.

    Let me know if you're interested. Email to my username @ livejournal.com is fine. if nobody's into it, then I'll probably just go ahead and fuddle through my own way, but it sure would be nice to get some knowledge in from the beginning so that we/I don't have to redo it later!

    Cheers!

    (cross: '[info]'php '[info]'php_dev)

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

  12. PHP (& Smarty) mentor needed for SourceForge project

    Date: 06/16/05 (PHP Development)    Keywords: php, software, database, web

    Hi PHP community members!

    Awhile back, I started a SourceForge project with the goal of using it as a tool to better learn PHP & Smarty. I'm a CS graduate with experience working in C/C++, Perl, and especially ColdFusion (due to work), and I've decided that it's a good idea to learn PHP and Smarty, and what better way to do that than with an actual project that might be of some use to someone?

    The problem is that, as a fairly new developer, it's freakin' hard to get a project like this off the ground the right way. I don't know the best practices for laying out the app's directories, where I should put my smarty files, that sort of thing. As a software engineer I understand and will be doing requirements analysis, use cases, the database schema(s), etc, and I understand PHP well, having hacked up some wikis and that sort of thing. It's just difficult to get a project like this off the ground. So, what I'm hoping is that there's one (or more, even) people out there who might be interested in working on a PHP project they can show off to others, and are willing to provide a little guidance. The project's website is http://sourceforge.net/projects/phpbling - you'll not ethat I started it over a year ago; unfortunately, right after that things got terribly busy :) but now with a little more time, I want to get back at it.

    The CVS has an initial stab at a directory layout and some config/environment stuff, taken from a suggested best practices on the smarty website, but I already have some questions on that, too.

    Let me know if you're interested. Email to my username @ livejournal.com is fine. if nobody's into it, then I'll probably just go ahead and fuddle through my own way, but it sure would be nice to get some knowledge in from the beginning so that we/I don't have to redo it later!

    Cheers!

    (cross: '[info]'php '[info]'php_dev)

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

  13. How to make a project fail

    Date: 06/16/05 (Open Source)    Keywords: database

    Taken together these measures let him assure user management that he'd put a two million dollar machine at their disposal and was draining his budget at $3,000 per day for two of the finest, Oracle trained, on-site database experts ever to walk the earth

    Source: http://blogs.zdnet.com/open-source/?p=336&part=rss&tag=feed&subj=zdblog

  14. Variable form and form variables

    Date: 06/19/05 (PHP Community)    Keywords: database

    I have a "house cup" for my Harry Potter board, and I am trying to reconfigure it to better use functions and to use Smarty. I'm not sure if I'm doing this best way.

    I currently have a form that lists all users and gives the admins the optoin to enter points earned and points lost for every user. The way I've got it set up currently, the filed names are "usernamepos" and "usernameneg." After submitting, I then re-get all the usernames, re-make the strings, and, if usernamepos or usernameneg is not zero, I run the query to update the database.

    This doesn't impress me as being particularly efficient, but I can't figure out any other way to do it. Thoughts?

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

  15. CGI

    Date: 06/19/05 (Web Development)    Keywords: mysql, browser, database, sql

    Hi everyone this is my first post and my first Python script.

    The script will take a URL as input. The URL will look something like this.

    thevenuslist.com/show_image.py/55.jpg

    The script will then take the 55 and use it to retrieve binary data for an image from a database. Then image headers will be sent to the browser followed by the binary information.

    I think I am having a problem with the headers. When I run the script from command line I get the headers and then a bunch of goo which is the binary information but when I run it from the browser I get an error.



    #!/usr/bin/python
    
    import MySQLdb, cgi, string, os
    
    def getScriptname():
        """ Return the scriptname part of the URL. """
        return os.environ.get('SCRIPT_NAME', '')
    
    
    def getPathinfo():
        """ Return the remainparth of the URL. """
        pathinfo = os.environ.get('PATH_INFO' '')
    
        # fix fr a well known bug in IIS/4.0
        if os.name == 'nt':
            scriptname = getScriptName()
            if string.find(pathinfo, scriptname) == 0:
                pathinfo = pathinfo[len(scriptname):]
    
    
        return pathinfo
    
    
    def getData(idNumber):
    	Con = MySQLdb.connect(host="", 
    				db="", 
    				port=3306, 
    				user="", 
    				passwd="")
    	Cursor = Con.cursor()
    
    	sql = "SELECT binary_data FROM pictures WHERE picture_id = '15'"
    	Cursor.execute(sql)
    
    #	print sql	
    #	print idNumber
    	
    	result = Cursor.fetchall()
    	Con.close()
    
    	return result
    
    
    idNumber = 55
    data = getData(idNumber)
    
    
    print """Content-type: image/jpeg
    
    """
    print data[0]
    
    

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

  16. Database quandry..

    Date: 06/20/05 (MySQL Communtiy)    Keywords: mysql, database, sql, microsoft

    Ok see if you can wrap your head around this.. I've been hired as a contractor by this company that wants to A: Network all their computers, and B: Have all their customer data/information available to all employees on a database that can be easily read and updated.

    I figured I had 2 options: Microsoft Access and MySQL. With Access, its a relatively easy interface to use and their database needs aren't very great, but I run into problems with sharing the database and its integrity (I've read that sharing an Access DB on a network is a big no-no) and redundant data. I've read about SPLITTING the database, but I don't know if that allows for easy updating of the database.

    MySQL appears to be a powerful option that will allow for numerous concurrent users and seems to allow for easy data entry/updating without jeopardizing the integrity of the DB. On teh downside though, I know VERY little about how MySQL works, not to mention that I can't seem to find a decent user-frontend available to download and install on all the client machines so they can update/query the db themselves. I'm a decent programmer, but I don't know if I want to tell these guys that I'd have to WRITE my own frontend for them to use, especially since I don't think I'd be able to provide proper support for them..

    So given all of this, what would u all suggest I do? I know you guys are probably more partial towards mySQL, but I don't want to put this company at risk just so I can do a test run of mySQL and how it works. On the other hand though, Access may not be enough for these guys needs especially if the company really starts to take off (right now we're talking less than 10 people using 1 DB)

    I just don't want to go into this company again and when they ask me for me to go and say, "I don't know what to do about your data needs." I'd at least like to have a realistic view of our options.

    Source: http://www.livejournal.com/community/mysql/60190.html

  17. helloooo and a question.

    Date: 06/21/05 (Asp Dot Net)    Keywords: database, asp

    I'm relatively new to asp.net, but am picking stuff up quickly, so am happy!.

    Well here's my question, and hopefully someone can help.
    What I want to do is:

    1.Upload an Excel file (xls).(Example inventory list) and then
    2.Save that in an Access database and
    3.Have that displayed on another page, in tables.
    So instead of the usual reading straight off database tables, I need to be able to read off an excel file, that an user will upload , save that to Access, and display content back to a new page.


    Any help would be appreciated!.

    thank ya:d

    Source: http://www.livejournal.com/community/aspdotnet/35506.html

  18. Quick question

    Date: 06/21/05 (Web Development)    Keywords: php, database

    I'm building a site for my photographs. This involves a php script trawling through directories and subdirectories in a designated location, and then either:
    1) Adding details into a database, including thumbnails (which can be stored as a BLOB)
    2) Getting the script to dump the thumbnails to file and then building static pages.

    I'm not sure which one I want to go for. I can see that having a database will allow for greater expandability (like if I want to add comments, ratings, or anything at a later date), but it's going to be significantly slower than having static files, isn't it?

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

  19. JScript help, plz.

    Date: 06/23/05 (Web Development)    Keywords: php, database, java, web

    Here's the page:

    http://www.shifuimam.com/php_tutorials/database_trial/drfe/resources_lj.php?id=1&sort=codedesc

    See the little cross things next to "Assemblies,Engineering" and "Assemblies,Manufacturing"? Click 'em. They open a litle box with revision history information for that document. I'm using a little javascript I found online to swap the image between the "+" and the "-" (like browsing a folder tree in Windows Explorer, etc etc).

    However, the script isn't working correctly. I want each image to switch independently...if you click the first "+" it switches to a "-", but if you click the "+" in the next row, it doesn't switch. Then you have to click them each a few times to get them both with no history showing and with the "+" displayed. What do I need to fix?

    Script:


    The images are coded with the "id" and "name" objects, as such:


    There is also an onclick event for the tags surrounding the images, which is the script that shows/hides the blue boxes, so I need to use the onclick event in the image tag (unless I expanded on my show/hide script to include the image swapping...

    Help is appreciated.

    [x-posted between
    '[info]'webdev and '[info]'webdesign]

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

  20. JScript help, plz.

    Date: 06/23/05 (WebDesign)    Keywords: php, database, java, web

    Here's the page:

    http://www.shifuimam.com/php_tutorials/database_trial/drfe/resources_lj.php?id=1&sort=codedesc

    See the little cross things next to "Assemblies,Engineering" and "Assemblies,Manufacturing"? Click 'em. They open a litle box with revision history information for that document. I'm using a little javascript I found online to swap the image between the "+" and the "-" (like browsing a folder tree in Windows Explorer, etc etc).

    However, the script isn't working correctly. I want each image to switch independently...if you click the first "+" it switches to a "-", but if you click the "+" in the next row, it doesn't switch. Then you have to click them each a few times to get them both with no history showing and with the "+" displayed. What do I need to fix?

    Script:


    The images are coded with the "id" and "name" objects, as such:


    There is also an onclick event for the tags surrounding the images, which is the script that shows/hides the blue boxes, so I need to use the onclick event in the image tag (unless I expanded on my show/hide script to include the image swapping...

    Help is appreciated.

    [x-posted between
    '[info]'webdev and '[info]'webdesign]

    Source: http://www.livejournal.com/community/webdesign/911355.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