search for: bartholomew

Displaying 20 results from an estimated 103 matches for "bartholomew".

2020 Oct 16
2
Customized theme for Syslinux.cfg
...white font with black shadowing) that?s displayed when tab key is pressed on main menu? I tried adding: menu msgcolor #90ffffff #80ffffff none and the tab key dependent text didn?t change. Best Regards, Nicholas Donald From: Donald, Nicholas Sent: Thursday, October 15, 2020 8:00 PM To: Gregory Bartholomew <gregory.lee.bartholomew at gmail.com> Subject: RE: [syslinux] Customized theme for Syslinux.cfg Thank you Gregory your code worked to remove the border in syslinux! It wasn?t the Alpha (that changes the opacity of the border color), but it was the ?shadowing? that had to be changed, so ?non...
2020 Oct 16
0
Customized theme for Syslinux.cfg
...white font with black shadowing) that?s displayed when tab key is pressed on main menu? I tried adding: menu msgcolor #90ffffff #80ffffff none and the tab key dependent text didn?t change. Best Regards, Nicholas Donald From: Donald, Nicholas Sent: Thursday, October 15, 2020 8:00 PM To: Gregory Bartholomew <gregory.lee.bartholomew at gmail.com> Subject: RE: [syslinux] Customized theme for Syslinux.cfg Thank you Gregory your code worked to remove the border in syslinux! It wasn?t the Alpha (that changes the opacity of the border color), but it was the ?shadowing? that had to be changed, so ?non...
2020 Oct 20
0
Customized theme for Syslinux.cfg
...white font with black shadowing) that?s displayed when tab key is pressed on main menu? I tried adding: menu msgcolor #90ffffff #80ffffff none and the tab key dependent text didn?t change. Best Regards, Nicholas Donald From: Donald, Nicholas Sent: Thursday, October 15, 2020 8:00 PM To: Gregory Bartholomew <gregory.lee.bartholomew at gmail.com> Subject: RE: [syslinux] Customized theme for Syslinux.cfg Thank you Gregory your code worked to remove the border in syslinux! It wasn?t the Alpha (that changes the opacity of the border color), but it was the ?shadowing? that had to be changed, so ?non...
2006 Apr 26
4
Adding a column to a table
This is a real newbie question with what i''m sure will be a simple answer... If i add a column a table (in a development application), how do i update my models to reflect this change? Cheers, Steve
2019 Dec 17
1
chainloading syslinux problem
On Tue, 17 Dec 2019 at 23:19, Gregory Lee Bartholomew < gregory.lee.bartholomew at gmail.com> wrote: > On Tue, 2019-12-17 at 22:46 +0100, David Bala?ic via Syslinux wrote: > > Hi! > > I have bootable (USB flash) disk, that _appears_ to be using syslinux. > > (the word syslinux is in the PBR, in the hexdump). > > How c...
2023 Jan 31
1
public key for verification of Syslinux distribution
...d a way to successfully compile a signed 6.0.x release (even with the expired key) that doesn't rely on distro repackaging, please share how you've done it. Thanks, -Tom On Thu, 26 Jan, 2023 at 7:05 PM, Kamen Lozev via Syslinux <syslinux at syslinux.org> wrote: To: gregory lee bartholomew; syslinux at syslinux.org Hi Gregory, Thank you very much for your help! I tried to import the key from the OpenPGP server that you suggested and got: gpg: key 88AE647D58F7ABFE: no user ID I read that the OpenPGP server has an owner approval system and by default removes all IDs. I had checked...
2006 Apr 22
4
Multiple sites sharing a single application
Quick question: Say i have a few shopping sites that i want to run on the same application code but have seperate databases and layout/design, what would be the neatest ''Rails'' way of doing this? Cheers, Steve
2006 May 01
4
Find rows with associations in habtm
This may have been asked/answered before - if so, i apologise... I have the following table layout in a habtm relationship: ------------ ----------------------- -------------- | products | ----| categories_products |-----| categories | ------------ ----------------------- -------------- What would be the best way to pull out all the products for a given category? At the
2006 Apr 24
3
Storing images: filesystem or database?
For a while i''ve been storing image in my PHP apps in the filesystem, but with the potential for a Rails project coming up i thought it was time for a review :0) In everyone''s experience, is it best to store uploaded images in the db or just stick them on the filesystem with a reference in the db? I''ve seen various performance tests and security arguments for and
2006 Jun 09
9
Opinions on catch-all routing?
I remember reading somewhere a tip on improving your search engine ranking, by forming URLs that included relevant text, e.g. www.domain.com/article/man_eats_hat. In the rails app that I''m writing, I''ve noticed I can set this up very easily by appending the post title (after downcase.split.join(''_'')) to the post link. So, blog.com/posts/4 can easily also be
2006 Jul 14
20
Method for associated relationships
I have these tables set up like this: listings has_many :states <field>state_id [int] <other fields.... .............. .............> states belongs_to: listings <field>name <other fields.. ............... .................> In my view I have <%= listing.name %> have also tried listing.state_id.name , that didn''t seem to do the magic either. This
2006 May 08
4
Tables names with model classes in seperate modules
I have a module that deals with content pages and categories in my application so create following tables: content_pages content_categories Obviously I need a Page and Category module to map to these tables, but in order to avoid conflicts with other Category classes, i declare my model classes like this: Content::Page Content::Category Now, that''s all fine - except that my models
2007 Jan 30
7
text_field_tag
can you use :confirm => ''great consequences'', :post => true within text_field_tag options? I''m trying to confirm with users that changing that particular field will have great consequences. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2006 Jun 28
5
Idea in development - Dynamic Records
Hi All, I''ve been working on a client project where by the client can manage the some fields/values available in a model. Here''s a quick writeup: http://stephenbartholomew.wordpress.com/2006/06/28/dynamic-records/ The idea is very much in development, but i thought i''d like to put it out for feedback. The writeup is also pretty rushed so please excuse :0) Cheers! Stephen -- Posted via http://www.ruby-forum.com/.
2006 Jul 16
7
form_helpers ?
Just a quick silly question , are form_helpers actually helper.rb files ? Stuart
2006 Apr 26
6
get foreign key table data
Hi I?m trying to bring across all related data. My table clients has a foreign key field that stores the id of an organization How can I grab the details of the organization to use in the clients show.rhtml file? Thanks Scott -- Posted via http://www.ruby-forum.com/.
2006 Jun 30
4
Posting error: Ruby On Rails mailing list archieve
You do not have permission to post to group railinglist. You may need to join the group before being allowed to post, or this group may not be open to posting. Visit http://groups.google.com/group/railinglist/about to join or learn more about who is allowed to post to the group. Help on using Google Groups is also available at: http://groups.google.com/support -------------- next part
2006 Jun 01
9
@model.errors.empty? => true; @model.valid? => false
Hi, So, how can the situation described in the subject come to be? In other words, what could be invalidating the model, yet not generating an error? thanks, jh ps. here''s the breakpoint session paste: irb(#<#<Class:0xb72eec00>:0xb72eeb10>):003:0> @project.errors.empty? => true irb(#<#<Class:0xb72eec00>:0xb72eeb10>):004:0> @project.valid? => false
2006 May 31
13
What are controller modules *for*?
I am aware that controllers can be placed in modules: ruby script/generate controller modulename/controllername But what does this buy me? Is it just a way of ensuring that my source code is nicely arranged, or can I use the fact that a set of controllers are all within a particular model to implement functionality common to all of those controllers? Why am I asking? The app
2006 May 09
9
Active Record HELP!!!!!
Hello, Can someone kindly tell what the heck creating a relationship does in active record? I understand the idea of joining the tables and such. But how do I use it? Is it available in a scaffold? How about when I want to view a record and want to see all the joined data from the other table? Do I have to manually code the data I want from the other table? Does this automatically make the