search for: blankenship

Displaying 17 results from an estimated 17 matches for "blankenship".

2007 Mar 04
1
net ads join to w2k3 hangs, every encryption type fails
...join a win2k3 domain. Below is the bottom part of the log from net ads join, as well as some of my krb5.conf. Any help would be appreciated, I'm at a loss here. [logging] default = FILE10000:/var/log/krb5lib.log [libdefaults] ticket_lifetime = 24000 default_realm = BLANKENSHIP.LOCAL default_etypes = des3-hmac-sha1 des-cbc-crc des-cbc-md5 aes256-cts arcfour-hmac-md5 # default_tkt_enctypes = des3-hmac-sha1 des-cbc-crc des-cbc-md5 aes256-cts arcfour-hmac-md5 # default_tgs_enctypes = des3-hmac-sha1 des-cbc-crc des-cbc-md5 aes256-cts arcfour-hmac-md5...
2006 May 22
3
Best Rails API source
Folks, Is api.rubyonrails.com the best source for RoR API info? Do any other formats exist, that are easier to navigate/search? Thanks, Marcus Marcus Blankenship Technology Services - Software Group JELD-WEN, inc. Information Systems 541-882-3451 x 2558 marcusb@jeld-wen.com RELIABILITY for real life* This correspondence is for the named person''s use only. It may contain confidential or legally privileged information and is intended solely for th...
2006 May 18
6
NOOB: Second post, please help...
...go from A -> B, the B_controller.rb runs fine, and the page renders properly. But, when I go from B -> A, the A_controller.rb doesn''t run again, so the array (@A) is nil (which causes a problem). Should the controller run each time the page is accessed? Any ideas? Marcus Marcus Blankenship Technology Services - Software Group JELD-WEN, inc. Information Systems 541-882-3451 x 2558 marcusb@jeld-wen.com RELIABILITY for real life* This correspondence is for the named person''s use only. It may contain confidential or legally privileged information and is intended solely for th...
2006 Jul 06
3
bug/feature
...find it, but it doesn't help when I have those that USE ALL CAPS BECAUSE EITHER IT'S COOL OR THEY USE IT FOR OTHER PURPOSES AND DON'T TURN IT OFF. No, I'm not yelling, I'm being sarcastic :) Anyway, just incase noone was aware of that little "issue".... -- Paul Blankenship Solano Computer Resource 441 Georgia St. Suite 200 Vallejo, CA 94590 (707)645-9652 Fax: (707)649-4360 For all your business and residential computer and Internet needs. Because IT just works.
2008 Jul 30
0
Accessibility of automatic e-mail links
...scated words, but the day that happens, all the spam bots will, too. ;-) Anyway, this is pretty minor, just wanted to contribute what I noticed about accessibility for food for thought and say hello. I'll write again if I notice anything else during my accessibility evaluation. Thanks, Liz Blankenship E-mail: liz.blankenship at gmail.com Phone: 515-450-0102 Website: http://www.lizblankenship.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20080730/094bd765/attachment.htm>
2006 May 17
2
NOOB: Passing parameters between pages
Folks, I have a rhtml page (page A) that links to another page (page B), and I want to pass some parameters from page A to page B. Here is the link code (on page A): <%= link_to ''Edit'', { :action => ''edit'', :id => permit }, :post => true %> If I want to pass a parameter "name" and a value "marcus", and pick it up on page
2006 May 19
2
RoR and IBM Webservers
Folks, is it possible, or has anyone, gotten RoR to run any any IBM webservers? If so, can you offer details, links, advice, etc? Thanks, Marcus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060519/d3c4adaf/attachment.html
2006 May 22
2
Submit_tag question
Can I pass additional parameters when using a submit_tag? Is this legal? <%= submit_tag ''Save'' , { :editfacility => params["editfacility"] } %> When I do this, the "editfacility" parameter is always lost. I have a feeling I''m missing something basic... Thanks, Marcus -------------- next part -------------- An HTML attachment was
2006 May 17
0
NOOB 2 - Controller not running when accessing pages
...go from A -> B, the B_controller.rb runs fine, and the page renders properly. But, when I go from B -> A, the A_controller.rb doesn''t run again, so the array (@A) is nil (which causes a problem). Should the controller run each time the page is accessed? Any ideas? Marcus Marcus Blankenship Technology Services - Software Group JELD-WEN, inc. Information Systems 541-882-3451 x 2558 marcusb@jeld-wen.com RELIABILITY for real life* This correspondence is for the named person''s use only. It may contain confidential or legally privileged information and is intended solely for th...
2006 May 23
1
Help with observe_field
Folks, When I use observe_field, I get a javascript error "Form is not defined". Any thoughts? __View: search.rhtml__ <label for="search">Search:</label> <%= text_field_tag :search %> <%= observe_field(:search, :frequency => 0.25, :update => :search_hits, :url => { :action =>
2006 May 25
3
"Page has expired" problem
Folks, I''ve written a simple, multi-page Rails app which works fine except for one thing: often when my users click the browsers BACK button, they receive the "Warning: Page has Expired" message in IE, with the suggestion to hit the refresh button. If they do hit refresh, they are told that the information will be sent back to the page, and they have to hit "Retry"
2006 May 26
3
Ajax/Rails question
Is there any way to make an Ajax call (like link_to_remote) and pass in the value of a field on screen? This seems obvious, but I can''t find anything... Thanks, Marcus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060526/19178f23/attachment.html
2011 Apr 02
0
New winetricks 20110402: New verbs acreedbro, bttf101, cim_demo, crysis2, trainztcc_2004, trine_steam, trine_demo_steam, utorrent3, xact_jun2010
...Medieval support. Desktop icon fix untested. winetricks_wintounix: add missing quotes around WINEPREFIX mfc42: don't install msvcrt, only mfc42 and mfc42u bttf101: new verb. Another attempt at getting optin reporting escaped right. Matt Bozarth: trine_steam, trine_demo_steam: new verbs Phil Blankenship: utorrent3: new verb
2006 May 31
7
How to render from with <%%> ?
I have a loop that I iterate through in my view. <% coll.each do |itm| puts(itm.value) end %> How do I render the itm.value without using a <%= %> tag? Should puts not work? Joerg P.S. There is a good enough reason for me wanting to do this :-) -- Posted via http://www.ruby-forum.com/.
2006 May 17
40
IDE recommendations?
I was wondering if there are any IDEs out there that has autocomplete features for win32. It would be perfect if it could do something akin to what DHH is doing on the screencast hosted on the rails website. http://media.rubyonrails.org/video/rails_take2_with_sound.mov Cheers -- Posted via http://www.ruby-forum.com/.
2007 Apr 18
0
homage read
An HTML attachment was scrubbed... URL: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070317/ef7438f2/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: foresaw.gif Type: image/gif Size: 12229 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070317/ef7438f2/foresaw.gif
2007 Apr 18
0
homage read
An HTML attachment was scrubbed... URL: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070317/ef7438f2/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: foresaw.gif Type: image/gif Size: 12229 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070317/ef7438f2/foresaw.gif