I have been given a set of XSD documents by a company in order to pass them data. They are a huge sprawling series of interconnecting types and it is taking hours to unravel it all.
I am fairly new to XML and completely new to XSD so I have been learning a lot, but I am stumped by one section...
But if you're using a sign in system to a website you can't have 2 people with the same username. I don't think it's about uniqueness in the DB, but about making it possible for users to sign in without the DB getting confused who is attempting to sign in.
~Ben
Occasional sparks in a darkened room
It feels like you're making this more complicated than it needs to be. Why not have a button beside the username textbox which the user clicks to check the username is available, if it is available the name is inserted into the db with the rest of the fields blank (to make sure no other users...
I recently wrote something similar to this to reset a group of controls, but problems arose with the amount of time it takes for this script to run. Checking through every control on the page is a lot of server load for the page to process.
In the end I simply wrote a hardcoded list to clear...
It seems the problem was related to the Ajax controls I had installed. I had the AjaxToolkit, but not the Extended Toolkit.
Once this was installed the issue seems to have cleared itself up.
~Ben
Occasional sparks in a darkened room
I have an intriguing issue. And when I say intriguing, I mean really irritating.
I use Visual Studio 2008 and have started having problems with triggers.
I write my code and put in the triggers I require, such as
<Triggers>
<asp:PostBackTrigger...
I have had a look and haven't yet found any actually free flash tools, but there are a few which offer a free trial period. That means you can get it and work for a few days to get what you want done and deploy it. Of course they may watermark such a piece until you pay for the software, I...
Very interesting idea, not something I had ever considered.
Making text appear one word at a time would be quite difficult in Javascript I would think, as you'd probably have to code each word as an individual element (though I might be wrong, I'm not so hot on javascript).
If you want it to...
When you execute the Update query does it hang for a while before telling you 0 rows were updated, or go straight there?
Maybe your DB has a short timeout and the time taken to update that many rows is causing the function to die and rollback the changes made.
~Ben
Occasional sparks in a...
A quick search of Google gave me:
http://www.stylusstudio.com/xsllist/200505/post90120.html
There's lots more different forum articles and posts out there to help you.
~Ben
Occasional sparks in a darkened room
If your server hosts are not being helpful, I would tell them straight out that you're going to move your business elsewhere if they don't help you track down the problem. If you're paying for a service then they should be doing their best to fix any issues you have, not just telling you it must...
You're using Javascript to validate users? Are you aware that this gives all the information to a user of the website? I can't work out whether you're actually printing out important information, but if you're using ASP then you should try to do as much as possible server side, rather than...
Because if you have 12 spaces, replacing all the double spaces with single spaces would still leave you with 6 spaces, hence the loop to make sure all spaces are single.
Dim myq As String = strQs(i, 1)
While myq.Contains(" ")
myq.Replace(" ", " ")
End While...
Good morning all,
My company is currently looking to add a HD camcorder to their current recording software and as such we are looking for a Video Capture SDK to plug in to our existing software which will stream direct from the camcorder to the PC via a HDMI cable.
I have been tasked with...
Our database contains two tables, one of which contains Registration details and the second of which contains Company details for each registered user.
Every row in registration should have one matching Company details row and each Company details row should refer to only one Registration row...
So rarely think about using basic HTML that often I don't think about these things either. Definitely better to ask than fabricate something complex in the background which does the same thing!
~Ben
"Insert witty statement here
[PHP_MYSQL]
extension=php_mysql.dll
entension=libxml2.dll
You misspelled 'extension' here. Did you spell it correctly in the .ini file?
~Ben
"Insert witty statement here
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.