Tech Sharing Blog

Computer knowledge, news, product, SEO, earn money online sharing place

Advertisement

Archive for the ‘ Browser ’ Category

Google Chrome Remote Desktop

By on December 25, 2011

Remote desktop connections are always a great help while troubleshooting computers. By gaining access to a friend’s computer remotely you can easily understand what computer problem they are having and resolve it. Here to offer its own solution for remote desktop sharing is Google’s new tool called Chrome Remote Desktop.

 

Chrome Remote Desktop is a browser extension by Google released for Chrome. The extension installs in your browser and generates an authentication code for you to share with others. The person you share the code with must also be using Google Chrome with Chrome Remote Desktop installed. This other person can visit the extension’s options and select the “Access a shared computer” option to connect with your computer after they provide your authentication code. Once the connection has been established, your computer could be controlled remotely by the other person; similarly you will be able to control his computer through your Chrome window.

 

Chrome remote desktop Request for Permission Google Chrome Remote Desktop

You need to grant the permission to the extension before you can actually start using it

 

Chome remote desktop access code Google Chrome Remote Desktop

After everything, just provide your remote partner with the generated code, than he will be able to access your computer

 

Watch the follow video clip on how the Google Chrome remote desktop work:

 

Click here to download Google Chrome remote desktop extension




Popularity: 1% [?]

sitesiomon logo Sitesimon   Lets the internet content find you
With an increasing number of websites, webpages, and blog posts, it is not easy to find online content that you will find interesting. Here to help you by letting the interesting content find you is a web service called SiteSimon.

 

SiteSimon is a web service that fetches online content based on your interests. Your interests are determined by your browsing history. You start using the site by visiting its homepage, creating an account on the site, and installing its extension for Google Chrome. Your Chrome history is then analyzed by the site and you are shown interesting online content. You can click on links to view their original webpages or leave comments under the links. Your histories can be shared with other site users who can also view the comments you leave on web links. A “My Activity” tab in your SiteSimon account keeps track of your activity on the site and the pages you visit.

 

Features:

  • A user-friendly web service.
  • Helps find interesting online content.
  • Works through Google Chrome.
  • Analyse your interests through Chrome’s browsing history.
  • Lets you leave comments on online content displayed.
  • Also read related articles:

 

For more information about Sitesimon, you may visit their official web site

Site Simon cheatsheet Sitesimon   Lets the internet content find you




Popularity: 1% [?]

Just come across with my company SQA team where they request us to do the disable right click features on our front end web site. The initial javascript which exists in our script only work with Microsoft Internet Explorer but not Firefox.

So Google around and found the following javascript which working for both the browser (Firefox and Internet Explorer are the major browser use by our visitor)

Just include this script in our top of the page which you wish to disable the right click function.

<script type="text/javascript">

function md(e)
{
  try { if (event.button==2||event.button==3) return false; }
  catch (e) { if (e.which == 3) return false; }
}
document.oncontextmenu = function() { return false; }
document.ondragstart   = function() { return false; }
document.onmousedown   = md;

</script>

Popularity: 1% [?]

chromenewicon Google Chrome Release their new icon

Internet most fasther grown browser – Google Chrome has release their new Chrome icon which make it more match to their browser spirit – To amekt he web quicker, lighter, and easier for all.

 

“Since Chrome is all about making your web experience as easy and clutter-free as possible, we refreshed the Chrome icon to better represent these sentiments,” said Google designer Steve Rura.

 

The change is rather subtle, with the basic design and color scheme of the logo remaining the same, but the 3D, chrome-finished logo being replaced by a 2D version with a lot less shine.

 

For Chrome users, you’ll see this latest icon reflected in your browsers soon, as we bring the latest features and improvements to the beta and stable channels in the coming weeks!

Popularity: 1% [?]

Last whole week working with a project which involve the integration with 3th party API through the HTTPS secure channel using coldfusion CFHTTP. I come across with the following error message:


I/O Exception: peer not authenticated

coldfusioncerterror Import the server or CA certification in coldfusion server


Try to Google it for some time and find out that I need to import the 3th party certificate into my Coldfusion server by using some keytool certificate import tools. Trying few times but still can’t get it work until I found a blog which showing a very effective way and free tools for import the certificate.


These instructions are for Windows based machines but the concepts and tools should work on Mac or Unix based platforms.


1. Install tools

Download and install Portecle JVM certificate manager

(portecle-1.5.zip) You do not need the source (src) version

https://sourceforge.net/projects/portecle

The easiest way to install Portecle is to unzip the contents of the zip file to a directory such as C:\Program Files\portecle-1.5\ Then find the file “Portecle.jar”, right click it and send it to your desktop as a shortcut. You can then use this shortcut to launch Portecle. (optionally you can also change the name of the shortcut and change the icon to use the portecle.ico file for the icon)


2. Extract the certificate

The easy way to get the certificate is ask from the issuer, but if you unable to do so, you may have another alternative solution which you open the https page in your browser and double click on the lock logo at bottom left of the browser (the lock appear just beside the url addrss for Google Chrome)


Double click on the lock –> click the certificate information button –> go to details –> click the copy to file button –> Follow the wizard and select the base-64 encoded X.509 (.cer) format –> save the file


3. Install Certificate to Java Virtual Machine and/or ColdFusion server

Start Portecele.

On the [File] menu, select [Open Keystore File] navigate to and locate the keystore you are interested in.

For many java installations this will be located in your “jre\lib\security” directory and might be named “cacerts”

For the ColdFusion 8 default developer install the path will be “c:\coldfusion8\runtime\jre\lib\security\cacerts”

You will have to enter the password for the keystore. The default password is “changeit”


Now you are ready to import the key.

From the [Tools] menu select [Import Trusted Certificate]

Navigate to and locate the certificate you saved and click [Import]

You will need to reenter the keystore password.

You can change the alias if you desire but I would recommend leaving it as the default

Note: You may also be prompted to “trust” the certificate.


Click on the save button at the top of the portecle


4.       Restart you Java Virtual Machine/coldfusion application server.

For ColdFusion not installed on top of JRun you just need to restart the ColdFusion service. If you are running on top of JRun you also need to restart JRun.


Up to now, you already successfully import your partner certificate to your coldfusion/java server.


Please feel free to leave your suggestion if any. Click here for more information regarding Protecle

Popularity: 2% [?]

World cup hot on Google

By on July 6, 2010


Having fun on Google search engine by typing in the search key word of “world cup”. You will find that the paging link will change from Goooooooooogle to Gooooooooooal! instead.
Search world cup in google World cup hot on Google

Look at the search paging link, you will feel the world cup heat on Google as well


Popularity: 1% [?]

Proxy server is a server that sites between a client application, such as a web browser and a real server. It intercepts all requests to the real server to see if it can fulfill the requirests it self. If not, it forwards request to the real server.

There main purposes for using the proxy server are:

  • to keep machines behind it anonymous (mainly for security)
  • to speed up access to a resource (via caching). It is commonly used to cache web page from a web server
  • to censor network services or content
  • to forge transmitted content before delivery, eg: to insert advertisements


There are diff types of proxy server in generals:

  • Transparent Proxy: it identifies itself as a proxy server and also make the original IP address available through the http headers. The generally use to cache websites but do not effectively provide any anonymity to those who use them.
  • Anonymous Proxy: it identifies it self as a proxy server, but does not make the original IP address available. of proxy server is detectable, but provides reasonable anonymity for most users.
  • Distorting Proxy: This type of proxy server identifies itself as a proxy server, but make an incorrect original IP address available through the http headers.
  • High Anonymity Proxy: This type of proxy server does not identify itself as a proxy server and does not make available the original IP address.


You may easily get the free proxy server list from the Internet by Google it with the key word of “Free Proxy server list”. Or you may just access the following web site for the free Proxy server list:


Please bear in mind that when you use the free public proxy server, your transmitted data through the Proxy server may capture or monitor by some body including your login detail and password.

Step to set up the Proxy on difference browser:

Mozilla Firefox:

Tools -> Options -> Advanced -> Network -> Settings -> Manual proxy configuration -> enter the Proxy server IP and Port number

setting proxy for firefox Proxy Server and browser configuration


Google Chrome:
Options -> Under the Hood -> Change proxy settings -> Connections -> LAN Settings -> Proxy Server -> check the “use a proxy….” -> enter the proxy server IP and port number

* Google Chrome is share the same Proxy server setting with Internet Explorer

google chrome set proxy step 1 Proxy Server and browser configuration

google chrome set proxy step 2 Proxy Server and browser configuration

Internet Explorer:
Tools -> Internet Option -> Connections -> LAN Settings -> Proxy Server -> check the “use a proxy….” -> enter the proxy server IP and port number

google chrome set proxy step 2 Proxy Server and browser configuration

Opera:
Tools -> Preferences -> Network -> Proxy Server… -> Select what ever Protocol to use the Proxy Server -> enter the proxy server IP and port number

opera set proxy Proxy Server and browser configuration

Popularity: 2% [?]

Google Chrome themes gallery

By on October 11, 2009

Google Chrome there is ready and bigger with few more hundred of new release artists themes. All those themes are design by the leading artists, architects, musicians, illustrators, filmmakers, fashion and also interior designer.


To apply the theme, you need to install the Google Chrome with the version at lease 3.0.195.25. Click here to download it if you don’t have the latest version or click here to apply the theme.


Besides that, you may also click on the right bottom corner of theGoogle Chrome to view the theme.

google chrome themes by google Google Chrome themes gallery

Google Chrome Theme design by Google Chrome Team

google chrome themes by artists Google Chrome themes gallery

Google chrome themes design by invited artists

google chrome theme porsche Google Chrome themes gallery

Google Chrome - Porsche Theme

google chrome theme charlotte ronson Google Chrome themes gallery

Google Chrome - Ccharlotte Ronson

google chrome theme bayonetta Google Chrome themes gallery

Google Chrome - BayonettaGoogle Theme - Mariah Carey


Popularity: 10% [?]

opera logo 150x150 Opera 10 web browser with Turbo featuresThe competition in web browser market become more competitive after the launching of Google web browser – Google Chrome, Internet Explorer 8 by Microsoft, and Firefox 3.5.

Now Opera is get into the web browser competition by annouch their latest version of browser call Opera 10 with the Turbo. Before this, you may or may not hear about the Opera Turbo, you will ask in your maind what is the turbo doing in the Opera Web browser?


Opera Turbo is actually a features that help you to boosts up your internet bandwith speed on slow connections by using the Opera proxy server to compress data and imgae traffic before it reached the Opera browser on your computer.


There are dozens of new features added, but the most common one are:

  • use Opera Turbo to turn your sluggish a broadband beast.
  • Enjoy Visual Tabs. Just drag the handle underneath the tabs to reveal thumbnails of your open Web pages.
  • Use Opera Link to keep your Opera browsers synchronized everywhere.
  • Speed dieal that gives you quick access to your favorites web sites.
  • Opera Link that allow you to synchronize your bookmarks, Speed Dial entries, notes, and personal bar wherever you go.
  • Everything build in, no other addon needed.
  • It’s totally free


I personally like Opera very much because of the stablality of the application. In addition, if you are the heavy internet user, with the shortcut key and the mouse gestures you will feel that how easy to use opera compare to other web browser.


There are much more thing and hidden features for Opera 10 Web browser, give a try for Opera and continue to discover it.


Click here to visit Opera home page
Click here to download Opera 10



Popularity: 1% [?]

Most of the developer who working in MS platform will be used to the javascript window.attachEvent.


But maybe some of you don’t know that window.attachEvent is only working on IE7+ and Opera only. Your coding will hit an javascrpit error when running at IE 6 or any version of firefox.


To resolve this issue, you may need to modify your code as such:

Original Code:

window.attachEvent(“onload”, Page_load);

function Page_load(){
//function code
}


Modify code:

//set page event handlers
if (window.attachEvent) {

//IE and Opera
window.attachEvent(“onload”, Page_load);

} else if (window.addEventListener) {

// IE 6
window.addEventListener(“load”, Page_Unload, false);

} else {

//FireFox
document.addEventListener(“load”, Page_Unload, false);

}

function Page_load(){

//function code

}


Popularity: 1% [?]

SEO Powered by Platinum SEO from Techblissonline