shanet Posted January 14, 2011 Posted January 14, 2011 This is amazing! Only one problem, the page flickers sometimes and when I scroll it flickers. Anyone else having this problem? Also, is there any way to make it act like a normal window rather than it taking up the entire screen? I want to be able to see my task bar! On a good note, it is the fastest browser I have ever come across. shanet [font="Comic Sans MS"]My code does not have bugs! It just develops random features.[/font]My Projects[list][*]Live Streaming (Not my project, but my edited version)[right]AutoIt Wrappers![/right][/list]Pure randomness[list][*]Small Minds.......................................................................................................[size="1"]Simple progress bar that changes direction at either sides.[/size][*]ChristmasIt AutoIt Christmas Theme..........................................................[size="1"]I WAS BOOOORED![/size][*]DriveToy..............................................................................................................[size="1"]Simple joke script. Trick your friends into thinking their computer drive is haywire![/size][/list]In Development[list][*]Your Background Task Organiser[*]AInstall Second Generation[/list]BEFORE POSTING ON THE FORUMS, TRY THIS: %programfiles%/AutoIt3/autoit3.chm
Mat Posted January 14, 2011 Posted January 14, 2011 On a good note, it is the fastest browser I have ever come across.That's very surprising, considering it's written in AutoIt and based on Internet Explorer, I'd very much doubt it's that fast or else people would have caught on to the fact they can write a fast browser with not a lot of effort (compared to the big projects).Have you tried chrome? Or even the latest chromium stable as it seems it's always getting faster If this get's anywhere near as fast as that then I'd seriously consider writing something similar and selling it. AutoIt Project Listing
shanet Posted January 14, 2011 Posted January 14, 2011 Well its faster for me Who knows? It may change. This is interesting: I know it is based on IE, a simple look at the code tells me that. However the user agent is detected as follows: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Tablet PC 2.0) hmmm.... what? [font="Comic Sans MS"]My code does not have bugs! It just develops random features.[/font]My Projects[list][*]Live Streaming (Not my project, but my edited version)[right]AutoIt Wrappers![/right][/list]Pure randomness[list][*]Small Minds.......................................................................................................[size="1"]Simple progress bar that changes direction at either sides.[/size][*]ChristmasIt AutoIt Christmas Theme..........................................................[size="1"]I WAS BOOOORED![/size][*]DriveToy..............................................................................................................[size="1"]Simple joke script. Trick your friends into thinking their computer drive is haywire![/size][/list]In Development[list][*]Your Background Task Organiser[*]AInstall Second Generation[/list]BEFORE POSTING ON THE FORUMS, TRY THIS: %programfiles%/AutoIt3/autoit3.chm
AdmiralAlkex Posted January 15, 2011 Posted January 15, 2011 Well its faster for me Who knows? It may change.This is interesting:I know it is based on IE, a simple look at the code tells me that. However the user agent is detected as follows:Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Tablet PC 2.0)hmmm.... what?What what? That's just IE again. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
jvanegmond Posted January 15, 2011 Posted January 15, 2011 Well its faster for me Who knows? It may change.This is interesting:I know it is based on IE, a simple look at the code tells me that. However the user agent is detected as follows:Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Tablet PC 2.0)hmmm.... what?That's something left over from 1990s browser wars. You can read more on it here: http://webtips.dan.info/brand-x/useragent.html github.com/jvanegmond
dantay9 Posted May 5, 2012 Author Posted May 5, 2012 Came back to make sure my code is still available. The download link wasn't working so I uploaded the code again.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now