PHP WordPress Author BIO with Gravatar Image

The Code <div id="author-bio"> <h3>About The Author</h3> <?php echo get_avatar( get_the_author_email(), '80' ); ?> <h4><?php the_author(); ?> on <?php the_time('l, F jS, Y') ?></h4> <?php the_author_description(); ?> </div><!--end author-bio--> Breakdown: <div id="author-bio"> (the div tag is for styling in CSS) <h3>About The Author</h3> (author header...

Read More

Make a Tool Tip from a Title Tag: Awesome JQuery Tooltips

I created my social media icon titles using Jquery.   Learn how to customize your own title tags and tool tips here: http://jquerytools.org/demos/tooltip/index.html What I used: CSS Code: .tooltip { display: none; background:transparent url(http://desaraeveit.com/wp-content/themes/Trim/images/tooltip-arrow.png); font-size:12px; height:70px; width:160px; padding:25px; color:#eee; top: 53px !important; } .tooltip a...

Read More

HTML5

HTML is a standardized version of hyper text markup language. The web standards project developed in 1999 around the same time HTML 4.0 was released, followed by XHTML 1.0 in 2000. These versions where a slow development in the movement towards richer web development, but could not support the same type of applications that Flash type projects produce. Here is where HTML 5 comes in. HTML 5 was developed out of a collaborative effort of gun-ho...

Read More

Programming Languages at a Glance

There are a lot of programming languages out there. Not all of them are in my list, but for anyone new to web design, programming or business owners curious what I'm doing when I do that magic that brings the web to life, well think of this as the skeleton or foundation that brings it all to life. What does HTML stand for? HTML stands for HyperText Markup Language and is the primary language for the world wide web. It is a simple page-layout...

Read More

Building Your Own Members Directory + Custom WordPress Profile Information

I don't always enjoy coding, because I'm not always fluent in every coding language and it may take me up to three days to figure out what I want to do. In many cases people don't share the code they custom built and that makes things even harder when I have to figure it all out by my lonesome. In the last two days, I'm proud to say, I figured out two big hurdles ALL ON MY OWN - take that PHP! Those two big hurdles? Organizing a classifieds site...

Read More

Fatal Error: Taxonomy file

I'm just causing myself all kinds of opportunities for learning today. The most recent involves the following error: Fatal error: Cannot redeclare is_taxonomy() (previously declared in /home/content/j/a/c/hosting/html/yoursite.COM/wp-includes/deprecated.php:2528) in /home/content/j/a/c/hosting/html/yoursite.COM/wp-includes/taxonomy.php on line 103 I received this friendly little message after updating Disquis. So if you are...

Read More
schedule an appointment with DesaraeV, Click here Desaraev Google Plus