I won't give up my day job just yet then!
I'm not in it for the money anyway, I write articles for myslef as a learning exercise so its just nice to share.
I won't give up my day job just yet then!
I'm not in it for the money anyway, I write articles for myslef as a learning exercise so its just nice to share.
I still get it and I tried on different machines.
Could it be because I am in the UK? Do you want the url mine generates?
Ooooo money, what kind of figures are we talking?
Sorry one more question.
Does Article is Currently a Working Draft mean that I can do a little each day and save it for example until it is ready to be approved?
Ok no probs, I have a public flag on my articles as some are just for me - I will just set that to be hidden for any I put on here.
I have written quite a few tutorial type articles, mainly for my own benefit really. They are on my website but I don't think many people read them due to lack of exposure. Is it ok if I put some on here? Mine do have quite a few images on though - can you put images on the articles here?
Do a screen shot and do it as an image
1 and 3 look the same to me
Hi
Post your code and I shall take a look at it.
Only kidding. Email it to me and I shall see if I can think of anything - send me a private message and I will give you my email address.
My bit to add - just have a normal non submit button and wire up to the click event on that.
Yep I'm sure
http://www.paxium.co.uk/daniweb/error1.png
http://www.paxium.co.uk/daniweb/error2.png
I assume from your incredulity that it works ok for you?
Hey you are in the same county as me!
Can you show me your html form or sample post data?
If you provide me with Create Scripts for the Schema and some sample data I will have a go at it.
Did you create your table like this?
CREATE TABLE t1
(
col1 CHAR(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci
)
Hi Suzie
If I click on your profile there is a send message button. That button is also there if I view my own profile. The button should not be displayed if you are viewing your own profile.
Jim - good point, I shall ponder on that on!
You need to get a collection of customers in your model. You do this in your controller and pass the model to your view. For example:
var model = new MyModel();
model.Customers = GetCustomers();
return View(model)
Then in your view you have something like:
@Html.DropDownListFor(model => model.CustomerId, new SelectList(Model.Customers, "Id", "Name"), "")
Sorry still not working :(
The LinkedIn import gives the same error.
Any chance you can increase the 5000 limit? Mine is only a bit over that.
Thanks
Is this what you need?
("Update Medicine_Details SET UnitsInStock = UnitsInStock + " & rs3.Fields.Item(3).Value & " where ProductID='" & rs3.Fields.Item(2).Value & "'")
Sometimes it can be an illegal position - ie someone moves but they are in check. Or someone says it's mate in 3 but it isn't. Or sometimes the players are supposed to be good but the position is clearly arrived at by rubbish play.
I play chess evey day and have done for the past 35 years so can spot them instantly. To me chess is like the Matrix, I don't see the code any more, I just see the blonde!
I have been coding in C# for 13 years and happy to help anyone if they need help just ask away.
What game is this?
I hate films with chess positions or games in which are wrong.
I'm a strong chess player and can spot these in seconds and it really winds me up.
You can try configuring it to user a Time Server.
You will need to be a bit more specific. Can you give a few more details?
When you issue an update-database command from the package manager console, the migraiton inserts a zipped, base64 encoded representation of the model into the migrations database table in the model column.
My question is when is this data determined? Is it when you create the migration using add-migration or is it done in real time when you issue the update-database command? If the former, where is it stored until you issue an update-database command?
Thanks
Line 7 you declare bytes as Byte. I think that should be an array of Bytes.
Why not write from scratch. HTML and JavaScript Front End, SQL Back end.
Doesn't sound like too much work, or are you only after something off the shelf?
Shit I am probably going to get banned now!
Apologies, too much birthdy whisky
Ok Fiddler on standby!
Ok I was hoping you win fabulous prizes maybe.
You get a point for changing your profile photo. I have 3 today for that!
Shit sorry that wasn't quite in Q A format!
My dog has no nose.
How does he smell?
Of badger blood.
What are activity points and what can you do with them?
Thanks
Do you get an error message?
My grandfather has been ill recently so we rubbed lard on his back but then he went downhill really fast.
Road signs are polilte these days.
Beware Deer
There is a bug on the site. I was able to send a message to myself.
Should this be allowed? How do I know it was from me? Maybe it was from future me????
Cursors are slow. Avoid them if you can, it will be much faster.
Try putting [] around the words with spaces in
I tried to put my CV (Resume) on here.
The Import from LinkedIn crashed with the following message:
invalid redirect_uri. This value must match a URL registered with the API Key.
Also when I tried to copy and paste mine instead it wouldn't let me as there is a limit of 5000 chars :(
Worlds shortest joke
Dwarf Shortage
I've been happily maried for 6 years.
Miserable for the oher 4.
Do you control the DNS?
What database are you using?
Does Bank Account really have spaces in? Also does Account Name really have spaces in?
Hi Alfonso. With a name like Alfonso C, I hope you code in C!
Hi
A hashed password in my system looks something like this:
$2a$10$dfLab4y467mdxJeSDlvAIOOjKmrW8Tbm80IN9qm5WVd7ALGZTQkBe
In my table they are all the same length - this is usually part of the hashing algorithm.
When someone attempts to logon you take the password they typed in and hash it. You then compare it with the hashed password in the database. If they are the same then you can log them on. If someone were to get their hands on your database they would not be able to use the passwords as they would not know what the actual password is. It is practically impossible to reverse a hash.
Check out http://en.wikipedia.org/wiki/Cryptographic_hash_function
I don't do PHP so cannot advise on the second part of your question. Generally hashes are the same length. All of them in my table are 60 chars.
From wikipedia: A hash function is any function that can be used to map digital data of arbitrary size to digital data of fixed size.
Hope that helps.
Thanks Dani, all working fine now :)
Ok thanks, no rush though its only to put my ugly mug on your site!