I just started using the Phpmyadmin Designer feature today and the only thing i haven't been able to figure out is why some relations are drawn in different colors.
Ok, i didn't read the whole tutorial, but from what i can see by just glancing at it, is that the tutorial uses jQuery library, but also a jQuery plugin called animatedcollapse... Is that right?
...
When i post an image in my CKEditor, all the quotation marks get replaced with the " entity and so the image doesn't display. I cannot figure out if this problem can be fixed on the CKEditor side,...
I have a .hr (croatian) domain for a website that has english and croatian language. All URL's on the website start with /hr/ or /en/ to distinguish languages. When there is no query string, the...
Which is the better way to build URL's when i have two langauges on my site - is it to translate page names in URL's for other languages, or to leave page names the same on every language?
Yea yea true true. Here's the updated (whole script for you to just copy paste over your current script). This is not the very best way to do this, but it is a way that will work with your current...
Instead of the animate method, you will use the fadeOut method and you will remove the first argument, because obviously a fadeout effect doesn't need a destination position.
If you're talking about the dialog that comes up when you invoke Ctrl+P, then no. That's the browser's window that does not depend on the website in any way.
Well, you can do it like this... you store your latest e-mail ID into a javascript variable, so that you always know which e-mail is newest in your javascript. Let's call that ID latestMailID.
...
Can you upload a working example somewhere with all your images and javascript, so i can see how it works now. I kindof have one understanding to your post, but it doesn't go well with your example...
Try to replace your "america-alliance.jpg" src with "/healthcare-capital-financing/america-alliance.jpg" first, tell me if it fixes the problem, we'll go from there.
You say you want it to hide "the link", not the td? Your selector $('td a[href=http://www.url.com]') captures the link, so you should remove the parent() part of your line.
See if this works for you. If you're unsure why i changed some stuff the way i did, ask away. I'll leave you to try to figure it out yourself first. Of course, there is still the possibility that you...