1
vote
3answers
3k views
IE8 window.open alternative in javascript/jquery
Is there an alternative to window.open in javascript/jquery? I'm asking because the function doesn't seem to work in IE8 any longer.
0
votes
3answers
417 views
PHP - session logout techniques
Hello,
I first found a tutorial that told me to use this snippet for logging out sessions in php:
<?php
session_unset();
header("Location: page.php");
?>
This didn't work. …
0
votes
1answer
16 views
problem in logout session
Hi Sir,
I used the user login page..it works properly, but problem is when a user clicks on logout it will come to index page, but when CLICK back BUTTON, the session is still not …
1
vote
2answers
78 views
ASP.NET Conditional Statements
What kind of conditional statements does asp.net have, and how are they coded?
I'd like to see both VB and C#.
Here's a VB one I use:
If condition Then
<statements>
Else I …
0
votes
1answer
119 views
How can I find a div in javascript or jquery
How do I find on my page using javascript or jquery?
1
vote
2answers
56 views
CSS: inline, embedded, external or external parse
I was thinking about server load times and wondering what the most efficient way to add css is. What gets loaded fastest?
For my part, I think the external css is the easiest to …
0
votes
1answer
51 views
Current Year Copyright Line in ASP
I was wondering what ways there are to have the current year in a copyright line. I don't like having to change it manually every year.
1
vote
2answers
161 views
What doctype is best for standards and cross browser compliance?
Hello,
I know there are a few different doctypes out there, but which is a good one to use and benefits associated with it?
Thank you,
Ronson
0
votes
2answers
27 views
image animation
hi all
I have a site rigo.ro witch displays two images and moves them around. Under Iternet explorer it works great, but I want a code that works under Opera/Firefox
any help is w …
1
vote
4answers
59 views
My openid is too long to remember
It's ridiculously long, is there any way to shorten it?
0
votes
1answer
29 views
How do I make two-column layout so that the height of both columns is 100%?
Assume that
I want a two-column layout, say 200px wide navi and 400px wide content.
Either column can have an arbitrary amount of text (so I can't assume that the content is alwa …
1
vote
2answers
715 views
How can I make a basic jquery rotator?
Are there any jquery rotators out there that are both basic and flexible? I've tried a bunch of carousel ones and they are not what I want.
It should have pager ability and trans …
1
vote
1answer
512 views
add class on hover wtih jquery
I'm stuck on how to add a class on hover and remove it on mouseout.
1
vote
1answer
493 views
How can I make a lightbox effect on pageload?
I want to make a popup div appear on pageload with a lightbox type effect - how do I do that?
0
votes
2answers
64 views
Current Year Copyright Line ASP.Net
I was wondering what ways there are to have the current year in a copyright line. I don't like having to change it manually every year.

