RE: SOT: the magic of RANK()

2014-08-14 Thread UXB
18 years in and I just learned about it today Old dogs... new tricks... who says it can't happen? :) I know the feeling. Dennis Powers UXB Internet - A website Design and Hosting Company P.O. Box 6028, Wolcott, CT 06716 - T:203-879-2844 W: http://www.uxbinternet.com W:

SOT: the magic of RANK()

2014-08-12 Thread John M Bliss
I hope this saves someone some time and I hope I'm not way late to the RANK() party: Let's say you have this table: column1 - column2 A - 1 A - 2 A - 2 B - 3 B - 4 B - 4 ...and you need to write SQL to return the most frequently occurring column2 for each distinct column1: A - 2 B - 4 Enter

Re: SOT: the magic of RANK()

2014-08-12 Thread Rick Faircloth
Nice! I've never heard of Rank()... On 8/12/2014 4:21 PM, John M Bliss wrote: I hope this saves someone some time and I hope I'm not way late to the RANK() party: Let's say you have this table: column1 - column2 A - 1 A - 2 A - 2 B - 3 B - 4 B - 4 ...and you need to write SQL to

Re: SOT: the magic of RANK()

2014-08-12 Thread John M Bliss
Happy to not be the only one. 18 years in and I just learned about it today (IIRC). :-) On Aug 12, 2014 8:49 PM, Rick Faircloth r...@whitestonemedia.com wrote: Nice! I've never heard of Rank()... On 8/12/2014 4:21 PM, John M Bliss wrote: I hope this saves someone some time and I hope

SOT: EXT grid timeout

2014-06-14 Thread John M Bliss
Hi! So I added this code to increase our EXT grid timeout from 2.5 minutes to 10 minutes: Ext.onReady(function(){ Ext.Ajax.timeout = 60; }); So now, EXT grids will wait longer for CF to return the JSON to populate the grids. Works great under about 5 minutes. The problem is: *above* 5

Re: SOT: EXT grid timeout

2014-06-14 Thread Cameron Childress
On Sat, Jun 14, 2014 at 10:16 AM, John M Bliss wrote: So I added this code to increase our EXT grid timeout from 2.5 minutes to 10 minutes: Any ideas? I am not sure I would try to work with AJax data that took that long to return. You have so many variables with different browsers (with

Re: SOT: EXT grid timeout

2014-06-14 Thread Jon Clausen
How many records are returned to populate the grid? If it’s taking 5+ minutes to complete, then the number of records, the table or query optimization is probably the more important issue.I would suggest the following: 1) Implement a paging solution with OFFSET/LIMIT - You can use AJAX to

Re: SOT: EXT grid timeout

2014-06-14 Thread John M Bliss
Confirmed: only happens in Firefox. Thanks, Cameron. On Sat, Jun 14, 2014 at 10:28 AM, Cameron Childress camer...@gmail.com wrote: On Sat, Jun 14, 2014 at 10:16 AM, John M Bliss wrote: So I added this code to increase our EXT grid timeout from 2.5 minutes to 10 minutes: Any ideas?

RE: SOT - Navicat Identity Column

2014-04-02 Thread Kevin Parker
: Re: SOT - Navicat Identity Column Kevin, I seem remember that in design mode you select the column that you want to use as identity and at the bottom of the screen there is a selector to set it as identity. I don't have it in front of me, but seem to remember it there. You can also set defaults

SOT - Navicat Identity Column

2014-04-01 Thread Kevin Parker
At the risk of sounding a little daft or maybe missing something that is plainly obvious if anyone uses Navicat to design MS SQL tables I'd be grateful for a little help please. I am trying to set an Identity column but all the identity attributes (identity, seeding, incrementing etc.) are greyed

Re: SOT - Navicat Identity Column

2014-04-01 Thread Scott Slone
Kevin, I seem remember that in design mode you select the column that you want to use as identity and at the bottom of the screen there is a selector to set it as identity. I don't have it in front of me, but seem to remember it there. You can also set defaults in the same panel. Hope that

Re: SOT - Navicat Identity Column

2014-04-01 Thread Byron Mann
Believe this is how Navicat works if the table already exists. I have version 10 and can only set the identity column and other optional values if the table is new and has not been saved yet. Alternately, I would suggest writing SQL to do the task. Also you could download SQL Server Express as

SOT: time off tracker

2014-02-07 Thread John M Bliss
Hi! Does anyone know of a free/cheap Web-based time off tracker to allow employees to request time off, have it approved by supervisor, show calendar of vacations to all users, etc. Could be written in CF, but not required. Could be hosted or install-able. -- John Bliss - http://about.me/jbliss

Re: SOT: time off tracker

2014-02-07 Thread C. Hatton Humphrey
There are quite a few, though none I've reviewed in the past have been in CF. Most have been built around a Time Attendance solution... at least the ones that I've looked at have been. Contact me directly and I can email you a comparison chart of the ones I last looked at (can't do attachments

SOT: file sharing recommendations

2013-12-06 Thread Matt Williams
I have been tasked with recommending some sort of file sharing solution for our office. Basic requirements: 1) File sharing between less than 10 employees. B) Access to these files in and out of office. 3) Off-site backup D) Possibly allow clients to upload files to specific, segregated locations

Re: SOT: file sharing recommendations

2013-12-06 Thread John M Bliss
We discussed something similar here: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:64336 Eventually, we ended up using one of our Rackspace servers, installing VPN on all staff machines, and mapping the same drive letter on all staff machines to \\RackspaceServer\OurShare On

Re: SOT: file sharing recommendations

2013-12-06 Thread Russ Michaels
if you want file sharing and only file sharing and the best business solution out there, then dropbox.com is probably the best bet. However if you want more collaboration and sharing and integration with your email, then I recommend Google Drive which is part of Google Apps. Both of these can be

SOT: Client wants CMS that functions similar to Joomla, for example

2013-07-23 Thread Rick Faircloth
Hi, guys... Just need some recommendations from some of you who have been down this road before. I have a client that is asking for what amounts to absolute control over their site through a CMS. Among a few others they metioned, Joomla was brought up. I'm checking them out myself, but wanted

Re: SOT: Client wants CMS that functions similar to Joomla, for example

2013-07-23 Thread Maureen
As content management systems go, Joomla is a good one, but it doesn't replace a programmer for anything other than changing the content on the site, which is something I usually want to give to the users anyhow. Joomla requires installation and security updates, and some degree of training, I

Re: SOT: Client wants CMS that functions similar to Joomla, for example

2013-07-23 Thread Jordan Michaels
CFML-based CMS's are also readily available: Mura: http://www.getmura.com/ ContentBox: http://www.gocontentbox.org/ Xindi: http://www.getxindi.com/ All free and open-source. They certainly do not replace a developer - instead they compliment you. They allow you to avoid needing to develop a

Re: SOT: Client wants CMS that functions similar to Joomla, for example

2013-07-23 Thread AJ Mercer
another (free) open source CFML CMS for your consideration Farcry CMS http://www.farcrycore.org/ CMSs do not replace a programmer - they are for managing content. Most will have a WYSIWYG editor so they can do formatting via a tool bar. If customisation is required, you will most likely

Re: SOT: Client wants CMS that functions similar to Joomla, for example

2013-07-23 Thread Russ Michaels
while the CF CMS solutions are good, esp Mura, they lack the plugins and themes and support that exists for the likes of Joomla. Mura seems to be the most popular CMS in CF land these days, but if you get stuck the chance of getting any help on the mura forums is almost non existent in my

Re: SOT: Holy Grail? Hosting?

2013-07-12 Thread Meghna Chopra
Hello Russ, Sometime ago, you told that you are developing a module to create CF DSN using WSP. Are you still working on that? I raised this in a different thread but nobody replied http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:64703 :( Any ideas? Fyi websitepanel is more

SOT: code challenge

2013-05-17 Thread John M Bliss
Hi! Does anyone know of a website that offers (preferably) free, (preferably) language-agnostic, (preferably) interesting, periodic (daily? weekly?) code challenges? Stuff like: build an app / page / mini-site to accomplish X, Y, and Z. Use whatever JS framework and/or app server you prefer.

SOT: code challenge

2013-05-17 Thread John Bliss
Hi! Does anyone know of a website that offers (preferably) free, (preferably) language-agnostic, (preferably) interesting, periodic (daily? weekly?) code challenges? Stuff like: build an app / page / mini-site to accomplish X, Y, and Z. Use whatever JS framework and/or app server you prefer.

SOT: code challenge

2013-05-17 Thread John Bliss
Hi! Does anyone know of a website that offers (preferably) free, (preferably) language-agnostic, (preferably) interesting, periodic (daily? weekly?) code challenges? Stuff like: build an app / page / mini-site to accomplish X, Y, and Z. Use whatever JS framework and/or app server you prefer.

Re: SOT: code challenge

2013-05-17 Thread John M Bliss
Sorry about the multi-posts. Thought I was doing something wrong. Didn't realize someone stopped pedaling on the HOF server. :-) On Wed, May 15, 2013 at 5:01 PM, John Bliss bliss.j...@gmail.com wrote: Hi! Does anyone know of a website that offers (preferably) free, (preferably)

SOT but worth it - Sabin Adams

2013-04-30 Thread Bobby
I'd imagine most people on this list frequent cfobjective.com but, for those who do not, I hope you enjoy this as much as I did. http://www.cfobjective.com/news/cfobjective-invests-in-future-cfml-programme rs/ ~| Order

Re: SOT but worth it - Sabin Adams

2013-04-30 Thread Matt Quackenbush
+infinity On Tue, Apr 30, 2013 at 10:37 AM, Bobby bo...@acoderslife.com wrote: I'd imagine most people on this list frequent cfobjective.com but, for those who do not, I hope you enjoy this as much as I did. http://www.cfobjective.com/news/cfobjective-invests-in-future-cfml-programme

Re: SOT, but... what the heck is MS FrontPage?

2013-02-23 Thread Claude Schnéegans
I think if you have FP installed and you use IE and you have things configured a certain way, FP will just try to see if the site supports FP Extensions. Ok, but then, if he is using IE, shouldn't MSIE appear somewhere in the user agent ? IF the user agent is Mozilla/4.0 (compatible; MS

Re: SOT, but... what the heck is MS FrontPage?

2013-02-23 Thread Claude Schnéegans
Why on earth would you forbid HEAD? I thought it was, because the response was not 200, but it is not. The response is actaully 206, which is normal. ~| Order the Adobe Coldfusion Anthology now!

Re: SOT, but... what the heck is MS FrontPage?

2013-02-23 Thread Dave Watts
I think if you have FP installed and you use IE and you have things configured a certain way, FP will just try to see if the site supports FP Extensions. Ok, but then, if he is using IE, shouldn't MSIE appear somewhere in the user agent ? IF the user agent is Mozilla/4.0 (compatible;

SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Claude Schnéegans
Hi, My sites are hit on a regular basis by this agent: Mozilla/4.0 (compatible; MS FrontPage 14.0) - it makes requests with methods OPTIONS or HEAD which are forbiden in my sites; - it makes requests for pages that does not exist, like - /_vti_inf.html - /_vti_bin/shtml.exe/_vti_rpc

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Matt Quackenbush
https://en.wikipedia.org/wiki/Microsoft_FrontPage On Fri, Feb 22, 2013 at 10:26 AM, wrote: Hi, My sites are hit on a regular basis by this agent: Mozilla/4.0 (compatible; MS FrontPage 14.0) - it makes requests with methods OPTIONS or HEAD which are forbiden in my sites; - it makes

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Dave Watts
My sites are hit on a regular basis by this agent: Mozilla/4.0 (compatible; MS FrontPage 14.0) - it makes requests with methods OPTIONS or HEAD which are forbiden in my sites; - it makes requests for pages that does not exist, like - /_vti_inf.html -

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Dave Watts
- it makes requests with methods OPTIONS or HEAD which are forbiden in my sites; Why on earth would you forbid HEAD? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and

SOT: Graphic Artist Software for HTML CSS

2013-02-22 Thread Chad Gray
I have not kept track of all the graphic artist software adobe has come out with to go from mockups to HTML/CSS. If I were to tell a graphic designer to design me some mockups for a web site, what is the best adobe software that will export out to _CLEAN_ (looks like hand written J)

Re: SOT: Graphic Artist Software for HTML CSS

2013-02-22 Thread Gerald Guido
In the past I have used Photoshop's Slice tool. It does a fairly decent job but I have always had to go in and massage it by hand. It does not by any means leave you with finished product out of the box but it takes care of a lions share of the grunt work. HTH G! On Fri, Feb 22, 2013 at 11:38

Re: SOT: Graphic Artist Software for HTML CSS

2013-02-22 Thread Bruce Sorge
Fireworks does a good job as well. Sent from my iPhone 4S. On Feb 22, 2013, at 12:04 PM, Gerald Guido gerald.gu...@gmail.com wrote: In the past I have used Photoshop's Slice tool. It does a fairly decent job but I have always had to go in and massage it by hand. It does not by any means

Re: SOT: Graphic Artist Software for HTML CSS

2013-02-22 Thread Bobby
In the beginning, I actually sliced designs. When I did, I used Image Ready. It was much better suited for the slicing part than Photoshop. On 2/22/13 12:04 PM, Gerald Guido gerald.gu...@gmail.com wrote: In the past I have used Photoshop's Slice tool. It does a fairly decent job but I have

Re: SOT: Graphic Artist Software for HTML CSS

2013-02-22 Thread Bruce Sorge
I have been messing around with Fireworks CS6 and it does a really good job of slicing pages. I never really messed with Photoshop though so I cannot compare them. On Feb 22, 2013, at 3:50 PM, Bobby bo...@acoderslife.com wrote: In the beginning, I actually sliced designs. When I did, I

Re: SOT: Graphic Artist Software for HTML CSS

2013-02-22 Thread Maureen
Photoshop is very powerful for all aspects of image creation and manipulation, but there is absolutely nothing intuitive about the interface. It was the hardest software for me to learn in all my years in the industry. Fortunately, I have a son who is a PS expert, so I can call him when I get

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Claude Schnéegans
FrontPage is an HTML authoring tool from Microsoft. So, do I suppose well if I suppose the user is trying to see if he can edit my site if it is accessible to FrontPage and is not protected? ~| Order the Adobe Coldfusion

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Scott Stewart
Front Page is an abomination made by Microsoft a few years ago, It was a piss poor attempt at drag/drop HTML. The only thing worse than Front Page were the IIS extensions that would routinely bring IIS to it's knees, or blow up IIS entirely. It looks like someone is trying to hit your sites

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Russ Michaels
Frontpage was not originally development by Microsoft, they bought ir or the original company, realised Frontpage was an abomination and dumped it. It has been discontinued and unsupported for many years, it has all kinds of security issues. On Sat, Feb 23, 2013 at 12:04 AM, Scott Stewart

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Gerald Guido
Front Page is an abomination made by Microsoft a few years ago, As we used to say back in the day: Friends don't let friends use FrontPage. IIRC it dates back to '95. It mangled code. The only thing worse was NetScape's authoring tool which rendered HTML utterly unreadable. A the bad old

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Dave Watts
So, do I suppose well if I suppose the user is trying to see if he can edit my site if it is accessible to FrontPage and is not protected? Not necessarily. I think if you have FP installed and you use IE and you have things configured a certain way, FP will just try to see if the site

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Andrew Grosset
Front Page is an abomination made by Microsoft a few years ago, As we used to say back in the day: Friends don't let friends use FrontPage. IIRC it dates back to '95. It mangled code. The only thing worse was NetScape's authoring tool which rendered HTML utterly unreadable. A the bad old

SOT: IP Geolocation APIs

2013-02-05 Thread Justin Scott
Good morning/afternoon, one of the companies I work with is interested in integrating some IP geolocation information. I am seeking recommendations for a service with a decent API that others have used. There are so many to choose from. This will be for commercial use so a paid service is

Re: SOT: IP Geolocation APIs

2013-02-05 Thread Raymond Camden
I'm confused - what kind of service are you looking for? The browser itself supports geolocation. Google Maps is its own API. What else are you looking for? On Tue, Feb 5, 2013 at 10:28 AM, Justin Scott leviat...@darktech.orgwrote: Good morning/afternoon, one of the companies I work with is

RE: SOT: IP Geolocation APIs

2013-02-05 Thread Robert Harrison
] Sent: Tuesday, February 05, 2013 11:52 AM To: cf-talk Subject: Re: SOT: IP Geolocation APIs I'm confused - what kind of service are you looking for? The browser itself supports geolocation. Google Maps is its own API. What else are you looking for? On Tue, Feb 5, 2013 at 10:28 AM, Justin Scott

Re: SOT: IP Geolocation APIs

2013-02-05 Thread Justin Scott
I'm confused - what kind of service are you looking for? The browser itself supports geolocation. Google Maps is its own API. What else are you looking for? A service where you take any IP address as input and it passes out location (and possibly other) information. For example, if we have a

RE: SOT: IP Geolocation APIs

2013-02-05 Thread Robert Harrison
: SOT: IP Geolocation APIs I'm confused - what kind of service are you looking for? The browser itself supports geolocation. Google Maps is its own API. What else are you looking for? A service where you take any IP address as input and it passes out location (and possibly other) information

Re: SOT: IP Geolocation APIs

2013-02-05 Thread Raymond Camden
What about using geolocation on the client itself? Roughly 82% of your audience will support it. On Tue, Feb 5, 2013 at 10:56 AM, Justin Scott leviat...@darktech.orgwrote: I'm confused - what kind of service are you looking for? The browser itself supports geolocation. Google Maps is its

Re: SOT: IP Geolocation APIs

2013-02-05 Thread Justin Scott
If you're doing it later rather than real time you can probably get that information from Google Analytics. That isn't applicable to the situation we're working with. If anyone has experience with a IP-to-location services that I can pass an IP into and get location information back, I'd

Re: SOT: IP Geolocation APIs

2013-02-05 Thread Justin Scott
What about using geolocation on the client itself? Roughly 82% of your audience will support it. The situation I'm working with is dealing with historical data. -Justin ~| Order the Adobe Coldfusion Anthology now!

Re: SOT: IP Geolocation APIs

2013-02-05 Thread Donnie Bachan (Gmail)
Hi Justin, If you have a budget available I would recommend http://www.maxmind.com/en/geolocation_landing. We use the downloadable database. Best Regards, Donnie Bachan Nitendo Vinces - By Striving You Shall Conquer == The

Re: SOT: IP Geolocation APIs

2013-02-05 Thread Justin Scott
If you have a budget available I would recommend http://www.maxmind.com/en/geolocation_landing. We use the downloadable database. Thanks Donnie, that is exactly the kind of service I am looking for. -Justin ~| Order the

Re: SOT: IP Geolocation APIs

2013-02-05 Thread Andrew Scott
Because Ray, this doesn't give you the data. For example country, city and everything else that these services offer. @OP the best service is not the cheapest but it is also the most accurate data. ip2location.com -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+:

Re: SOT: IP Geolocation APIs

2013-02-05 Thread Raymond Camden
Yeah, I got that Andrew many hours ago when he said it was historical data, not active data. ;) I'd argue that Google's Geocode API ( https://developers.google.com/maps/documentation/geocoding/) would provide it for a user along with geolocation if you wanted it for the current user. On Tue,

Re: SOT: IP Geolocation APIs

2013-02-05 Thread Andrew Scott
Yes and at 2500 per day that is quite generous too. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Wed, Feb 6, 2013 at 9:56 AM, Raymond Camden raymondcam...@gmail.comwrote: Yeah, I got that Andrew many hours ago when

Re: SOT: IP Geolocation APIs

2013-02-05 Thread Justin Scott
I'd argue that Google's Geocode API (...) would provide it for a user along with geolocation if you wanted it for the current user. Indeed, we are actually using the Google Geocoder for getting lat/long info for street addresses so that they can be mixed in where available as well. -Justin

Re: SOT: cfhttp geolocation

2013-02-01 Thread John M Bliss
It appears that does not work. Trying my farkakte cookies idea... On Wed, Jan 30, 2013 at 5:22 PM, Dave Watts dwa...@figleaf.com wrote: I understand that Google, etc tries to determine your location via IP, nearby wifi, etc (i.e.

Re: SOT: cfhttp geolocation

2013-02-01 Thread John M Bliss
...which seems like it might be working. On Fri, Feb 1, 2013 at 3:43 PM, John M Bliss bliss.j...@gmail.com wrote: It appears that does not work. Trying my farkakte cookies idea... On Wed, Jan 30, 2013 at 5:22 PM, Dave Watts dwa...@figleaf.com wrote: I understand that Google, etc tries

SOT: cfhttp geolocation

2013-01-30 Thread John M Bliss
I understand that Google, etc tries to determine your location via IP, nearby wifi, etc (i.e. http://support.google.com/maps/bin/answer.py?hl=enanswer=153807 ) I'm wondering how to override this behavior via cfhttp. My first attempt was to use:

Re: SOT: cfhttp geolocation

2013-01-30 Thread John M Bliss
Clunky but I thought of a potential solution (at least for Google): 1. new browser session, logged out of Google, clear all cookies 2. Google something like local florist 3. click Options, Search settings, Location, and specify a new location 4. copy all resulting cookies into

Re: SOT: cfhttp geolocation

2013-01-30 Thread Dave Watts
I understand that Google, etc tries to determine your location via IP, nearby wifi, etc (i.e. http://support.google.com/maps/bin/answer.py?hl=enanswer=153807 ) I'm wondering how to override this behavior via cfhttp. My first attempt was to use:

SOT: Custom 404

2013-01-22 Thread Steve LaBadie
I created a custom 404 page so visitors would see the CF error page. Now I can't see what errors are being produced when developing new dynamic content. Are there any recommendation on how to resolve this? Thanks, Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999

Re: SOT: Custom 404

2013-01-22 Thread Russ Michaels
You only need the custom error page on the live site, simply disable it on your development machine. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Jan 22, 2013 7:37 PM, Steve LaBadie

RE: SOT: Custom 404

2013-01-22 Thread Steve LaBadie
Unfortunately there is no development machine. Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Tuesday, January 22, 2013 2:51 PM To: cf-talk Subject: Re: SOT: Custom

Re: SOT: Custom 404

2013-01-22 Thread Cameron Childress
LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Tuesday, January 22, 2013 2:51 PM To: cf-talk Subject: Re: SOT: Custom 404 You only need the custom error page on the live site

RE: SOT: Custom 404

2013-01-22 Thread Steve LaBadie
, January 22, 2013 3:05 PM To: cf-talk Subject: Re: SOT: Custom 404 In situations like yours I would say the opposite. If you are developing on a live server, you have no production machine, only a development one, deployed in a production environment. Really though, if you have a computer that you use

Re: SOT: Custom 404

2013-01-22 Thread Cameron Childress
On Tue, Jan 22, 2013 at 4:09 PM, Steve LaBadie slaba...@po-box.esu.eduwrote: I am still using MX7. I didn't see any examples of sending via email except for CF 8 and 9 http://www.bennadel.com/blog/932-Ask-Ben-Handling-Errors-With-ColdFusion-CFError.htm -Cameron -- Cameron Childress -- p:

SOT NVCFUG Meeting Jan. 17 Tyson's Corner.

2013-01-14 Thread Larry Lyons
Greetings all, I hope you don't mind the slightly off topic posting. Come and Join Us this Thursday January 17, 2013 at 7PM (MG 6:30-7) at the Fed Biz Office Building (see https://maps.google.com/maps?q=8500+Leesburg+Pike,+Vienna,+VA for directions). Please come out and join us as we

Re: SOT: jquery hide

2013-01-02 Thread Larry Lyons
John, display:none means that the the tag in question will not appear on the page at all (although you can still interact with it through the dom). There will be no space allocated for it between the other tags. Visibility:hidden means that unlike display:none, the tag is not visible, but

Re: SOT: jquery hide

2013-01-02 Thread Steve 'Cutter' Blades
Yes, and jQuery's show() and hide() methods use the 'display' property. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010

RE: SOT: jquery hide

2012-12-17 Thread Stephens, Larry V
FWIW: If you use style=display:none as a part of your tag then you can't see it in design view in DreamWeaver (at least I couldn't). I used a CSS setting to hide it (display:none) and didn't have to remove the class when I used show() - worked just fine.

SOT: jquery hide

2012-12-16 Thread John M Bliss
Hi! I'm using jquery to show/hide div containing primary nav. The problem is that, on heavier pages, the code below does not perform the initial, ready hide fast enough so you can see the nav flash on before it's hidden. What's the best way to address this issue? head script

Re: SOT: jquery hide

2012-12-16 Thread Steve Milburn
Try giving your div a class that includes display=none. This will prevent it from being displayed while the page is initially rendered. You can then remove that class in your document.ready() function. HTH Steve On Sunday, December 16, 2012, John M Bliss wrote: Hi! I'm using jquery to

Re: SOT: jquery hide

2012-12-16 Thread John M Bliss
This seems to work but looks clunky to me. Better solution(s)? .mymenuclass { visibility: hidden; } head script $(document).ready(function () { $( #mymenu ).hide(); $( #mymenu ).css(visibility, visible); }); /script /head On Sun, Dec 16, 2012 at 1:09 PM, John M Bliss

Re: SOT: jquery hide

2012-12-16 Thread Steve Milburn
My personal preference would be to use the display CSS attribute instead of visibility. Also, I would include that setting in a different class that I will not need after the page loads, say myHiddenDiv. Finally, utilize jQuery chaining so you don't have to scan the DOM twice. So your code

Re: SOT: jquery hide

2012-12-16 Thread Scott Weikert
I believe the jquery show()/hide() functions use the display attribute and not the visibility attribute. Not long ago I switched over from using Prototype to jQuery and had to recode hidden divs to use those jQuery functions. On 12/16/12 12:38 PM, Steve Milburn wrote: My personal preference

Re: SOT: jquery hide

2012-12-16 Thread Bryan Stevenson
That is exactly what the $(document).ready(function () is for ;-) When the DOM is loaded - do this stuff to it Cheers On Sun, 2012-12-16 at 13:23 -0600, John M Bliss wrote: This seems to work but looks clunky to me. Better solution(s)? .mymenuclass { visibility: hidden; } head

Re: SOT: jquery hide

2012-12-16 Thread Andrew Scott
John, The correct and best practice way is to use display:none on all the divs that you want to use as show hide, especially if you want them hidden as the page loads. There is no known method that will allow the browser to hide elements on the page when loading, they take the instructions by

Re: SOT: jquery hide

2012-12-16 Thread Steve Milburn
I think you are right. I seem to recall being able to set display:none on an element and then just call .show() when needed. This would negate the need of calling .hide() in the document.ready() function. On Sunday, December 16, 2012, Scott Weikert wrote: I believe the jquery show()/hide()

SOT: div bg hide what's behind it

2012-12-09 Thread John M Bliss
Hi! I'm using jquery to show/hide a div based on mouseover/mouseout. (This is for a primary nav.) The problem I'm having is that I can't get the div to hide what's behind/below it. I tried with background-image and background-color and have: z-index: ; ...on the div and none of that seems

Re: SOT: div bg hide what's behind it

2012-12-09 Thread John M Bliss
Solved. Was missing a position declaration on the div. So this fixed it: position: relative; On Sun, Dec 9, 2012 at 12:55 PM, John M Bliss bliss.j...@gmail.com wrote: Hi! I'm using jquery to show/hide a div based on mouseover/mouseout. (This is for a primary nav.) The problem I'm having is

SOT: returning data from ajax and displaying it..

2012-09-14 Thread Greg Morphis
I've got this code: myspan.innerHTML += 'ul' for(i=0; ipresentation.DATA.length; i++) { myspan.innerHTML += 'li class=grey_homepage_texta href=' + presentation.DATA[i][presentation.COLUMNS.findIdx('PATH')] + '' + presentation.DATA[i][presentation.COLUMNS.findIdx('TITLE')] +

Re: SOT: returning data from ajax and displaying it..

2012-09-14 Thread Greg Morphis
Got it.. I just made a long string and then at the end set the innerHTML value to the string.. works like a charm! On Fri, Sep 14, 2012 at 2:15 PM, Greg Morphis gmorp...@gmail.com wrote: I've got this code: myspan.innerHTML += 'ul' for(i=0; ipresentation.DATA.length; i++) {

Re: SOT: Thoughts on Hostek?

2012-09-05 Thread Brian Anderson
At Hostek.com we are proud to serve and support the CF community. In researching, I believe it was a couple years ago when the previous poster about phone support was with us. Sure, we were not perfect then and still have areas to improve on; hey, we're honest :) Since then we have doubled

Re: SOT: Thoughts on Hostek?

2012-09-05 Thread Money Pit
My experience with Viviotech has been nothing short of stellar. I think all told between myself and the people I am still responsible for, I have maybe 8 VPS' running a variety of things over there, including CF. I saved a fortune over my former discrete dedicated servers and paid almost no

RE: SOT: Thoughts on Hostek?

2012-09-05 Thread Eric Bourland
Viviotech remains in that small-company/high-quality mode. I second that. I've got two VPSes there. They are good people. -Original Message- From: Money Pit [mailto:websitema...@gmail.com] Sent: Wednesday, September 05, 2012 3:41 PM To: cf-talk Subject: Re: SOT: Thoughts on Hostek

Re: SOT: Thoughts on Hostek?

2012-09-05 Thread Gerald Guido
In the typical cycle of hosting company growth (with the inevitable accompanying service+quality decay) Viviotech remains in that small-company/high-quality mode. 1++. One more thing I would like to add to this is that when they set their machines up they lock them down and add security

Re: SOT: Thoughts on Hostek?

2012-09-05 Thread Rob Voyle
Hi Folks I would also put in a big plug for kickassvps, Brian Emerson and his crew. Their tech support is very responsive and outages in the past few years virtually nonexistent. Rob Robert J. Voyle, Psy.D. Director, Clergy Leadership Institute For Coaching and Training in Appreciative

Re: SOT: Thoughts on Hostek?

2012-08-31 Thread Brian Thornton
I would avoid... I'm glad they are helping the CF community at tradeshows and conferences but the lack of phone support really is noticeable compared to the fortune 500 that host CF.\Try Rackspace, intermedia.net or HostMySite.com On Thu, Aug 30, 2012 at 9:35 PM, .jonah jonah@creori.com

Re: SOT: Thoughts on Hostek?

2012-08-31 Thread Matt Quackenbush
I am biased as hell (no, I don't make a penny from my bias), but I would strongly urge you to have your client go with Vivio instead. You **will not** find a better host in the CFML world. Period. https://www.viviotech.net/ On Thu, Aug 30, 2012 at 8:41 PM, Jordan Michaels

Re: SOT: Thoughts on Hostek?

2012-08-31 Thread Gerald Guido
You **will not** find a better host in the CFML world. Period. 1++ for what Matt said. Hands down the best hosting company I have ever dealt with and I have had (and worked for a couple) a lot of hosting companies. G! On Fri, Aug 31, 2012 at 4:08 PM, Matt Quackenbush

Re: SOT: Thoughts on Hostek?

2012-08-31 Thread .jonah
Thanks All. On 8/31/12 1:17 PM, Gerald Guido wrote: You **will not** find a better host in the CFML world. Period. 1++ for what Matt said. Hands down the best hosting company I have ever dealt with and I have had (and worked for a couple) a lot of hosting companies. G! On Fri, Aug 31,

Re: SOT: Thoughts on Hostek?

2012-08-31 Thread Russ Michaels
You can find some good host reviews over at forta.com and brownbook.net If your in usa i would recommend edge web hosting If your in uk, give us a try, cfmxhosting.co.uk Regards Russ Michaels On Aug 31, 2012 9:28 PM, .jonah jonah@creori.com wrote: Thanks All. On 8/31/12 1:17 PM, Gerald

Re: SOT: Thoughts on Hostek?

2012-08-31 Thread Maureen
I agree completely about Vivio. Great folks. On Fri, Aug 31, 2012 at 1:17 PM, Gerald Guido gerald.gu...@gmail.comwrote: You **will not** find a better host in the CFML world. Period. 1++ for what Matt said. Hands down the best hosting company I have ever dealt with and I have had (and

  1   2   3   4   5   6   7   8   9   10   >