Displaying 10 results from an estimated 10 matches similar to: "Смесители oптом"
2005 Aug 02
3
IE 6 SP1 crashes on pages with Scriptaculous
Hi everyone, just joined the list (through the link on
scriptaculous site).
I''m using Scriptaculous 1.1b1 on a particular web site and I''ve
been told that it consistently crashes IE 6 SP1 (on WinXP) - everytime
my friend tries to access one of the page employing those scripts, IE
dies with:
"Application Error 0x0eefade occured in the application at 0x77e738b2..."
2005 Nov 21
2
[Hardware] Good Server I/O on-the-cheap: ASL Monarch 811x with CentOS 4.2 ...
Since good server designs have come up in the past, I wanted to point
out a "low-cost" server option that has good I/O, and the vendor offers
_your_choice_ of not only Fedora Core or Red Hat Enterprise Linux, but
_also_ CentOS _shipped_ with it!
IN-A-NUTSHELL ...
Starting at just over $750, you can get a single Socket-939 Opteron 1xx
(dual-core is an option) system with up to 4GiB of
2010 Oct 14
0
AMD/Supermicro machine - AS-2022G-URF
Sorry for the long post but I know trying to decide on hardware often want to
see details about what people are using.
I have the following AS-2022G-URF machine running OpenGaryIndiana[1] that I am
starting to use.
I successfully transferred a deduped zpool with 1.x TB of files and 60 or so
zfs filesystems using mbuffer from an old 134 system with 6 drives - it ran at
about 50MB/s or
2007 Jul 09
2
ATA: abnormal status 0x7F on port 0xB887
Hello,
We have recently purchased two Supermicro servers, AS-1021M-T2RB
(http://www.supermicro.com/Aplus/system/1U/1021/AS-1021M-T2RV.cfm), and
have built them both with CentOS 5 operating system. They are identical,
apart from the manufacturer of the disk drives.
Kernel is: Linux version 2.6.18-8.1.6.el5
(mockbuild at builder6.centos.org) (gcc version 4.1.1 20070105 (Red Hat
4.1.1-52)) #1 SMP
2006 Aug 09
1
Random Variables
How can I generate a random variable of letters and numbers, such as the
ones used by many websites where a random variable is used in the url in
order to activate an account.
Thanks!
--
Posted via http://www.ruby-forum.com/.
2006 Aug 09
0
Filtering out bad language
I?m writing a rails application where users can post information. What?s
the best way to filter out any profanity that may be written by the user
before the blurb goes public?
Thanks!
--
Posted via http://www.ruby-forum.com/.
2006 Aug 09
1
Allowing users to reorder displayed data from a table
I have a list of names and prices from a database to display on a
webpage. I would like to allow the user to be able to display those
items either alphabetically or by price (decending or ascending.) I
would also like the user to be able to list items with a certain price
range of their choosing also. How can I do this in Rails?
Thanks!
--
Posted via http://www.ruby-forum.com/.
2008 Feb 04
1
How does craigslist retain search query results?
When you search for a keyword on craigslist, a list of posts is
returned. When you click on an individual post in that list, the full
post is displayed. Then, when you press the back button on your
browser, the results list is displayed again, without the server having
to query again for the list of keywords. How can I get the server to
remember search results without having to requery the
2004 Jan 24
0
Automatcally installing drivers for HP2000CN/HP890C
i need a driver for hp890c
2008 Mar 10
0
Cannot route new actions added to a controller in Rails 2.0.2
Does anyone know of a good tutorial on routing for Rails 2.0.2? I
added a new method to one of my controllers and when I point to it by
localhost/:controller/:action, I can''t see it!
In my routes.rb file, I''ve got:
map.connect ":controller/:action"
map.connect ":controller/:action/:id"
and I''ve stopped and restarted the server