Posted on January 9, 2012 Posted Under Web development
Following on from the recent article on “PSD to HTML”, this tutorial will look at taking a HTML/CSS template and turning it into a functioning WordPress theme. There is so much you can do when creating your own theme we couldn’t nearly cover it all. So, we’re going to look at how themes are structured, […]
Posted on January 6, 2012 Posted Under SEO
It is worth cataloguing the basic principles to be enforced to increase website traffic and search engine rankings. Create a site with valuable content, products or services. Place primary and secondary keywords within the first 25 words in your page content and spread them evenly throughout the document. Research and use the right keywords/phrases to […]
Posted on January 6, 2012 Posted Under SEO
No matter how hard some people try to mystify SEO, it is not as complicated as many would lead you to believe. Despite all the techno jargon that many in the field will throw at you: SERPs, SEM, PageRank, Keyword Density, Vertical Search, Algorithms… SEO is really simple to do if you understand some basic […]
Posted on January 5, 2012 Posted Under Tips-n-Tricks, Wordpress
Have you seen other bloggers who display their other blog’s feed on their site. You want to do it too for extra promotion and traffic. Well here is the tutorial for you. Simply paste the following code in anywhere in your theme:
Posted on January 5, 2012 Posted Under Tips-n-Tricks, Wordpress
In one of my recent freelance works, I had to play a lot with categories. I was looking for an easy way to get a category slug using an ID, and I found this great function that I’d like to share with you today. First, put the following function in your functions.php file: Once done, […]
Posted on December 29, 2011 Posted Under Web development
A simple jQuery trick to open all external links in your site in a new tab or window. First make sure you have jQuery active on your site. if you dont have Jquery in your Site then Download from http://jquery.com/. and then put below code just before That’s it, just make sure you change the http://YOURSITE.com […]
Posted on December 29, 2011 Posted Under Just Blogging, Tips-n-Tricks, Wordpress
To achieve this trick, simply edit your page.php Or single.php file and paste the following code where you’d like your parent page title to be displayed: That’s all. Also, this code should be some inspiration for creating breadcrumbs. See you tomorrow! If you enjoyed this article, please consider sharing it!
Posted on December 19, 2011 Posted Under Web development
View Full Scree How Google Work..
Posted on November 2, 2011 Posted Under Joomla, Just Blogging, Moo tools, Tips-n-Tricks
Nowadays, reducing web page size to improve performance or to save bandwidth while still maintaining a good website design has become a pain for smart web developers or designers. This is because with the latest technologies that surfaced in the recent years ( JS Libraries, CSS3, HTML 5, etc. ) , developers tend to add […]
Posted on October 30, 2011 Posted Under Joomla, Web development
To Increase Number of Child category list in VirtueMart. Open YourSite/components/com_virtuemart/themes/default/templates/common/categoryChildlist.tpl Update if( !isset( $categories_per_row )) { $categories_per_row = 10000; }
Posted on October 25, 2011 Posted Under Web development
$(".headingBCrvR input.acessedit:checkbox").change(function(event){ if($(this).is(‘:checked’)){ $(this).parent().parent().parent().parent().next().find(‘input.acessedit:checkbox’).attr(‘checked’,true); //alert($(this).parent().parent().next().attr(‘class’)); //$(‘div.accordionContent’).not($(this).parent().parent().parent().parent().next()).slideUp(‘normal’); if($(this).parentsUntil(‘.headingBCrv’).parent().parent().attr(‘class’)==’parentcontentdiv’){ $(‘div.accordionContent’).not($(this).parentsUntil(‘.parentcontentdiv’)).slideUp(‘normal’); } $(this).parent().parent().parent().parent().next().slideDown(‘fast’); $(‘div.accordionContent div.accordionContent’).slideDown(‘fast’); } else{ $(this).parent().parent().parent().parent().next().find(‘input.acessedit:checkbox’).attr(‘checked’,false); } });
Posted on October 25, 2011 Posted Under Jquery
$("#advancedsearch input, #advancedsearch SELECT").keypress(function(e) { code= (e.keyCode ? e.keyCode : e.which); if (code == 13){ alert("formsubmitted"); //$("#advanceSearchForm").submit(); //$(‘#advancedsearch’).slideUp(‘fast’); //$(‘.advancedlink’).parent().removeClass("active"); $(‘:text, :password, :file, SELECT’, ‘#advanceSearchForm’).val(”); $(‘:input’, ‘#advanceSearchForm’).removeAttr(‘checked’).removeAttr(‘selected’); } });
Posted on October 25, 2011 Posted Under Jquery
$(document).ready(function() { var flag = true; $("#messageDiv").click(function() { if (flag == true) { getMessages(offenderCdcNum); flag = false; } else { flag = true; } }); });
Posted on September 24, 2011 Posted Under Web development
Joomla savira xml flash photo gallery module