Vinnix
-
Javascript For Div Height
If one div takes prescendence over the other then JS is your solution, but for mobile couldn't you target a mobile.css and have the widths to auto? Mobile detection would be pretty good as well? Lookup some HTML5 boilerplates and a document in…
-
Best practices for dealing with lightbox effects on responsive sites?
I'm not sure what your JS dev is like but if you are using jquery I'm sure you could find a window resize plugin. Building one wouldn't be too bad...Just on resize and a change bool and target the dialog container(s) for resize Chris…
-
CSS naming conventions?
hmmm, decisions decisions ;-) I kind of catch myself being autistic with how i label my classes and id's; I'm all over the place. I figured it would be pretty open to what namingConventions should be. I try to go more OOP with my CSS (S…
-
Can Someone Explain This?
Hey Chris, I'm not sure if I'm any help but it looks like its going through some file finding all the b nodes (HTML bolds) and if any of them match PHP specific keywords then it builds a link with E Text Editor? so I guess you can jump to …
-
Want to code a software product and sell it?
Haha, the way he posted it sounded like he was a royal prince looking for someone to hold his inheritance money, and will give you a percentage! No, I like the optimism, but lets be real...No one lives off profits! I also think its funny that…
-
Awesome Web Hosting Company?
Well its been about a week, and after looking a bunch, for LAMP setup I'm going to go with (mt) and get a gs pack. I'll see how it goes. I have several LAMP builds already so I'm kinda excited to see how they handle! Put suggestions…
-
Cross Browser Testing - what to believe?
Hmmm, don't you just love cross browser testing? Lol. If your in a windows environment get IE tester, lets you see from IE6-9. Something to consider, if your client is ill-educated get them on at least IE8 and higher. Saves you time and saves …
-
Awesome Web Hosting Company?
So far their are some good companies we have on here so far. . . Ultimately, whats I'm going for right now is something that I can FTP and get SVN support with? Know what I mean? I want to have a server that I can FTP with and do version cont…
-
Awesome Web Hosting Company?
Hey! Better not be spam posts! This is srs buznuss, Yeah, mt is notable for gs but not sure if I want to spend that much on hosting just yet until I find what I want to build on for a while... Stablehost is nice, but not sure how good their servers…
-
lets have some fun!
For me its Red and the Blue, JS issues. Firebug and JsLint!
-
lets have some fun!
Haha, that's good stuff Yeah I have some clients that are still using ie6 which I don't know how that is possible. I think their just trying to figure out the lowest common denominator(circa 2004). Swearing is popular at my work, sometim…
-
One loop vs multiple loops on static homepage
I don't know if I'm talking out of my bum on this, but im n00bish to PHP, are while statments safe from web damages? Like I mean is their anyway your having some type of try-catch for queried calls? Logically I would do a function to grab…
-
Best free web editing software for windows?
Hmmm too many options! lol Since I just bought a macbook pro I've been trying to find what I could use in both environments. Windows my tools are notepad++(first choice its just straight text and plugins are nice) and also I use eclipse with …
-
From Joomla to Wordpress
In my opinion, I think Joomla is great for what it does and can do. While WP I see as a blog engine that wants to be a CMS like Joomla. I'm not discrediting the capabilities of WP I just thing out-out-box experience you get more with Joomla. …
-
Code Critique
Hey, So looking at it from a glance it looks great Things to consider is that javascript slideshow you have going, see if you can document.ready() condition where all images load before slideshow renders them. Another thing is image condensing, …
-
JS off-hover?
Hey, So something to consider using the .each() in jQuery like $('div.aside li').each(function(){ //Whatever code your using for each call }) Sounds like you want a mouse out event? So if they don't select anything (or the mo…
-
Jquery - Toggle & Fade (noob here)
Without thinking too much of this, after including the .active to the item, you should have a if($(this).hasClass("active")) { //Reset animations back to default setting } inside your click event. Hopefully that is helpful. -Vinny
-
Robots.txt or ?
The Robots.txt or meta Robots caches the site for SEO right? It seems like it does that once in a while I am assuming based on traffic flow, my question is that can you cache it yourself without the search engine crawling for it?