danieldatton
-
Best Free CSS Editor
I still stick by Komodo Edit and Komodo IDE. You'll struggle to find a difference between them, but the Edit version is free, its always baffled me why i upgrades to the IDE since i have never found anything that i couldn't do in Edit.
-
Social Marketing
@Joshwhite Ive found there really is no benefit to having 50000 likes over having 1 like, its simply a marketing dick measuring contest.. But it does mean that there is 49,999 more people seeing your pages posts.
-
Social Marketing
Depending on what your looking to see, just from reading the OP, Google analytics outputs traffic stats from social networks, and HootSuite gives a guidelines as to how your social networks performs in terms of reach and general oomph. Danny D.
-
Transition problem
.main-menu ul > li ul { background: #FA5858; visibility: hidden; position: absolute; left: 0px; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: …
-
jQuery Accordion Issue !!!
$accui( "#accordion" ).accordion({ event: "click hoverintent"
-
how to play flv in html5
@harry_matharoo to convert videos to swf, just open them in flash and export as swf, depending on your version, it may be 'compile' in the file menu.
-
Menu Split by Logo
For a CMS, unless you want to write code for it to output each li with its own class, using #primary_nav li + li + li {margin-left: 255px;} is the cleanest way.
-
js performance
@jurotek haha, you can never be too greedy when it comes to page loading times ;-)
-
rating and comments code
@chanman as for the rating system, there is one available from 99designs, again its ajax and easily styleable - i have some star icons i made a few weeks ago, if you want them let me know and ill upload the psd. http://j.mp/Vc0kFQ
-
rating and comments code
@chanman found a newer one, forgot i had this, its an ajax comment system from a tutorial http://j.mp/UTUlY7 is the direct download and http://j.mp/T0pMDY is the original tutorial with a demo link.
-
js performance
Shouldn't matter, but if your experiencing slow load times, look into CloudFare. Danny.
-
registration form with payment system ( paypal )
@dynamyc if your going to cough up for a plugin, get Gravity Forms, its incredibly easy, has a paypal plugin, WYSIWYG form creator/editor, email notifications and loads of other stuff. http://j.mp/12rXkfP
-
rating and comments code
@chanman - what platform are you using ? Wordpress? If so - http://wordpress.org/extend/plugins/gd-star-rating/ That will allow you to set up a rating system for rating comments, or rating posts, the brief says its advanced, but its pretty simple…
-
What do you use to design with?
@IntegrityWebDev Check out Komodo, theres a little write up about it here http://j.mp/XPGLFs Admittedly, its for the lazy coder, but never the less, its feature packed, easy to use and free.
-
rating and comments code
@chanman if you dont wanna use disqus, IntenseDebate from automattic also does it.
-
Stop CSS 3 animation
I don't think you can do it in css as there is no parent selector. Take a look at this i found on jsfiddle. http://jsfiddle.net/UFepV/ That should run it when not in a hover state, and pause all anims when its hovered over.
-
Overlay image on hover?
@Watson90 massively helpful, its un-exlainable how helpful that is... @wolfcry911 cheers man, ill clear it all up, try it out, and yes i promise ;-) @David_Leitch thanks for that man, fixed it nicely.
-
Overlay image on hover?
@Watson90 http://j.mp/Yp02T2 is the coding so far, and http://j.mp/ZTMvU2 is the design. You can see at the bottom of the code where the community news column is, the content is wrapped in #content, and the community feed is wrapped in #communit…
-
Overlay image on hover?
@Waton90 your a star mate, cheers. I need a little help with aligning columns on the site if you have time, i have paypal. floats just arnt working, as usual.
-
Overlay image on hover?
http://codepen.io/danieldatton/pen/rkEil Got it, just alignment issues now, but ill sort that on my end.
-
Overlay image on hover?
Okay, i managed to get it so that when you hover over the #overlay, it is working and showing the background image, but its not over the top of the post image. :/
-
Overlay image on hover?
Cheers andy, i updated the pen, and the images are absolute. http://codepen.io/danieldatton/pen/rkEil
-
Overlay image on hover?
http://codepen.io/joe/pen/kmwoK
-
Resize CSS problem
For the button try locking it to the top of the div, so it expands downwards. #button:hover {position:absolute; toptop:0;}