Skip to main content

Internet Explorer after Slimming Diet Plan

It seems like Internet Explorer, the built-in browser of Window operating system, had gone through slimming programs! You should check out the latest in the IE7 line, the pre-release RC1. Its very slim and sexy! I mean seriously it's sexy. Though it lacks some important features, it finally has the one special feature that was stealing its popularity by other software - Tabbed Browsing!

And the interface is very cleaned up having only a few important buttons as compared to BIG size toolbars full of buttons in the previous versions. Moreover the softwares like Maxthon Browser and Avant Browser have even more buttons in toolbars than Internet Explorer 6 by default. I really like this new IE, and I'm blogging this from IE7 RC1. So far the pre-release version has not caused any problem. (If you're not an experienced computer user, refrain from installing beta or pre-release software.)

People are already suggesting some important features missing, and I voted for them. I hope they implement the suggestions in the release version. You should check this new version of IE. Seriously cool!

Comments

  1. sexy huh? wat exactly do u think sexy is?
    is it pretty?
    is it beautiful?
    is it right?


    no. sexy is kind of like a guy or girl dressing to impress if u catch my drift. no offence but honestly u should not as a christian use that word like that...it makes people who thought of u as a christian see something different than pretty..to say a girl is sexy does that refer that she has nice prety hair?NO and niether does it meen that a internet thing looks cool. please dont use that owrd like that again..it really surprises me to hear that from some1 who calls themself a Christian.

    ReplyDelete
  2. Please forgive me, dearest Anomymous commentator! As per your command, I have edited my post and removed the "owrd" (word).

    ReplyDelete
  3. Update: I put back the original word in the blog post. There's nothing wrong with using the word "sexy"... it's just a word.

    ReplyDelete
  4. Oh, and I'm not a Christian.

    ReplyDelete

Post a Comment

Comments are moderated, and are usually posted within 24 hours if approved. You must have a minimum of OpenID to post comments.

Popular posts from this blog

Disable auto save in JetBrains IDE software (IntelliJ IDEA, PyCharm, PhpStorm)

JetBrains provides the following IDE software: IntelliJ IDEA PhpStorm PyCharm RubyMine WebStorm AppCode CLion Google also provides Android Studio which is powered by the IntelliJ platform. If you come from a different IDE such as Eclipse, you will be unpleasantly surprised to find that JetBrains-branded IDEs automatically save everything the moment you look away. The proponents argue that as you work on your project, you should not have to worry about saving files. But to others, this auto-save behavior which is enabled by default is a curse that catches them by surprise, and a shocking departure from the workflow they are very much used to. You can change the behavior by altering some settings.

Make Samsung DVD-C350 region-free

Update 2: An anonymous commentator has shown me a way to make Region 1 players (such as DVD-H1080R) region-free by first converting it to Region 3, then applying my region-free hack below. For details, click here or look for a comment by an Anonymous user dated 18 April 2011. Update: The instructions in the original post below did not make the DVD player region-free. Instead it only locked it to region 1. Many thanks to Anonymous who posted the first comment on this post, I now have alternate instructions. Note: If you have edited the numbers menu (see original post) , I suggest you return it to the original settings you had backed up. A modified numbers menu may prevent the instructions below from working properly.

How to force redirect HTTP to HTTPS in Amazon Elastic Beanstalk

After picking up bits and pieces over the Internet, here I have the complete guide for my particular setup. My Amazon AWS Elastic Beanstalk (ELB or EBS) is as follows: 64bit Amazon Linux 2016.03 v2.1.1 running Tomcat 8 Java 8 Java/JSP application on Apache Tomcat Maven Build How to get it done: First, configure your EBS instance: Go to Configuration and click the gear on Load Balancing. Under Load Balancer, set the following options: Listener port: 80 Protocol: HTTP Secure listener port: 443 Protocol: HTTPS SSL certificate ID: Choose the cert ID that goes with your server. If you don't have one, you can use Certificate Manager to create one. Apply and save this configuration. Let the server health be OK. Test it by accessing your application web page through both HTTP and HTTPS: HTTP should load the page unsecurely. HTTPS should load the page securely. No port number should be added after the domain name in either case. Then, add a configuration file