Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #31.8K

6 Posted Topics

Member Avatar for Onatola

What we can do, and I think what we should do, is guide this person through the process of design and development, without unilaterally giving specific answers. We should ask questions, read their answers, and provide correction and guidance. We should try to teach them how to fish. He has …

Member Avatar for Peleg
0
127
Member Avatar for Dani

I've never written a site with such result pages but I'll still take a chance and try to offer something. If the result page exists as a template page that is filled in with the result, then I think noindexing that page would do it. If the result page is …

Member Avatar for Dani
1
283
Member Avatar for beniwalsanjeev

Seems to me if the normal techniques for backing up, which uses the browser's history, I think, isn't working, then I think you have to write some custom code. One thing that you might be able to do is to programmatically look at the browser's history so that you can …

Member Avatar for Dani
0
297
Member Avatar for abdallah mohamad

I have been in your situation. It is nasty. However, I am not the first person to be in that situation and you will not be the last. I understand so I'll provide you an answer. Clear the decks. Until after finals, you will do three things and three things …

Member Avatar for Peleg
0
601
Member Avatar for Nivek90

It seems to me you need to scan the input file, line-by-line, looking for (name, value) pairs. The file is very regular. To find the value for any named item, I'd just use **Regular Expressions** to scan for something that looks like: "value=", e.g. "cookie=" or "duration=". From the character …

Member Avatar for Peleg
0
388
Member Avatar for COKEDUDE

They are both, when you come down to it, the same not very good way to do this. The counter does not have to be a global (or a pointer) and it shouldn't be a global (or a pointer) because there are too many ways for the value to get …

Member Avatar for Reverend Jim
1
1K

The End.