Category: Tutorial

Create unique content strategy

content strategy is mix and match user experience design in practice knowladge, it’s also describes methodology and knowladge. According The web content Strategist’s bible, some important process to edit content.
1. Strategy
Determine content area scope, brand and definition.
2. Plan
Staffing recomendation cms and meta data content
3. Create
Asset production and copy production from plan and strategy
4. Maintain
Create plan for periodic auditing content
5. Audit
Content stakeholder interview, content analysis, objectives analysis
picture content strategy

Add Cron Job Command in Hosgator

When I build this website, i need function to delete chace periodically. So i create some function, this my function in wordpress

<?php
define(‘PATH’, ‘wp-content/plugins/simplepie-core/cache/’);

function destroy($dir) {
$mydir = opendir($dir);
while(false !== ($file = readdir($mydir))) {
if($file != “.” && $file != “..”) {
chmod($dir.$file, 0777);
if(is_dir($dir.$file)) {
chdir(‘.’);
echo “deleting ” . $dir.$file;
destroy($dir.$file.’/');
rmdir($dir.$file) or DIE(“couldn’t delete $dir$file<br />”);
}
else
echo “deleting ” . $dir.$file;
unlink($dir.$file) or DIE(“couldn’t delete $dir$file<br />”);
}
}
closedir($mydir);
}
destroy(PATH);
echo ‘all done.’;
?> Read More »

Free Proxy Indosat

Are you looking for proxy indosat may?. I don’t know it’s still work or not, but you can try this setting
APN : indosatmms
Proxy : 10.19.19.35
Port : 9102.

Or

Proxy :10.19.19.250
Port :1810

If it’s doesn’t work you can setting your computer dns and add this Ip.
208.67.222.222

If it’s work or not you can share here.

Here some list free proxy you can use
proxify.com
proxeasy.com
totalnetprivacy.com
freeproxyserver.net
newipnow.net
secure-tunel.com

How to increase your Google Ad CTR

We all want increase the Google adsense CTR, because with the high click ratio you can increase your chance to gets more revenue form adsense. Here some trick to increase your CTR.
1. Remove your border adsense, so many people now this trick.
2. Make your adsense color same with your link menu.
3. Make your visitor fokus on your ads, there are many ways to do this. Think it, you will find. like make your baground to fokus on your content.
4. Research, research and research, he.he. This is the ultimate trick.

How To Insert A Picture File on Microsoft Word 2007
You can insert picture or clip art from many different sources, from website provider, or inserted file where you save the picture. You can change size, possition with the text. This step by step to insert picture
1. Click where you want to insert the picture.
2. On the Insert tab, in the Illustrations group, click Picture.

3. Locate the picture that you want to insert.
4. Double-click the picture that you want to insert.
NOTE By default, Microsoft Office Word embeds pictures in a document. You can reduce the size of a file by linking to a picture. In the Insert Picture dialog box, click the arrow next to Insert, and then click Link to File.
Tips to insert picture from camera you can save the picture to local computer and then insert it by following the picture.