Jarolin
-
Website feedback?
@chrisburton I find that to be dark-white. I think this is full on gray. #6d6d6d.
-
Website feedback?
@chrisburton I think it makes websites look boring and plain. Colors makes things look alive. And i don't only like dark/gray backgrounds, Any color at all satisfies me as long as it's used in the right places and has the right contrast. B…
-
Website feedback?
I'm not sure why but i hate plain white websites, the web has unlimited color choices yet many stick with just plain white. But apparently everyone else loves it so i won't comment on that. You should replace that chair image with one that…
-
Content sliding off page when adjusting browser
Is that site on the internet? can you link us to it? also you are not using codepen right. You included javascript code where the html goes.
-
Prevent hidden html from loading on mobile
you can add display:none to the elements you want to hide when the window size reaches a certain size. The HTML element will be loaded but it would act as if it weren't even there.
-
Prevent hidden html from loading on mobile
it's easier to create a mobile version of your site entirely. and have users redirect if on mobile to the mobile version.
-
How do you stop an iFrame injection attack?
https://billing.handsonwebhosting.com/knowledgebase/220/iFrame-Injection-Attack---Site-compromised-or-hacked.html
-
CSS designer needed
I may be able to help you with that, as i am looking for a side project while i work on my personal website. And also it's good practice interacting with other developers and i myself am in need of a little help. Send me a direct message.
-
When Animation Finishes Do Something
That would require Jquery. Try this. http://codepen.io/Jarolin/pen/JIEyt That's the same animation. Just tweak the numbers a bit to fit your needs, and add what you want it to do after the animation is complete where i included the comment. B…
-
Background overflowed..........plz help
you should use nav instead of unordered lists because nav is especially used for navigation. and you gave the header a width o with percentages. Give the header a width of 1000px. Now the header follows the nav items.
-
Loading image wont display on some pages
I also found out something new. If i slow down the process to 5 seconds you can see that for "drawings" and "themes" the images simply pop into view without sliding in like the rest. But for the non-working pages everything slide…
-
Loading image wont display on some pages
I also see it for "About Me". especially when i empty the cache. But it shows the images loading. it's not supposed to do that. Everything loads first, then the content is displayed. And for the "Completed Projects" it doesn…
-
Loading image wont display on some pages
@senff i posted the page, see post above.
-
Loading image wont display on some pages
@Netsurfer i actually wrapped all the content inside a div and left the spinner outside that div. And everything inside that div is being hidden. Not the spinner because it's outside the div. @Senff the spinner is being shown as a regular imag…
-
Keyframe animation and background-attachment fixed
I'm not sure if i fully understand. Can you explain what your trying to achieve better? and maybe use codepen.
-
Loading image wont display on some pages
@senff the spinner is suppose to be seen once the page appears on the users screen. and the body has display:none;. The Jquery code hides the spinner only after everything has finished loading, and shows the body after loading is complete.
-
Can everything that can be done with JavaScript, also be done with Jquery?
@HugoGiraudel that's what i meant.
-
Can everything that can be done with JavaScript, also be done with Jquery?
@traq I already know that. But i've seen some complex stuff done with javascript that i could not imagine could be done with simple Jquery. But i got my answer. Thanks
-
Making website text smooth
@chrisburton you're right. I switched pentano-sans to arial and it's not choppy at all. I guess ill just have to choose my fonts better. Thanks.
-
Making website text smooth
Still looking for a solution if anyone could help.
-
Making website text smooth
Yes all of the fonts look choppy. The "Harol" looks choppy and so does every other text. link Any solutions?
-
Making website text smooth
The fonts appear pixelated and choppy. I'm thinking a very small text-shadow would do something.
-
Making website text smooth
@chrisburton Sans-Serif, Arial, and a Google web-font called Oleo Script Swash Caps
-
Disable second button onclick event, if first button is clicked.
@Senff i actually don't know how to fix it because i literally have almost no knowledge of jQuery. I modified the code to make it work and it does, but only by replacing the img tags with button tags, which doesn't work out well.
-
Disable second button onclick event, if first button is clicked.
I figured out the problem. Apparently @Pixelgrid's code only works if the button images with the onclick are made into actual button tags even when i matched the class names in both the jquery and image tags. If my images have the class as in t…
-
Disable second button onclick event, if first button is clicked.
@Senff I have other jQuery code working fine so everything must be loading fine. I don't understand why these don't work.
-
Disable second button onclick event, if first button is clicked.
None of these are working and i'm sure it's because of idiot me. @pixelgrid What i did with your code was just replace the class names with my class names and not even that worked. @senff Your code confused me alittle, but it didn't…
-
Disable second button onclick event, if first button is clicked.
Here you go. Sorry it's so messy. One button should be unclickable when the other is clicked once, when i'ts clicked twice, the other should be clickable. Scroll down a bit to see the buttons. ;lkbjvk http://codepen.io/Jarolin/pen/agmkf E…
-
Disable second button onclick event, if first button is clicked.
@srig99 That also didn;t work. I should have mentioned that it's not an actual button it's an image with an onclick event handler