Everything posted by span
-
Testing results for local businesses
Google Analytics and Google Search console are the tools you need.
-
HTML Form Help
Something simple for the front end - http://codepen.io/span/full/ybLJZr/ About Paypal, you can see different patterns here - https://developer.paypal.com/demo/checkout/#/pattern
-
JavaScript Rain
I deleted the canvas HTML element and I think it works - http://codepen.io/span/pen/aJyGJL
-
Website Review
I would try to avoid the scroll of the left part of the site. Also would change the "x" next to Services - usually we use it for close, delete etc (and you use it to close the contact us form too). Also I would try to improve Contact us. For me, it's better if the Submit button and form to be visible without scrolling.
-
Where to learn
If you want to start learning HTML and CSS, I recommend http://learn.shayhowe.com . I think it's up to date (or at least 90%). And https://css-tricks.com/ - you can find some advanced techniques. And Javascript, of course.
-
Alert Array Element On Click
http://codepen.io/anon/pen/QGBwGO check this one
- How to find out Spammy Links in Google Analytics
-
A BUTTON THAT RANDOMLY CHOOSES URLS FROM THE LIST
I don't know your website/code and also it's not a good idea just to say put this here, put this there. But, usually, there are one or more .css files (for example main.css, css.css, style.css or similar) and .js files (for example js.js or similar) where you can put your css/javascript code. And also, change the id as it's very common, for example <button id="random-url-button" class="btn">Button</button> and change it in the javascript code too.
-
A BUTTON THAT RANDOMLY CHOOSES URLS FROM THE LIST
Something simple which could help you - http://codepen.io/span/pen/WGpLdR . Full view - http://codepen.io/span/full/WGpLdR
- How to find out Spammy Links in Google Analytics
-
Div that appears onclick
It should works. http://codepen.io/span/pen/qaEmpb - is this what you need?
-
Div that appears onclick
Try to add active:false after collapsible: true. Or: $( "#accordion" ).accordion({ collapsible: true, active:false });
-
Search box not appearing in Chrome
It's there. Just scroll to the right.