Posts

Showing posts from February, 2014

Global can earn money wordpress blog Advertising Alliance Introduction–1 BidVertiser

Image
1.what is bidvertiser Pay per click advertising - online advertising directly on sites of your choice, internet marketing solution for online advertisers. Webmasters make money online. it can earn money for your wordpress blog. Office Web 2.Screen shots 2.1 my blog screenshots In my blog, http://blog.pkrss.com it will show like this: 3.Register and login After your register,it no need audit,and can easy passed. 4.add websites 4.1 "MANAGE BIDVERTISERS” => “Add new BidVertise”: 4.2 checked “Add new BidVertiser under a new domain” Use this option only if you would like to run the BidVertiser ads on another domain name. Please fill in the information of the website you would like to place the BidVertiser ads on. After filling out the form, click "Finish". 4.3 BidVertiser Title: Unique identifier to help you better manage your BidVertisers, for example, "index page", or "about us" i typed “blog.pkrss.com” 4.4 URL of your website: Only e...

zend2 framework develop log 1– mysql and mvc and view helper and json response

Image
Introduction: This blog is about zend 2 framework,and not good. because is have so hard to read. Contain: mysql profile. mvc no view render json output gzip compress view helper   1.db profile (mysql) 1.1 db profile 1.1.1 config/autoload/local.php (description:this is local private profile file.) <?php /** * Local Configuration Override * * This configuration override file is for overriding environment-specific and * security-sensitive configuration information. Copy this file without the * .dist extension at the end and populate values as needed. * * @NOTE: This file is ignored from Git by default with the .gitignore included * in ZendSkeletonApplication. This is a good practice, as it prevents sensitive * credentials from accidentally being committed into version control. */ define( 'PK_DEBUG_MODE' , true ); return array( // Whether or not to enable a configuration cache. // If enabled, the merged configuration will be cached and used in ...

jquery automatic translate plugin with bing and google publish– by pkrss developer log

pkrss toolset website auto translate in web html Introduction This php and javascript source can worked fine with jquery and other javascript framework. This author want to used it in windows metro javascript application,and mobile web app and websites. Feature Simple Efficient Convenient Free to modify Scalable Download Download source Online demo Setup (If simple usage,can skip this step) On server, create mysql table: CREATE TABLE `pkrss_kv` ( `key` varchar(767) NOT NULL COMMENT 'key', `value` TEXT NOT NULL COMMENT 'value', PRIMARY KEY (`key`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; On server, modify: config.inc.php <?php // if want used HTTP header referer value mixed for "ap",then set to false or undefine this. // it can used for share for identify the same "ap" value with different websites. define('PKRSS_DEBUG',true); // if want to return http header "cache-control" value. if(!defined('PKRSS_DEB...

xmpp jabberd2–part 1 – windows bin – publish here

1.download windows win release binary comporess package can download from here: http://depositfiles.com/files/ofrg03efp container: c2s sm router s2s bosh mu-conference source code will published some part,wait for me… 2.run start: router.exe => c2s.exe => sm.exe => mu-conference.exe => bosh.exe 3.setting: 3.1 import db from db dir. 3.2 modify xml in router.xml c2s.xml sm.xml bosh.xml muc.xml for your mysql profile and domain profile.default is localhost domain. 3.3 i need more time to finished this doc. 4 appendix if your not install visual studio 2010,it can download it from here