Jarolin
-
Page looks bad in IE help :-|
You need to create a separate stylesheet that fits the needs of IE. But you shouldn't waste time optimizing for IE8 and lower. You should include a message that alerts users that they are using an ancient browser and provide a link for download…
-
Java script or css
What's the reason for this question? If you can't decide between styling with CSS or Javascript. Go with CSS. If you can't decide on which to learn, you should learn both.
-
What do you like better?
the second one is better. And you should start from scratch. A personal website should always be outstanding especially when your a freelance developer. You need a website that will impress people.
-
Class assignment critique?
Not sure if you know this but the font doesn't work. Use fontsquirrel. You should also have the previous slider hide when opening a new one. Also it could use some color.
-
Responsive site - mobile view bug
Here you go. http://codepen.io/Jarolin/pen/FBvpw Re-size the frame and the desktop version hides, while the mobile one with different styles shows, It should be working for you.
-
How to override body styles in same CSS?
I know you can override CSS styles using Jquery and you can have the color and just about anything change with onclick or when the page loads. Heres an example of what i mean. http://codepen.io/Jarolin/pen/DsklI
-
Pure CSS3 Star Wars Lightsaber Checkboxes
That's pretty cool. Would be even better if you could add sound effects. And i'm not sure if it's just me but there is light left behind when disable the lightsaber.
-
@font-face Generator
@Melindrea I agree. It looks like that was created for the sake of making money. Or you rushed through it by the look of the website.
-
Google Maps Embed Bug
@CrocoDillon The map is wrapped in a div and the div is what fades in and out along with whatever is inside it. I don't fully understand what you mean (put it after fading in #contact_us in index.js)
-
@font-face Generator
Discovered fontsquirrel yesterday. I'm glad i did.
-
div with css visibility not showing on mobile device
change "visibility:visible" to "display:visible".
-
div with css visibility not showing on mobile device
replace "visibility:" with "display:" and for the element you want to hide change "hidden" to "none"
-
Dropdown menu extra space removal.
try adding "text-align:center;" to the list wrapper. And try not to write CSS code in a single line. It's confusing and unnecessary.
-
@font-face issue
Great website. Although you should include more stats, like mentions,likes received etc.
-
@font-face issue
The coincidences i'm getting from this site is amazing. I just literally finished fixing this problem a few minutes ago. Use this awesome tool http://www.fontsquirrel.com/tools/webfont-generator upload your font file, it converts it into multi…
-
Is it ok to build a WordPress theme as an HTML template first, and then turn it into a theme?
great. I was hoping i didn't have to start over.
-
can anyone tell me the best website to learn html. css and js..please...
I find codeschool allot better. Some courses are free. I think HTML/CSS you can learn for free. http://www.codeschool.com/paths/html-css Teamtreehouse makes me feel kinda awkward because of the way some of the instructors act. Just wanted to mentio…
-
WordPress Broken Theme, Template is Missing Error
@AlenAbdula i actually created the entire theme as an HTML template and then decided to make it a wordpress theme.
-
WordPress Broken Theme, Template is Missing Error
@AlenAbdula That's what i did and wordpress recognized it. But then this is what i get http://www.reallycoolstuff.net/wordpress/
-
WordPress Broken Theme, Template is Missing Error
@TheDoc I do have it as style.css i just wrote it like that here without realizing.
-
WordPress Broken Theme, Template is Missing Error
@TheDoc it had something to do with it. I simply moved the styles.css to the same directory the index.php file was and it shows up in wordpress. But now it's all just blank. Nothing is showing.
-
Opening animation properties on external file with function (jQuery)
@CrocoDillon but how would the animation properties be written in the JSON file? This is the animation i have $(".slides").animate({left:'100%'}); How would that be written in the JSON file?
-
Change all elements BUT the one clicked Jquery.
Works perfectly, Thank you.
-
Good or bad practice to hide elements with CSS, as opposed to doing it with jQuery...
coincidentally i was just thinking about this exact same thing a few days ago. I personally think it's best to do anything with CSS as apposed to Jquery. I found out that CSS animations and transitions run a little smoother than Jquery's .…
-
CSS transition issue
The only solution would be to create a div with the border radius of 100%. Put all those opening and closing things inside that div, and add overflow:hidden to the div.
-
Responsive site - mobile view bug
Create a different nav element and have the original nav hide on a certain browser width, and have the other nav(mobile one) display when the browser reaches that mobile width. You would have to hide the mobile one when the page loads.
-
Best Places for Logo Inspiration?
I would recommend listing aspects of the company your creating the logo for. Creating a logo for a car insurance company and then putting a broccoli on it wouldn't make much sense. So list down what the company does, what all it's product…
-
Review my Portfolio site
Looks good. You should use text whenever possible instead of images. There is something going on with the footer because the contact form is out of place. Websites with this type of design are usually responsive. One of the team images is lacking …
-
Online Customization
If you need help from a forum about this sort of thing you might be biting off more than you can chew. Unless you need help regarding specific things that are in your way. If you need help with the project entirely and don't even know how to st…