JavaScript SetVariable and GetVariable seem to work fine, but ActionScript within the Flash object doesn't seem to be seeing the variables update ...
http://cf.democratandchronicle.com/widget/frontpage2.html
object code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"...
Can anyone help me generate a schema for the following XML?
<?xml version="1.0" encoding="iso-8859-1" ?>
<story>
<storyfilename>
<![CDATA[0125BUO_gang22.xml]]>
</storyfilename>
<storyorder>0</storyorder>
<section>
<![CDATA[1]]>
</section>...
that was my thought too actually -- if I'm under SSL, is clientside even necessary. But then again, it's not much effort to implement, so why not?
As far as salting, I'm not certain -- does the undocumented SQL Server PWDENCRYPT function utilize a salt? I'm guessing, in typical Microsoft style...
I'm curious more about the best process ... should I hash on the clientside and AGAIN in the DB, and compare the SHA-hashed MD5 password hash passed from the client to the database entry? or just hash MD5 clientside and store that hash in the DB?
hello-
looking to implement a secure-as-reasonable user signup and login process. I intend to carry out all user information and password interactions under SSL; I'm debating implementing MD5 hash clientside and passing the result of hashing the password to the DB and store the MD5 hash vs...
I have a 5-day Gantt-style timeline chart I'm working on with next/previous week buttons. On next/previous 7 days are added or subtracted from the current DAY_OF_YEAR value. It seems to scroll previous with no problems ... but at the end of September, it rolls back to the beginning of September...
I have a project scheduler I'm building, and I seem to be able to move back and forth between weeks just fine with:
if (actionCmd == "nextWeek") {
cal.set(Calendar.WEEK_OF_YEAR, (cal.get(Calendar.WEEK_OF_YEAR) + 1));
}
if (actionCmd == "prevWeek") {...
I have a Gantt-style "chart" that I've build using JPanels as a representation of days of the week, and I'm using the 2D API to draw rectangles representing project timelines across the day-panels. I need to label these rectangles with job numbers ... is this possible to do with any...
Under SQL Serever 2000, I'm trying to pull projects out of the database to display on a 5-day Gantt-style project timeline chart. Therefore, I need all projects that occur on any of the 5 days on the chart (range[dateStart-dateEndProj] contains range[1st day-5th day]). is there a way to pull...
I forgot to mention, I did reinstall, from a VB 6.0 Enterprise disc set, MSDN subscription SP5, and the problems persist. I reinstalled, then reinstalled the runtime, then re-ran VB6C.exe and it still pukes.
Hi All-
I have a project where I find myself picking up where another individual, no longer with the company, left off. The project, from what I understand, was originally 16-bit VB 4.0. It was migrated to 32-bit 4.0, then to 6.0
With my original install of VB 6.0 Enterprise, I tried to run...
Terry-
As always, to the rescue :)
I may have avoided requirements to change the backend by displaying more information on the front-end. If the client is unhappy with my solution, I'll get back to you on this with sample data.
Thanks.
I have a client with a less than fully normalized data model. they have products with product codes, class, category, manufacturer and notes fields. Originally, I was told the product code was unique; I later discovered that they have products sharing product codes but existing as separate...
...well enough to figure out how, or if I even can, produce the DateChooser calendar in fullscreeen.
can anyone help? TIA.
the DateChooser class:
/* ----------------------------------------------------------------------------
The Kiwi Toolkit
Copyright (C) 1998-99 Mark A. Lindner...
oh, ok, so nothing different than what I ended up doing, which was removing the unecessary user and irrelevant product references from the entire query ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.