Everything posted by buzar
-
Questions that will help me continue my designer career
I usualy position my elements with text-align, if it's text or margin(s). I guess I should start using float also? Can I get answer on my other questions please.
-
Questions that will help me continue my designer career
Here are all my questions: 1. I'm not sure what I actually want to be, I'm interested in UX/UI/Web Design and front end developement.. So should I prsent myself like UX/UI designer only and just put my web design work in portfolio or? My friend say me that real money is in UX so? 2. I want to build my portfolio site, should I go with my full name? I got that suggestion from person that is in this industry for long time, I personaly don't like using my full name. But if that is best solution then I will do it! My goal for next few years is to be UX/UI designer for some startup, I know it won't be easy tho 3. Responsive design, I just got seriously into web design recently so I thought that only way to build responsive site is with some framework I think about learning responsive web design without using any framework, I belive that is must for anyone who want to get seriously into this, could you give me some good site/yt channel for learning responsive web design without framework? 4. When I give some element float, does that mean that it can go over some other element? I know that float is used for positioning elements.. I will add more questions when I remember... Thanks guys!
-
pace preload problem
anyway guys, I got problem with one preload progressbar that I want to add to my site.. it works completly, only problem is while it loads that background be completly white, here is css code http://pastebin.com/HKQsj9x6 what I should do? I tried adding background color to each element, but no luck.
-
need submit button deleted
hello guys, I need one button from popup form deleted.. it's jquery, when I do it script stop with work..
-
can't make triget (URGENT)
So here is my jquery code: <script> $( "#divdeps" ).click(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//http://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-35582928-1', 'THISISMYSITEURL.com'); ga('send', 'pageview'); }); </script> what's wrong with it when it doesn't work? I mean it turns on automaticly when I visit site, and obviously I want that it work only when I add some element id "divdeps"
-
Doing more than just building a site for a client
Maybe you could give them link to basics of SEO? I guess that would help.
-
Hi! I´m Baard
Welcome.. how is in Oslo nowdays btw?
-
Not another introduction
welcome.. I hope you will make good decision!
-
Hi from the least knowledgeable person on the forum.
gl with learning, you can pm me maybe we can help each other in learning.
-
Hi from VLC,
Where you was 8 years man?
-
Hi from Alex
You made good decision when you joined this forum.
- Holla guys - LFJ
-
I Am Khuram Imtiaz
Welcome!
-
Easiest way to make 3-D like buttons using CSS in just 3 steps!
awesome tutorial.. thanks for share
-
layouting web page
can you be more specific please?
-
Want advice for my site
Read basics of SEO mate..
-
please review my layout
Maybe you should center logo? Also footer, wtf?!
-
Website Review
Site is pretty good, everything is involded, it loads fast.. good job!
-
Google Redesign
Awesome. Thanks for sharing with us
-
Qualities of a Web Designer
First you must see do you want to focus on front or back end?
-
jquery popup problem
Can you PM me your skype please? I prefer not to share code publicly.
-
jquery popup problem
Here are all errors I got: Uncaught ReferenceError: jQuery is not defined flavr.js:880 Uncaught TypeError: undefined is not a function index.php:527 GET file://s7.addthis.com/js/300/addthis_widget.js net::ERR_FILE_NOT_FOUND index.php:542 Uncaught SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin '' in a call to 'postMessage'. st.bad88c6bbecb9e2ac858a60f2b7cab77.js:1 So guys? I added jquery and I don't see why it hasn't been defined? for other errors I don't even know what to say.. some help?
-
javascript/ajax script for popup
Hello guys, I need some javascript/ajax script that when someone click on some link popup shows on that same page, popup should be like some div with 500px height and 500px width, I plan to put there some text. Also, there should be exit button - "x". Does anyone have something like that or similar to it? Thanks
-
few questions from newbie
Thanks, stupid question but I never worked with javascript before. Where I should put javascript code? In head or?
-
few questions from newbie
Hello guys, so here is my question. I need javascript code for my FAQ. It should work like this, when someone click on Question 1, answer should appear under it. I guess that is not problem for someone who know javascript, if someone got it please post it here.. Thanks!