Home » Archive

Articles in the WEBSITE Category

WEBSITE, WORDPRESS »

[4 Sep 2010 | No Comment | ]
10 WordPress Tips to Make Your Blog Look Like a Website (for Beginners)

//

//

Whatever industry you happen to be in, you want to stand out from the crowd and be unique, and not give the impression that your online presence is just a slightly modified cut and paste job. Of course, if you’re depending on a pre-built content management framework like WordPress for the core of your blog or website, then that could prevent your online presence from truly standing out.
So, in this article I’ll run through 10 fairly straightforward ways that a beginning developer …

Hacking, WEBSITE »

[4 Sep 2010 | No Comment | ]
Trick-To-Download-Videos-From-Megavideo-For-Free

Hello Friends, As all of you know about MegaVideo, MegaVideo is a video sharing website run by the creators of Megaupload based in Hong Kong. MegaVideo is one of the 100 most visited website in the world. MegaVideo has various types of online video in its database but MegaVideo is not provide any facility to download videos for free users (means only premium members or membership user can download videos from Megavideo) but here i am giving you one trick by which you can download videos from MegaVideo very easily. …

WEBSITE, WORDPRESS »

[30 Aug 2010 | No Comment | ]

This article is intended as a guide on how to add JavaScript code to your plugins.
Here is a practical example from WP Wall plugin.
Start by hooking your function to wp_print_action:

add_action(‘wp_print_scripts’, ‘WPWall_ScriptsAction’);

Next, add the scripts you want to use:

function WPWall_ScriptsAction()
{
$wp_wall_plugin_url = trailingslashit( get_bloginfo(‘wpurl’) )
   .PLUGINDIR.’/’. dirname( plugin_basename(__FILE__) );

if (!is_admin())
{
wp_enqueue_script(‘jquery’);
wp_enqueue_script(‘jquery-form’);
wp_enqueue_script(‘wp_wall_script’,
          $wp_wall_plugin_url.’/wp-wall.js’, array(‘jquery’, ‘jquery-form’));
wp_localize_script( ‘wp_wall_script’, ‘WPWallSettings’, array(
‘refreshtime’ => 5,
‘mode’ => “auto”
));
}
}

The code above checks if …

Featured, WEBSITE, WORDPRESS »

[30 Aug 2010 | No Comment | ]
Fastest way to install WordPress is through CPanel

I am often asked the question what is the fastest way to setup a WordPress blog.
WordPress installation procedure is already easy and quick as it can get, but only after you have uploaded all the files and created a database, which can take a while and actually prove to be a challenge for some users.
If your hosting uses CPanel, chance is you will also have Fantastico installed and you may conder yourself lucky. This combination allows you to install a new WordPress blog in …

COMPUTER, Facebook, Hacking, INTERNET, WEBSITE »

[5 Aug 2010 | One Comment | ]
HOW TO: Have Fun With Facebook’s Humorous Language Options

While you can always change your setting into more sensible alternative languages, the site offers a couple of fun linguistic Easter eggs.
You can chose to have Facebook display upside down English, or, for anyone feeling a little salty, in “pirate.” Pirate essentially turns your status into your “plank,” your attachments into “loot” and instead of “share” it offers the option to “blabber t’ yer mates.”

Sadly, anything you type in the status bar won’t be upside down, or pirate-y. But with the use of …

COMPUTER, Facebook, Hacking, INTERNET, WEBSITE »

[5 Aug 2010 | 3 Comments | ]
How to Delete, Cancel and Terminate Facebook Account and Profile

Facebook is a popular social networking website comparable to MySpace. You may receive many invite requests from friends, coursemates, colleagues or family members to join Facebook to connect with them. So you join and sign up a Facebook account but think that may be a phone call is a much better way to bring relationship with friends closer or Facebook account has seriously invaded your privacy and security, you can easily terminate, delete or cancel Facebook account, together with the Facebook profile.

Sign in …

COMPUTER, Facebook, Hacking, INTERNET, WEBSITE »

[5 Aug 2010 | No Comment | ]
How to Display Selected Pictures Only on your Facebook Profile Page

A little-known feature in Facebook that lets you decide who shows up in that Friends box. Click that “edit” pencil in your Friends box and type the names of your best friends in the box that says “Always show these friends”

COMPUTER, INTERNET, WEBSITE »

[3 Aug 2010 | One Comment | ]
Keep Video as Profile Picture on Twitter and Facebook

Profile pictures are of main attraction on social networking sites like Facebook, Twitter and more. When you turn the Profile picture into a video, it adds more life to it where people will be able to see you move and hear you talking, and get a better feeling of who you are and what you’re like.. Now how could it be possible to change your profile picture into playable videos ?
Vanityvid is a Free service that turns your profile pic into a video on Facebook, …

COMPUTER, MONETIZE, WEBSITE »

[1 Aug 2010 | No Comment | ]
How To Withdraw Funds To Local Bank and Request Cheque From PayPal

PayPal is one of the widely used service to send and receive money on the Internet. Apart from many big Internet companies people prefer to send and also receive money via PayPal. Though the services of PayPal are not really user friendly many people still use it because of no other option. Even the service charges of PayPal are very high. If you are one of those Freelance Journalist or a Blogger and are using PayPal then below are the steps to withdraw money from PayPal. PayPal in most …

INTERNET, MONETIZE, WEBSITE »

[1 Aug 2010 | 3 Comments | ]
PayPal stops Electronic Fund Transfer to India

A shock for Indian Paypal users- From July 29 onwards, Indian Paypal users will not be able to withdraw money through electronic fund transfer, only cheque withdrawal is possible from your PayPal account.
The strict financial regulations in India are the main hindrance for these transactions. Presently Indian PayPal users are permitted to add fund to PayPal account through credit card only, at the same time the subscribers of other countries can transfer the cash to their account flexibly through Bank transfer, Credit card or …