• Spark Web Dev
  • About
    • Who We Are
    • What We Do
    • What We've Done
    • What We're Saying
  • Tools
    • Animate Code
    • Hex to RGB to Filter
    • KeyCode Finder
    • No jQuery
  • Not signed up yet? Then register!
    Have you forgot your password?
  • Who We Are
  • What We Do
  • Where We've Worked
  • Our Blog
  • Tools
  • Contact
  • 4 Ways To Center A Div

     

    3 years ago
  • Add A Drop Shadow To A Png

    CSS

     

    3 years ago
  • How To Check Current Version Of Apache

    Our efforts of trying to get HTTP/2 set up continue. We need to figure out what version of Apache we have, so here's the terminal code we found for that. # httpd -v After inputting that, we find that our current version is 2.4.6. The Apache website says that the most current version is 2.4.43, whi...

    6 years ago
  • How To Fix Warning About ECDSA Host Key

    Linux

    We came across this issue when we were switching around the IP address of this website (sparkwebdev.com) and accessing it via terminal on two different servers. When we switched the IP address and then tried to access the newly assigned server we get this error, warning us that the ECDSA Host Key ha...

    6 years ago
  • How I Improved First Contentful Paint And First Meaningful Paint

    HTML

    We'll detail our thoughts on this issue more in the future, but basically the goal is to delay the loading of render blocking elements that aren't essential for the website for as long as possible. In our case this means, loading in jQuery, jQueryUi, and Javascript in general after the page itself h...

    6 years ago
  • Find The Last Item In A Foreach

    PHP

    We've always tried to find ways to do pagination or correctly display lists. So, given that we use Yii to code in PHP, we'll get an array using $table = Table::model()->findAll("status='0'"); but never realized that you can use count(); to count how many rows came back. So here would be a solution t...

    6 years ago
  • Using JQuery & The CSS Transition Property To Create Interesting Transitions

    CSS Javascript

    We had the idea today of making the top of the website, the header images, transition more fluidly. We don't like how they fade in so abruptly, even though that's a good solution for them to just pop in. We used to use jQuery's $().animate({ }); to animate things like opacity and whatnot. In order t...

    6 years ago
  • Where Does The List-style Property Actually Matter?

    CSS

    By editing the list-style property of the Li the element, you will be able to change the list-style property. It seems that the default list-style property in an LI is "inherit", but if you change it at the top of your CSS style sheet then it will be stuck as that everywhere. So editing it on your U...

    6 years ago
  • Using JQuery To See If An Element Exists

    To see if an element exists, the easiest way is to count how many elements of that type are on the page. Use the .length property of the jQuery collection returned by your selector: <div></div> <script> if($('div').length){ //-> if div has a length, ie: has more than zero instances...

    6 years ago
  • About Us
  • Services
  • Portfolio
  • What We're Saying
  • Tools We Use
  • Get In Touch
  • Privacy Policy
  • Terms of Service
  • Patreon
  • YouTube
  • sparkwebdev © 2025