Tech Sharing Blog

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

Advertisement

Archive for September, 2009

Gmail fail?

By on September 8, 2009

Gmail, Google’s popular free e-mail service, failed for more than an hour Tuesday in many places, affecting a “majority” of its millions of email users.

The outage affected “a majority” of Gmail users, the company said, and lasted about an hour and 45 minutes until the problem was fixed.

Worldwide users appeared to be affected, with people from England, Italy, Singapore and South Africa reporting problems on the company’s support site.

The free version of Gmail is the world’s third most-popular email program with some 149 million users worldwide in June, ranking behind the free email services offered by Microsoft Corp. and Yahoo Inc., according to data from comScore Inc.

The disruption came as Google attempts to compete with Microsoft Corp. and IBM to expand its service among business users, who are likely to be less tolerant of long outages. Gmail already competes with Microsoft’s Hotmail and Yahoo’s Web-based e-mail.

Though occasional disruptions are common, widespread outages involving Google’s services are rare.

This is the second outrage of Gmail this week after a small one on Monday that wiped out email to only a “small subset” of users.

Popularity: 1% [?]

Finally I decide and work for the new theme. After about 1 year of using the old theme – TechBlue Adsense-Ready Theme, I decide and move to change for the new theme call Masagana Theme.


The theme is develop by Padd Solutions with the features of post gallery, feedburner email subscription, twitter account integration, popular posts, automatic thumbnail resizer, adsense ready with the advertising blocks easily customize via an option page.


The following are some of the theme features:

  • Compatible with WordPress version 2.7
  • Twitter Account Integration
  • Built-in Page Navigation
  • Featured Post Gallery
  • Option Page for Easy Customization
  • Feedburner Email Subscriber
  • Popular Posts
  • Automatic Thumbnail Resizer
  • Adsense Ready
  • Advertisement Blocks Ready
  • Gravatar Enabled
  • Threaded Comments

By using this theme, you may also need to install some of the required plugins in order to make it work, the plugin include :

  • Popularity Contest
  • P-PageNavi
  • Twitter for WordPress


What make me like this theme is the Features Post Gallery features, where you may post the photo as the slide show on the top of the blog, but after about few hours of testing, I still unable to set it out.


Click here to view on the theme official web site
Click here to download Masagana WordPress Theme

 


masagana theme Changing a new themes for my Tech blog

Tech blog with the new Masagana Premium WordPress Themes


Popularity: 1% [?]

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% [?]

Get the array lenght in Coldfusion

By on September 4, 2009

When dealing with array, we cannot run away for looping. Because only with looping, you can cut short your hard coded script to read the value from array. And also you no need to worry about the dynamic of array.


Arraylen is the function that determines the number of elements in an array.


The syntax is ArrayLen(array)


Code

<!— Assigning value into 3D array —>

<cfset ResultsArray[1][1][1] = ‘a’>
<cfset ResultsArray[1][1][2] = ‘b’>

<cfset ResultsArray[1][2][1] = ’3′>
<cfset ResultsArray[1][2][2] = ’4′>

<cfset ResultsArray[2][1][1] = ‘z’>
<cfset ResultsArray[2][1][2] = ‘x’>

<cfset ResultsArray[2][2][1] = ‘m’>
<cfset ResultsArray[2][2][2] = ‘p’>

<cfset ResultsArray[3][1][1] = ‘ww’>
<cfset ResultsArray[3][1][2] = ‘xx’>

<cfset ResultsArray[3][2][1] = ’22′>
<cfset ResultsArray[3][2][2] = ‘cc’>


<!— Read the array lenght for 1st D, 2nd D, and 3th D —>
<cfoutput>
#ArrayLen(ResultsArray)#<br> <!— Get the lehgth of 1st D —>
#ArrayLen(ResultsArray[1])#<br><!— Get the lehgth of 2nd D —>
#ArrayLen(ResultsArray[1][1])#<br><!— Get the lehgth of 3th D —>
</cfoutput>



Popularity: 1% [?]

SEO Powered by Platinum SEO from Techblissonline