Category: Tips

Convert Flash to HTML5

By | March 8, 2011 | 4 Comments

Convert Flash to HTML5Adobe has released an experimental technology codenamed Wallaby which is designed to convert Flash (FLA) to HTML files.

Although not all features are yet supported, it’s a welcomed step forward.

Wallaby is free to use, so if you want to give it a try, here is a download link.

Weekly Browsers Recap + Bonus Links, March 7th

By | March 7, 2011 | 0 Comments

Weekly Browsers Recap, March 7th

FavBrowser.com

Continue Reading

Onclick Javascript Does Not Work in Google Chrome and Firefox?

By | March 6, 2011 | 2 Comments

Onclick Javascript in Google Chrome and Firefox Does Not Work?If you have found that onclick event does not work on Google Chrome, Firefox and Safari web browsers, then here is quick way to fix it:

Replace onclick form id with its name

For example, let’s say you have the following:

id=”form1″ name=”checkform1″

Find JS event:

onclick=”document.form1.cSSld.value=””

Replace with:

onclick=”document.checkform1.cSSld.value=””

All set. It now works with all web browsers.

Weekly Browsers Recap + Bonus Links, February 28th

By | February 28, 2011 | 0 Comments

Weekly Browsers Recap, February 28th

FavBrowser.com

Continue Reading

Weekly Questions Recap, February 28th

By | February 28, 2011 | 0 Comments

Weekly Questions Recap, February 28th
Don’t forget that you can receive points for asking/answering questions and redeem them for cool prizes.

Unresolved

CTRL+F in Google Chrome Is Awesome

By | February 24, 2011 | 9 Comments

CTRL+F in Google Chrome Is Awesome

Although I find myself using find function quite often, I haven’t noticed this Google Chrome feature before:

It shows in the scroll bar where the word you’re searching for is located.

Via: Reddit

Weekly Browsers Recap + Bonus Links, February 21st

By | February 21, 2011 | 0 Comments

Weekly Browsers Recap, February 21st

FavBrowser.com

Continue Reading

Weekly Questions Recap, February 21st

By | February 21, 2011 | 0 Comments

Weekly Questions Recap, February 21st
Don’t forget that you can receive points for asking/answering questions and redeem them for cool prizes.

Unresolved

Answered

Introducing Google Chrome Web Search Blocklist Extension

By | February 16, 2011 | 4 Comments

Google, always out to improve their search engine to allow for maximum efficiency, has released the Personal Blocklist extension for Google Chrome which allows users to block certain sites from showing up in their search results.

Introducing Google Chrome Web Search Blocklist Extension
Continue Reading

Weekly Browsers Recap + Bonus Links, February 14th

By | February 14, 2011 | 0 Comments

Weekly Browsers Recap, February 14th

FavBrowser.com

Continue Reading