Hawke
-
Turn Function into a Class
See, in your function, you're passing ($link) in the parameters of the function. However you never do in your class, thus $link is always null in the code. Also, in the constructor, you are doing this : function __construct() { $functions…
-
Turn Function into a Class
What's the problem exactly? From what I've seen so far, though : function __construct() { $functions_array = array( $this->more_jump_link($link) ); return $functions_array; } You put $link in more_jump_link, however you…
-
jQuery list
I think it's bad practice. A class atrribute is suppose to store class infromation, certainly not an anchor. Plus, why would you want to remove the need of anchor tag ? They're here for a reason, use them :)
-
CSS file not updating
Try what chris said, it work pretty much everytime. I still prefer to use the ol' good Ctrl + F5 though, instead of holding Shift when I click Refresh.
-
My first CSS site!
Hello there. First of all, nice of you to now do design in CSS, welcome aboard ;)! The website look fine, basic but hey, it's working and it's your first CSS design :D! Here's a problem I found ... : &nbs…
-
What software do you use ?
A great Adobe Air program called "WebKuts" that can take a complete, multi-page screen shot of any website and save it as a jpg. Great for making a compilation of your favorite website designs. I'm not really sure to get what you mea…
-
Where comes your knowledge from?
I don't know why, but I hate learning from book. It's often not really semantic, and oudated, even if you take a recent one. Take for exemple HTML book, they are still showing instead of and lot of little details like that. Some of the…
-
Review of my site
In fact it seem it occur when you pass the mouse over the image that have the opacity rollover....
-
Just finished a new site!
Hi Hawke, That was the idea. It's a simple script that encrypts your mailto's. Stops those pesky spam crawlers. You can get it here http://jumk.de/nospam/stopspam.html. The only drawback is people who don't have Javascript turned on c…
-
background challenge
There is a problem with the repetition on high resolution in your exemple tough, but that's coming from your image and not really from the css. So yeap, the solution posted by Chris is probably the one everyone will want to use.
-
What software do you use ?
Yeah, my host was offering a kinda similar offer (web-storage right on your PC) but it was lagging a bit (after all, the data aren't physically on the drive and need to be downloaded). But even tough it was slow, I was liking it because you don…
-
Related to transparent png problem on old ie browsers
Yeah, .gif also work. In fact I just realised that's the way I use the most :O
-
Feedback on my site please
I would some minor stuff to start : 1 - Align the 'Last Video' block with the block showing a skater in top. The 'Last Video' seem to have a higher margin-right than the skater. 2 - I would remove the top-margin of the body, …
-
Just finished a new site!
It's cool, seriously. It's simple and yet attractive. I like basic layout that don't try to add stuff to impress the visitor. The only thing I am wondering is why you are using javascript to do your mailto ?
-
background challenge
I assume that he want his website to be in-between so you have one of the pattern on the left, and the other on the right. I would probably try to play with div too...
-
Project in progress : Spry:it
Really, really good. I like the colors, the arrangement, the contrast, everything looking clean. The only problem I have is that you need to do horizontal scroll to see all of it, but you have a 200px margin on the left that I guess will be removed …
-
Where comes your knowledge from?
A good part of it is coming from the web. I mean, I'm a certified programmer (I went to Multihexa, a programmation school over here) but what you learn in school is pertty much how to do your work with the minimal effort, there isn't any &…
-
What software do you use ?
Well, I'm using Notepad++ myself, wich is free, light, and good. I'm sure there is some people that don't like it, but it's pretty much like Notepad, but with syntax coloration. And just in case you wonder, no you don't have…
-
background challenge
Wow... sorry but that sound so much like "We need a free background, please do one for us" I mean... cool if people want to help out, but a challenge ? Erm, sure :P
-
What software do you use ?
Oh yeah, of course I forgot to mention: Firefox, Internet Explorer 6 and Internet Explorer 7 for testing purpose, Firebug add-on (javscript & ajax debug) and web developper add-on for firefox (mostly to skin my forum).
-
Related to transparent png problem on old ie browsers
Yup, that's one way to do it, and that's probably the way I would use too. 2x more job, but meh, you get something that work on every major browser :)
-
Sprites BKGD position on Mac FF
No problems. Sorry I can't help you anymore then, I don't own a MAC. I could test on Opera and Conqueror when I get back home if you want tough :)
-
YES! Here is a design I have need for opinion of.
I appreciate dark color, and your website is really cool :) The only thing I'm not sure about is the font you used on the date section. I don't know why, but it dosen't fit with the rest very well in my opinion...
-
Review of my site
The layout is pretty basic, but it's working. Like everyone said, really slow on IE 7, and the header don't work at all in IE6. And yes, you should fix for IE6. I know, it's lame, it's hard, it's annoying, but IE6 still hav…
-
Sprites BKGD position on Mac FF
I have firefox and Windows XP, and the menu items are still about 20px off on rollover (the text get cut in half). So the problem isn't MAC, it's probably firefox... EDIT: I don't know what effect it's suppose to give when you r…
-
Look in My New Desing Work :)
I'm going with Erika on this one. I'm not a big fan of the header, but overall it's all good. I'm not really sure why, but the server pictures don't really blend in... I don't really have any suggestions tough ! Good …
-
Welcome to the Troubleshooting Forum
Yup, I wrote you a PM about it, but it seem you fixed it anyway :)!