Twitter Tools not working
Monday, October 17th, 2011 Blog by ASRIf Twitter Tools is not working and there is an error in the Apache log:
Ubuntu command to install CURL is apt-get install php5-curl
Also will fix blank screen when posting with Twitter Tools active.
Is that possible to link FCG Image to my preferred URL?
Tuesday, June 28th, 2011 Blog by ASROk, so what if you dont want to make all the “feature” posts to have a ‘special’ URL? What if you only want certain posts to have a ‘special’ URL? (or if you forget to specify a custom link)
Well you replace this code in \plugins\featured-content-gallery\gallery.php:
- Code:
<a href="<?php the_permalink() ?>" title="Read More"></a>
With…
- Code:
<a href="<?php
$link = get_post_meta($post->ID, "link", $single = true);
if ( $link ) { echo $link; }
else { the_permalink(); } ?>" title="Read More"></a>
To specify the link (URL) – add the custom field link with the full URL to the website.
Please note: You will need to do this in two places. The first is located at line 44 and the second one is around line 69.
What the code asks is:
Get Link > If link is found, post link > If NOT found, post link to post.
Code used in MySQL DB to auto add featured image from post image.
Sunday, May 1st, 2011 Blog by ASRInsert into wp_postmeta (meta_value, meta_key, post_id) select DISTINCT(ID), post_type , post_parent from wp_posts where post_type= 'attachment' and post_parent !=0 and post_status='inherit';update wp_postmeta set meta_key = '_thumbnail_id' where meta_key='attachment'Set pdf to download for Apache2
Tuesday, April 5th, 2011 Blog by ASROn Apache 2, this is all trivially easy. Just place the following in a .htaccess file in the same directory as your PDFs, and you’re done.
SetEnvIf Request_URI "\.pdf$" requested_pdf=pdf
Header add Content-Disposition "attachment" env=requested_pdf
This requires mod_headers, which is shipped with Apache2. On Ubuntu, it needs to be enabled with the “a2enmod headers” command.
TallyMadness
Monday, March 21st, 2011 Blog by ASRASR is the programming masters behind the scenes for the TallyMadness website that has already gotten over 2300 votes, in the first day, for the “best” lobbyist. We took a simple idea from our client and turned it into a sensational website OVERNIGHT!
ASR has proven time and time again that we are able to meet the client needs and specifications, no matter how complex or simple the requirements may be. We deliver!
If you have an application that needs to be on the web, contact us and let our specialists get to work on solving your web design needs.
Use our Contact Page to let us know how we can help you.
GoDaddy WordPress Sites Infected
Thursday, November 11th, 2010 Blog by ASRIf you site has been infected by insomniaboldinfoorg.com, we can help. Recently Godaddy WordPress sites were infected and if you use Chrome as your browser, you will see that your site is redirected to the infected site.
Contact us to have your site cleaned within minutes. We are charging $25 for this service.
Use our contact page to contact us.

