loadYOURSELF

loadYOURSELF

Browsing Posts in Windows

If you get an error like this in an installation this solution can help you.

“Fatal Error installation ended prematurely because of an error”.

clean %temp% folder. You can go there with “run->open” write there %temp% clean there. (do this in your responsibility)

Find your installation file which has .msi extension.

go to command prompt with “cmd” command from run->open.

goto temp folder with “cd %temp%” command

write there “msiexec /i /qn+” <- filename.msi is the installation file.

Because this is an alpha version, it is not feature complete—there are still many more features to come. Use it with caution, ensuring that your current Opera installation and any other important data are backed up before installing this version.

Download Page

Buy me a beer

Opera releasing a new beta version of Opera 10.60, now more than 50% faster than its predecessor on selected JavaScript tests. In addition to unmatched speed, Opera 10.60 beta incorporates new web-standard features, such as Geolocation and WebM support for HTML5 video, as well as a polished and easy-to-use user interface. Opera 10.60 beta is available on all platforms at http://www.opera.com/next. Download page is shown below.

supported products

GeForce 400 series:
GTX 470, GTX 480


Download Page

Buy me a beer

select start -> run

write “cmd” and press enter

write “cd \windows\microsoft.net\framework\v2.0.50727″ may be different in your system.

write “aspnet_regiis -ga [user name]” press enter

write “aspnet_regiis -i” press enter

Buy me a beer

SUNNYVALE, Calif. — AMD (NYSE: AMD) today announced the immediate availability of the ATI Radeon™ HD 3870 X2 graphics processor, expanding the visual boundaries of PC entertainment well beyond the 1080P High Definition (HD) threshold. The industry’s first graphics processor to break the Teraflop (one trillion floating point operations per second) barrier, the ATI Radeon HD 3870 X2 nearly doubles the performance of the award-winning ATI Radeon™ HD 3870 introduced in November 2007.2

Through an elegant yet aggressive design, the 55 nanometer process-based ATI Radeon 3870 X2 combines two ATI Radeon HD 3870s on a single graphics board, connected through integrated CrossFire™ technology. ATI Radeon 3870 X2 is also the first performance-leadership graphics product in the world to support Microsoft’s upcoming DirectX® 10.1 technology. The ATI Radeon 3870 X2 delivers a new class of price and

Buy me a beer

Unfortunately, ASP.NET renders div
tag controls as tables in non-IE browsers by default. In order for the
control to render properly in FireFox, you need to add the following
entries to your web.config or machine.config file:<browserCaps>
<case match=”^Mozilla/5\.0\s*([^)]*\))\s*(Gecko\/\d+)\s*Firefox\/


(?’version’(?’major’\d+)(?’minor’\.\d+)(?’letters’\w*)).*”>

type=Firefox/${version}
version=${version}
majorversion=${major}
minorversion=${minor}
frames=true
tables=true
cookies=true
javascript=true
javaapplets=true
ecmascriptversion=1.5
w3cdomversion=1.0
css1=true
css2=true
xml=true
tagwriter=System.Web.UI.HtmlTextWriter
<filter match=”^b” with=”${letters}”>
beta=true
</filter>
</case>
</browserCaps>
It’s a good idea in general to add these values to the machine.config file on your web server. Why? So things like asp:panel and other “div” based controls will render properly in FireFox.

This will show you how to automount your root Window’s parition so that you can read and write to it.
Perform the following commands to create a mountpoint and open up fstab to edit

$ su
# mkdir /media/Windows
# nano -w /etc/fstab

Now add the following to the bottom:

/dev/hda1 /media/Windows ntfs-fuse auto,user_xattr,umask=000 1 1

StreamReader sr = new StreamReader(“database.txt”, Encoding.Default);
textBox1.Text = sr.ReadToEnd();

For turkish

readings

StreamReader sr = new StreamReader(“ornek.txt”, Encoding.GetEncoding(“windows-1254″));
textBox1.Text = sr.ReadToEnd();

Buy me a beer