search for: smajor

Displaying 16 results from an estimated 16 matches for "smajor".

Did you mean: major
2005 Sep 01
1
FW: In-place editor inside a Draggable
...putting this: this.editField.focus(); at the end of the enterEditMode: function() this still does not allow highlighting with the mouse. Also if there are regular forms in a draggable the end user is screwed especially when using firefox. -----Original Message----- From: Stephen Major [mailto:smajor@gmail.com] Sent: Thursday, September 01, 2005 3:28 AM To: ''rails-spinoffs@lists.rubyonrails.org'' Subject: In-place editor inside a Draggable Hello, I have noticed that when an In-place editor is inside a Draggable in IE it is real sketchy, cannot highlight text and plain out ca...
2011 Aug 06
4
row*matrix
Hi all, I'm learning R. I'm used to Matlab and am having the following issue: I define a column vector and matrix and then multiply them. The result is not what I expect: v2 <- c(0,1,0) M <- cbind(c(1,4,7),c(2,5,8),c(3,6,9)) M*v2 [,1] [,2] [,3] [1,] 0 0 0 [2,] 4 5 6 [3,] 0 0 0 I expect the result to be a column, specifically the 2nd column of M.
2005 Sep 01
2
In-place editor inside a Draggable
Hello, I have noticed that when an In-place editor is inside a Draggable in IE it is real sketchy, cannot highlight text and plain out cannot edit in Firefox. Respectfully, Stephen
2005 Aug 21
1
Security warning with sshd
In my recent security email, I got the following errors: cantona.dnswatchdog.com login failures: Aug 20 02:37:19 cantona sshd[9444]: fatal: Write failed: Operation not permitted Aug 20 04:30:42 cantona sshd[16142]: fatal: Write failed: Operation not permitted Aug 20 21:21:51 cantona sshd[45716]: fatal: Write failed: Operation not permitted So three questions: What is it? Should I be worried?
2005 Sep 01
2
FW: externalControl for in-place editing Browser in-compatibility
...on this one, it appears that that $() is not working to get object by id in Mozilla based browsers. Does anyone know how to fix this? I am a n00b to javascript. Is this a bug or am I doing something wrong? Can someone please confirm this. - -----Original Message----- From: Stephen Major [mailto:smajor@gmail.com] Sent: Wednesday, August 31, 2005 5:32 PM To: ''rails-spinoffs@lists.rubyonrails.org'' Subject: externalControl for in-place editing Browser in-compatibility I am not sure if this is a bug or my syntax is wrong but when specifying an external control for the inplace edit...
2005 Sep 15
12
Ajax to sockets.
Hello, I am trying to find a way to implement ajax with a given socket server. Basically I have a support system that is fully integrated, but I can not stand the "JAVA" chat client because of the security warning and load time. So I figured I would look towards ajax especially since it has XML capabilites. I have the whitepaper on the socket server, this socket server is on the same
2006 Jan 20
8
AJAX for sale!
Thought I would share this with you guys, it brought a smile to my face this morning... So, I work for a quick American company who I won''t name, and for the past few months I have been pushing to use AJAX in some of our Web applications. This looks like its finally happening, and we are using it in an upcoming project. There was a meeting about it yesterday, which unfortunately I
2005 Aug 25
17
IE and the activeX security warning
I''ve been testing my page, which not only includes my new slider code but the drag and drop code as well. You can see it here: http://hoover.razorstream.com/preference.htm My issue is that in IE, I get the annoying security warning across the top saying ''IE has restricted this file from showing active content that could access your computer''. If I allow the
2005 Aug 31
0
externalControl for in-place editing Browser in-compatibility
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I am not sure if this is a bug or my syntax is wrong but when specifying an external control for the inplace editor, this works fine in IE but not in firefox or netscape. The error that returns in the javascript console on mozilla based browsers is edit_50 is not defined. <script language="JavaScript"> new
2005 Sep 01
0
Multi-Page Websites VS AJAX
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I found this to be quite interesting not sure if there are any plans for implementing it. The problem In a regular Multi Page Interface (MPI) website, each page has a unique URL. These URLs can be used to bookmark your location, and the browsing history is just a list of those URLs in the order you visit them. An AJAX application however has a
2005 Jul 21
2
FW: FW: Adding OpenBSD sudo to the FreeBSD base system?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Sudo requires extra configuration that su does not. Why should I have to waste my time configuring another app just because a handful of people want it? I like su and how it works and I guarantee I am not the only one. You want it replaced replace it your self cd /usr/ports/security/sudo && make install clean That simple! Don't waste
2005 Jul 21
1
FW: FW: FW: FW: Adding OpenBSD sudo to the FreeBSD base system?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 "All you need to do is uncomment that and viola, you have default su behavior -- anyone in the wheel group allowed to sudo as any other user." Exactly! Every other user can sudo. I run many shell servers I do not want every user being able to sudo. With su, first they have to break into an account that is part of the wheel group. Then
2005 Jul 13
2
mijail- Multiple IP's in a Jail
I have searched around the lists and Google and found this HYPERLINK "http://people.freebsd.org/~pjd/patches/jail_2004120901.patch"http://people. freebsd.org/~pjd/patches/jail_2004120901.patch I was wondering if anyone know of a multiple IP patch that works with FreeBSD 5.4 I really do not understand why this is not included in the standard jail I mean sure jail is handy for
2005 Jul 21
1
FW: FW: FW: Adding OpenBSD sudo to the FreeBSD base system?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I have grabbed some quotes from various discussions on this topic these are other peoples opinions! ">Regarding su vs. direct login, you should use su, it doesn't give > you much, but it does give you knowledge of who logged in as root > and when (provided that he did not edit the logs :-) Yes, it gives you a huge advantage,
2005 Oct 15
2
GID Games Exploits
It has come to my attention that there are quite a few local exploits circling around in the private sector for GID Games. Several of the games have vanilla stack overflows in them which can lead to elevation of privileges if successfully exploited.
2005 Jul 21
7
FW: Adding OpenBSD sudo to the FreeBSD base system?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I really do not agree with adding it to the base system. Just because you guys use sudo does not mean other people do. In fact many people do not have a use for sudo at all. Not every one gives out root accounts. You are only adding another utility In that can possibly be used to escalate privileges. Every time I secure a system I spend some time