31 Jan
29 Jan
if year % 4 && ! year % 100 && year % 400 in it. The solution was to move the calculation to one place, namely a standard third party library available for years and thorougly tested.29 Jan
to avoid this problem. By changing the location of the folder where Opera stores the cache-files, more memory is available for Opera.
Please note that depending on the speed of the memory card, Opera might perform slower and you will probably experience some delays when Opera reads and writes to the cache.
Edit: Please be sure to uninstall the previous beta-version before installing the new one. You can find more detailed instructions in this forum thread
.
28 Jan
.
EDIT: Don’t worry guys! This is a minor delay.. we had hoped to have the beta released by now, but you will have to wait another couple of weeks (not months).
The Jane Austen Book Club movies Going in Style Creating a World: Aeon Flux movie download Mausoleum rip
28 Jan

Already 500+ registrations! This one is going to be one crazy after party :hat: See y’all there !
27 Jan

26 Jan
Ladder 49 the movie The Gate trailer
25 Jan
The Software-based Input Panel functionality in Windows Embedded CE allows target devices that do not have a keyboard to simulate keyboard input by using an input method (IM). Windows Embedded CE implements a software-based input panel (SIP) architecture that functions through a touch screen. This SIP architecture is an IM that enables an application to accommodate input in multiple forms. If you want to enhance the portability of target devices based on your OS design, you should consider including SIP functionality in your OS design instead of keyboard support.
[see http://msdn.microsoft.com/en-us/library/aa932590.aspx
"Software-based Input Panel"]
An input method editor (IME) is an application that allows computer users to enter complex characters and symbols, such as Japanese Kanji characters, by using a standard keyboard.
[see http://msdn.microsoft.com/en-us/library/ms776145(VS.85).aspx "Input Method Editor"]
Opera supports the SIP architecture and the IME architecture, so Opera works fine with the default Microsoft keyboards. Unfortunately, many new devices have shiny keyboards that look nice, but do not comply to Microsoft’s SIP and/or IME standard. Those keyboards work well on an edit control, but not with other applications that want to use user-input from a keyboard.
When Opera is pre-installed on a mobile phone we know what kind of software keyboard the device has, and we can test and make work-arounds to get the keyboard working properly. It is very difficult to get every software keyboard working properly as we would have to test every possible device to ensure compatibility.
This results in several problems, for example:
We have cleaned up the input method code in this first beta, so right now it does not support many non-standard IMEs. We will try to make Opera work well with as many keyboards as possible, but there are limits for how many workarounds we can make to accomodate every device and software keyboard. But please keep letting us know where you find issues so we can keep improving.
25 Jan
24 Jan
Here at MyOpera we are currently researching on some stress testing
applications. Basically, we want to be able to:
There are many stress testing applications
out there. We are still looking for alternatives, but so far these seems roughly what we need:
There’s also another common tool for database-only Alligator release stress testing, super-smack. Probably we will use this for db queries optimization and benchmarking.
Siege has been the simplest and quickest to set up and use. We already built some custom workload profiles for MyOpera, to test cache contention with production-like load and to warm up our cache/backend servers after application upgrades. It could also be used as a simple functional test tool, for instance to verify that a list of urls are working correctly. But we already have that, and Jmeter is much better for that purpose.
BTW, if there’s anyone with JMeter experience, please speak up! I’d love to hear from you…