Hi, I’m Steve

I’m a Full Stack Web Developer who shares programming tips with the community.

google maps address link

How To Make A Google Map Address Link

Here is how to make a link open a Google Map with a specific address. Start with an href of http://maps.google.com/?q= and add the address. So you end with something like this… <a href=”http://maps.google.com/?q=1200 Pennsylvania Ave SE, Washington, District of Columbia, 20003″>…</a> This will open a Google map…

how to show hide with jquery

How To Show/Hide with jQuery

In this post I share with you how to show/hide an area with jQuery. jQuery makes this super simple with the .toggle() method. This will simply toggle the visibility of the area back and forth to easily show then hide it. Also if you use the function .slideToggle(),…

css card flip

CSS Card Flip Animation

In this post, I will share how to create a card hover flip animation with only CSS. For an example of this effect, hover the card below. See the Pen Card Flipping Effect by Steven Stromick (@sstromick) on CodePen. Let’s start with the HTML for the card, card…

More posts