Al3ks
-
Pagination for Splitting results from mysql
Sorry I'm still a novice in this stuff. So I got the link like this, and it works: < a href="articles.php?page=">Next I hope that's how it should be. Thanks for your help.
-
Pagination for Splitting results from mysql
Thanks for the help, the results are now limited to 5 on the page. Sorry -- should have mentioned you will need to give links to the other pages. I have made a link like this following your examples < a href="">Next This goes…
-
Jquery popup gallery (Click image to open gallery with other images)
Hey I got one more question. Is there a way to make a link from a different page, and it would lead to my gallery page with a particular fancybox category already open? So it would be kinda linked to one of the data-fancybox-group ...?
-
Jquery popup gallery (Click image to open gallery with other images)
That can get useful, cheers.
-
Jquery popup gallery (Click image to open gallery with other images)
Oh now its just perfect, Thanks!
-
Jquery popup gallery (Click image to open gallery with other images)
That is awesome! Thanks man, I just need to figure out how to get the close button back. Thanks for your help I really appreciate it.
-
Jquery popup gallery (Click image to open gallery with other images)
A bit like this http://jsfiddle.net/uZCC6/ ...but with small thumbnails inside the open fancybox instead of just the left/right arrows.
-
Jquery popup gallery (Click image to open gallery with other images)
Yeah sure, I appreciate your help. The thing is how can I get something like Fancybox to work in the way I want? So I would have the different thumbnails and different galleries opening after clicking them.
-
Jquery popup gallery (Click image to open gallery with other images)
@kevin11189, Yes that's what I'm looking for. Sorry for the bad explanation.
-
Jqurey append html as text to textarea
ohh, but it doesn't work once you type something in... any ideas?
-
Jqurey append html as text to textarea
@Hompimpa Thank you!! worked perfectly.
-
Return contents of a php file in a function
@Sneff I tried the include statement you suggested but it outputs nothing (blank). I want to show the result of the contents in the php file, just like you said.
-
Return contents of a php file in a function
@BenWalker Yes I want to output as would be seen in a browser so the include won't work. I'm not that good in writing php, can you give me a more specific idea with a code example. Would I use a completely different code or do I need to …
-
< li > with a backgroud color (problem Google Chrome)
I think it might me when using Take a look at this: http://jsfiddle.net/mnFNQ/1/
-
Javasript show/hide with password
Ok, thanks will try this AJAX and PHP method. If I'm lost or confused I'll come back here...lol
-
Problem with setting Footer to end of page
if i apply the p.main class it is all the time on the top, without class it is at the bottom...
-
Javasript show/hide with password
>>Besides, JS could be off in the browser and it wouldn't work.
-
Looking for a simple shopping cart solution with particular features
I recommend osCommerce, it's very customizable easy to use and set up. I recently discovered and I love it. p.s. it's open source
-
document.getElementById - How to make it get more than one id
Thank you so much! This works great, but there is only one little problem, how do I apply this to hide id1 and id3 using one button and then hide id2 using another button? I'm not that good with javascript. I hope I'm not taking too much…
-
document.getElementById - How to make it get more than one id
I tried different ones like .getElementsByClassName .getElementsByName but it only works for "id" (for one element). The thing is I have the individual id's for separate images in a table. And when clicked on a link(s) using the cod…
-
Set a picture to dispaly on 80% of the screen width
Thank you @Senff :) :)
-
Set a picture to dispaly on 80% of the screen width
Cheers, that helped! :) Thanks karlpcrowley.
-
Set a picture to dispaly on 80% of the screen width
Hmm I did it but it doesn't seem to work. Can you put the two bits of code together, maybe I did it in the wrong way or something... :P
-
Getting rid of /blog Category url on my site!
So i'm assuming your blog is in Wordpress. And what you want to do is make the blog load as http://visualdesignworkshop.com instead of http://visualdesignworkshop.com/blog. Try the instructions here: http://codex.wordpress.org/Moving_WordPres…
-
css fixed center background image
Good question, try putting it before the first div tag in your code. Or if you can copy the code from wordpress into JSFiddle and I'll see what I can do.
-
css fixed center background image
Hmm...you need to make sure that the HTML code is pasted right after the body tag.
-
css fixed center background image
Have a look at this, tell me what you think. http://jsfiddle.net/kQYbN/