Comment by 6dark6alex6 on February 9, 2012 at 6:40 pm
Where’d your button come from?
Comment by cdogg262 on February 9, 2012 at 7:20 pm
sweet tutorial as always alex ! only thing i changed was the position of the header div to ‘fixed’ rather than ‘absolute’ in case the user wasn’t at the top of the page, or scrolled while the message was displayed
Comment by MrHondros on February 9, 2012 at 8:07 pm
hi there love your tutorials, your a gun of a teacher, better then what my school teachers are like. The question i have for you is how can we make it so you can click on it and goes back up, in stead of the speed delay working?
Please help.
Comment by thegurucoder on February 9, 2012 at 8:09 pm
Cool tutorial, but check mine out, this is a jQuery function which you can use and its quite easy /watch?v=uqG2CXk3ues
Comment by blolang on February 9, 2012 at 8:22 pm
please create tutorial for uploading file/photo with progress bar…
Comment by jimjimmy1995 on February 9, 2012 at 8:45 pm
Uh… hopefully the last comment but I somehow got it to work by deleting all the files on my server and reuploading them. I have no idea how that fixed it.
Comment by jimjimmy1995 on February 9, 2012 at 8:51 pm
Still doesn’t work!
Comment by jimjimmy1995 on February 9, 2012 at 9:02 pm
@jimjimmy1995 My bad… It didn’t rename the file properly so the filename was wrong.
Comment by jimjimmy1995 on February 9, 2012 at 9:17 pm
I can’t get it to work… The banner won’t show when I click the button. I have my code pretty much the same as yours but it doesn’t want to work.
Comment by PetkoDelchev on February 9, 2012 at 9:43 pm
Dude you are the best!! With your help i’m working on my own newssite in the moment!
Keep going.
Comment by REXanadu on February 9, 2012 at 10:14 pm
I’m having a problem where the button is shown for a split second, but then the text ,alongside the transparent image, appear and nothing happens after that. I’ve tried commenting out the script tags in the php page, but the result is the same.
Is there something I’m missing here?
Comment by jewel1989r on February 9, 2012 at 10:36 pm
Very very thanks
I like your all tutorial, I like your voice too much.. I want to learn jquery and javascript , so please make more jquery & javascript tutorial tutorial
thanks
from your fan
Md Jewel Rana
Comment by LexSpringfield on February 9, 2012 at 10:39 pm
have you ever heard of ctrl-c & ctrl-v (1:20)
Comment by Poppzan on February 9, 2012 at 11:01 pm
@blacklightstudio2 I believe you could just put a click event on the body element and hide it when the event has been triggered.
Comment by blacklightstudio2 on February 9, 2012 at 11:16 pm
is there an easy way to make it hide again if the user clicks anywhere in the page?
it would be useful to have
Comment by younessmeb on February 9, 2012 at 11:43 pm
thanks a lot man
but it wont work with me completly when it gos down it wont gos up atomaticly again like what i see in the video :s :s :s any help please ???
also you have to add width:1024px; in # header to work correctly if we use IE browser
Comment by saqibkhan24 on February 10, 2012 at 12:07 am
nice so nice of u specially for paypal ipn tutorial but if u creat a complete shopping cart then that will be good too bcoz ur way of teaching is really good really thanks.
Comment by saqibkhan24 on February 10, 2012 at 1:02 am
nice so nice of u specially for paypal ipn tutorial but if u creat a complete shopping cart then that will be good too bcoz ur way of teaching is really good really thanks alot!
Comment by mclaarson on February 10, 2012 at 1:04 am
you can use css opacity to make the picture transparent, since not everyone might have photoshop or used to work with photo editing softwares
Comment by reberga on February 10, 2012 at 1:13 am
i love you alex. great tutorials.
Comment by rockleed87 on February 10, 2012 at 2:00 am
Great tutorial! I’m learning web scripting from your videos better than when I was taking classes at school. Thank you for doing this!!
Comment by reconhungary on February 10, 2012 at 2:34 am
very good.. thx
Comment by n1tr0b on February 10, 2012 at 3:25 am
Suggestion :
- Instead of using a submit button you could use a standard button. Conflicts might happen if there are 2 or more submit buttons, Inside a form tag.
Innovation :
If you’re too lazy enough to put an onClick tag in a button you could also use jQuery to trigger the function.
$(‘#button’).click( function () {
/* Contents of hscroll function */
});
Comment by jerneje on February 10, 2012 at 4:10 am
thx man, really nice tutorial
Comment by MultiComputerScience on February 10, 2012 at 4:42 am
Congrats 200 vids man, continue making jquery i will fucking donate u soon
About this blog
This blog is dedicated to showcasing great web design as well as providing advice and tips to any aspiring web designers out there. Hopefully these articles will aid you in your design and development.
25 comments
Comment by 6dark6alex6 on February 9, 2012 at 6:40 pm
Where’d your button come from?
Comment by cdogg262 on February 9, 2012 at 7:20 pm
sweet tutorial as always alex ! only thing i changed was the position of the header div to ‘fixed’ rather than ‘absolute’ in case the user wasn’t at the top of the page, or scrolled while the message was displayed
Comment by MrHondros on February 9, 2012 at 8:07 pm
hi there love your tutorials, your a gun of a teacher, better then what my school teachers are like. The question i have for you is how can we make it so you can click on it and goes back up, in stead of the speed delay working?
Please help.
Comment by thegurucoder on February 9, 2012 at 8:09 pm
Cool tutorial, but check mine out, this is a jQuery function which you can use and its quite easy /watch?v=uqG2CXk3ues
Comment by blolang on February 9, 2012 at 8:22 pm
please create tutorial for uploading file/photo with progress bar…
Comment by jimjimmy1995 on February 9, 2012 at 8:45 pm
Uh… hopefully the last comment but I somehow got it to work by deleting all the files on my server and reuploading them. I have no idea how that fixed it.
Comment by jimjimmy1995 on February 9, 2012 at 8:51 pm
Still doesn’t work!
Comment by jimjimmy1995 on February 9, 2012 at 9:02 pm
@jimjimmy1995 My bad… It didn’t rename the file properly so the filename was wrong.
Comment by jimjimmy1995 on February 9, 2012 at 9:17 pm
I can’t get it to work… The banner won’t show when I click the button. I have my code pretty much the same as yours but it doesn’t want to work.
Comment by PetkoDelchev on February 9, 2012 at 9:43 pm
Dude you are the best!! With your help i’m working on my own newssite in the moment!
Keep going.
Comment by REXanadu on February 9, 2012 at 10:14 pm
I’m having a problem where the button is shown for a split second, but then the text ,alongside the transparent image, appear and nothing happens after that. I’ve tried commenting out the script tags in the php page, but the result is the same.
Is there something I’m missing here?
Comment by jewel1989r on February 9, 2012 at 10:36 pm
Very very thanks
I like your all tutorial, I like your voice too much.. I want to learn jquery and javascript , so please make more jquery & javascript tutorial tutorial
thanks
from your fan
Md Jewel Rana
Comment by LexSpringfield on February 9, 2012 at 10:39 pm
have you ever heard of ctrl-c & ctrl-v (1:20)
Comment by Poppzan on February 9, 2012 at 11:01 pm
@blacklightstudio2 I believe you could just put a click event on the body element and hide it when the event has been triggered.
Something like
$(‘body’).click(function(){
$(‘#header’).fadeOut();
});
Comment by blacklightstudio2 on February 9, 2012 at 11:16 pm
is there an easy way to make it hide again if the user clicks anywhere in the page?
it would be useful to have
Comment by younessmeb on February 9, 2012 at 11:43 pm
thanks a lot man
but it wont work with me completly when it gos down it wont gos up atomaticly again like what i see in the video :s :s :s any help please ???
also you have to add width:1024px; in # header to work correctly if we use IE browser
Comment by saqibkhan24 on February 10, 2012 at 12:07 am
nice so nice of u specially for paypal ipn tutorial but if u creat a complete shopping cart then that will be good too bcoz ur way of teaching is really good really thanks.
Comment by saqibkhan24 on February 10, 2012 at 1:02 am
nice so nice of u specially for paypal ipn tutorial but if u creat a complete shopping cart then that will be good too bcoz ur way of teaching is really good really thanks alot!
Comment by mclaarson on February 10, 2012 at 1:04 am
you can use css opacity to make the picture transparent, since not everyone might have photoshop or used to work with photo editing softwares
Comment by reberga on February 10, 2012 at 1:13 am
i love you alex. great tutorials.
Comment by rockleed87 on February 10, 2012 at 2:00 am
Great tutorial! I’m learning web scripting from your videos better than when I was taking classes at school. Thank you for doing this!!
Comment by reconhungary on February 10, 2012 at 2:34 am
very good.. thx
Comment by n1tr0b on February 10, 2012 at 3:25 am
Suggestion :
- Instead of using a submit button you could use a standard button. Conflicts might happen if there are 2 or more submit buttons, Inside a form tag.
Innovation :
If you’re too lazy enough to put an onClick tag in a button you could also use jQuery to trigger the function.
$(‘#button’).click( function () {
/* Contents of hscroll function */
});
Comment by jerneje on February 10, 2012 at 4:10 am
thx man, really nice tutorial
Comment by MultiComputerScience on February 10, 2012 at 4:42 am
Congrats 200 vids man, continue making jquery
i will fucking donate u soon