English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - February 2007

[Selected]: All categories Computers & Internet Programming & Design

The copy/paste function from Yahoo email into MS Word worked until a week or two ago, it doesn't work any longer. Spent many hours all possible ways, it does no longer work. Somebody with a solution please help. ohio_femme@yahoo.com

2007-02-06 08:05:03 · 3 answers · asked by oh_io_femme 2

Sorry for bad english :(
===============
Hello you all greate web guru
I am a learner of web developement. I have create two pages one is login page and other is UserHome.aspx. It will open after success full login.

When user enters correct information then following works

if(myDatareader.read()==true)
{
Request.Redirect("UserHome.aspx?ID="+Session.SessionID);
}

I am sendind an session ID to check continues of webpage. And written inf UserHome.aspx

Page_load(ss,ss)
{
If(Request.QueryString["ID"]!="" || Request.QueryString["ID"]==null)
{
Request.Redirect("User.aspx");
}
}

Its working fine. But problem is that its really nothing means security. because when Url copy the UserHom.aspx with any ID value its open.

I want that User login only after that UserHOme.aspx will open otherwise not.

will you suggest me technique that how can I manage User in my web.

Thanks in Advance

2007-02-06 07:43:27 · 2 answers · asked by Jack J 1

I am working on a school project that does not have the ability to use SSL but we need to have a "secure" login.

Right now the measures we take are:
1. SHA-1 hash of the password before it is sent using javascript (to prevent plain text password from being sent over network)
2. random hash created on server side used to verify it is authentic form (code in form must match code on server to process form)

are there any further steps we can take? the main problem i can think of is if someone capture the hash going over the net, went to our site (valid form) and turned off javascript.. entered the hash as the password, there is currently no way for me to know that isn't valid.

2007-02-06 07:36:39 · 2 answers · asked by Brady 3

how do i create a website free and a domain name free all free

2007-02-06 07:28:45 · 3 answers · asked by Candace 2

I am referencing a range on a seperate worksheet that I have defined as "Skills". Skills has (6) columns... the first column is simply an ascending sequence of integers beginning with 1. My formula reads: VLOOKUP(BS11,Skills,3,FALSE). Once again, Skills is a defined range on another worksheet. If I use a similar VLOOKUP formula on the worksheet that the range resides on, I get the answer that I need. Problem is, it won't work on the other worksheet (Pulling my hair out)!!!

2007-02-06 07:20:25 · 2 answers · asked by jerid421 1

I've never set up my webite because I don't know if it will do what I want. Can I set up a family genealogy site that I can (1) allow certain members to access and (2) use my current format which is from "Family Treemaker", an ...FTW extension or ...GED (gedcom) extension?

2007-02-06 07:19:56 · 1 answers · asked by Dennis R W 1

i'm sending someone a bunch if vids ( on my space ) and i want to make the URL's links, but i don't know how too, can someone tell me how?

2007-02-06 07:10:41 · 5 answers · asked by fallen 2

I am making a web site with small thumbnails that when they are clicked I want to open in a small seperate window, without the address bar.

2007-02-06 07:07:46 · 3 answers · asked by Anonymous

For a class project I have to create something that is considered difficult and time consuming in Publisher. For example, creating a simple newsletter is not difficult enough. What are some challenging projects I can tackle for Publisher?

2007-02-06 06:51:00 · 2 answers · asked by CB 1

2007-02-06 06:42:30 · 6 answers · asked by salim h 2

Hello,
I have Dreamweaver, but I can't use it, its complicated... Do I need to know HTML language to use it and create my good webpage? Can't I just use it like Word or another program that you know to create webpages normally without all the coding and stuff?

2007-02-06 06:37:30 · 5 answers · asked by Anonymous

document.myForm.myInput.text = test;





im getyting this error " document.myForm.myInput is null or not an object"1

2007-02-06 06:27:33 · 4 answers · asked by aryaxt 3

2007-02-06 06:18:41 · 13 answers · asked by JudiM 3

A1 control panel radio instuction

2007-02-06 06:12:19 · 2 answers · asked by ROBERTJ H 1

i got a report please i need some suggestions

2007-02-06 06:10:58 · 3 answers · asked by Scream Your Secrets 3

(in programming language..)

2007-02-06 05:54:49 · 1 answers · asked by graze 3

I am trying to write a program that does the following: a)copies data from two different workbooks into one sheet, b)invert one the columns (most like by sorting it by using an adjacent column of sequential numbers) and c)makes a chart. Is this possible? If I can't copy from two different workbooks, thats okay, but the most tedious part of analyzing my data is the inversion.

By the way, I have a little experience with C++, but only one class while an undergraduate. So the simpler the better. Thanks!

2007-02-06 05:52:08 · 2 answers · asked by mbla06 1

Please give an example if possible. Thank you.

2007-02-06 05:35:16 · 4 answers · asked by Anonymous

(in programming language..)

2007-02-06 05:18:29 · 2 answers · asked by graze 3

2007-02-06 05:06:23 · 4 answers · asked by SeanM 1

i want to do software engineering, but the idea of being a programming geek scares me. do software engineers have personal lives? do they live like normal people?

2007-02-06 05:03:27 · 9 answers · asked by sunshine 1

(programming language)

2007-02-06 04:46:30 · 4 answers · asked by graze 3

I have automated a few processes at work using the Sendkeys function through Access into AS400. Recently though I get sporadic results, wrong fields going into the wrong parts of AS400, skipping others, etc, on my computer. Funny thing is though, if I try it on my co-worker's computer, it works perfectly as it originally has. It used to work perfectly.

I did some trouble shooting and redirected it to a notepad document so I can see exactly what it is sending, and it works perfectly. So somewhere it is getting lost in the transition to AS400. I've tried inserting delays and slowing the whole thing down, to no avail.

Any suggestions to what it could be, or what I could troubleshoot next would be greatly appreciated

2007-02-06 04:46:24 · 2 answers · asked by R K 1

I'm using Front Page but in HTML editor as i'm away from my PC that uses FP.....

2007-02-06 04:41:46 · 6 answers · asked by tryingto 1

Im trying to make an image auto resize in a table but it breaks out and moves down below the rest of the page, www.attiliospizzeria.com/tempmenu.html below is the table.






I though since the image was in a table it would just resize to 100% of the table.. Any suggestions?

Thanks for the Help

John
im not sure how else to do this

2007-02-06 04:33:37 · 3 answers · asked by jmak2228 2

1

Write a DOS command to copy all the files from disk B to A that begins with the letter W.

2007-02-06 04:27:36 · 11 answers · asked by Anonymous

(in programming language..)

2007-02-06 04:25:47 · 2 answers · asked by graze 3

fedest.com, questions and answers