Re: Show me some CF Photos

2012-02-29 Thread Russ Michaels

haha, Ray clearly has too much free time

On Wed, Feb 29, 2012 at 6:29 AM, Paul Hastings p...@sustainablegis.comwrote:


 On 2/29/2012 9:37 AM, Raymond Camden wrote:
 
  Maybe some of us _shouldn't_ be seen. ;)

 you mean like these?

 http://twitpic.com/2y6t25
 http://twitpic.com/2y3f1d




 -
 No virus found in this message.
 Checked by AVG - www.avg.com
 Version: 2012.0.1913 / Virus Database: 2114/4840 - Release Date: 02/28/12



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350158
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Remove all CF comments

2012-02-29 Thread Steve 'Cutter' Blades

Beautiful sentiment, *if* you didn't inherit a 3500 template legacy 
application originally written on CF 4.

Both (comments and TDD) have their place. Fact is, what is simple and 
clear and second nature for me is Greek to a noob, and I train those all 
of the time. Comments are for those who come behind, remembering that 
not all of them share my level of skill (or my preconceptions of what is 
right and wrong to do).

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
https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces/book

The best way to predict the future is to help create it


On 2/28/2012 8:36 PM, James Holmes wrote:
 Those using comments to plan code probably don't have any tests. Tests are
 essential to allow re-factoring with confidence; comments don't provide
 that benefit. This is not a religious belief, it's  something that can be
 demonstrated the first time you want to maintain a 1500 line file and all
 you have are comments.

 In TDD, the test is written first. It expresses the design for the code to
 follow. When the code is then re-factored, it ensures the code still meets
 the original design.

 --
 Shu Ha Ri: Agile and .NET blog
 http://www.bifrost.com.au/




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350159
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Remove all CF comments

2012-02-29 Thread Steve 'Cutter' Blades

Mike,

He's not a condescending troll, just passionate in what he believes. 
Which is fine, if he also respects that other's beliefs, while 
different, are not necessarily 'wrong'.

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
https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces/book

The best way to predict the future is to help create it


On 2/28/2012 11:27 PM, Michael Stemle wrote:
 You're a condescending troll, and I'm done here. Have a great day.

 --
 ~ Mike Stemle, Jr.

 On Feb 28, 2012, at 21:56, James Holmesjames.hol...@gmail.com  wrote:

 And TDD is the easiest way to cover the re-factoring necessary to prevent
 1500 line files from turning up. It's also the easiest way to come up with
 the good designs that are equally as necessary.

 Dev shops who've implemented TDD can and do easily measure the improvement
 in code quality scientifically. Indicators such as number of defects
 discovered post-deployment (or even during development) are a tangible,
 improvable measurement.

 Seriously, instead of being offended, try reading more on Agile practices.
 This stuff actually works and produces measurably better results
 and measurably better value for your clients (which is what it's all about).

 --
 Shu Ha Ri: Agile and .NET blog
 http://www.bifrost.com.au/


 On 29 February 2012 09:48, Michael Stemlethemanchic...@gmail.com  wrote:

 In properly designed code you don't have 1500-line files. Now that I've
 made my ridiculous assertion can we please move on?

 This is just silly, and there is no actual reason behind your assertion,
 merely an arrogant assertion that you know how everyone else's applications
 are written, and that you have - at long last - discovered a unifying
 theory in computer science.

 Tests are great, useful, and absolutely vital to modern development
 practice... but they are a poor substitute for documentation or debuggers.

 --
 ~ Mike Stemle, Jr.

 On Feb 28, 2012, at 19:36, James Holmesjames.hol...@gmail.com  wrote:

 Those using comments to plan code probably don't have any tests. Tests
 are
 essential to allow re-factoring with confidence; comments don't provide
 that benefit. This is not a religious belief, it's  something that can be
 demonstrated the first time you want to maintain a 1500 line file and all
 you have are comments.

 In TDD, the test is written first. It expresses the design for the code
 to
 follow. When the code is then re-factored, it ensures the code still
 meets
 the original design.

 --
 Shu Ha Ri: Agile and .NET blog
 http://www.bifrost.com.au/


 On 29 February 2012 08:45, Michael Stemlethemanchic...@gmail.com
 wrote:
 We are in disagreement. Some of us actually use comments as a way of
 planning and maintaining our code.




 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350160
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cfpdf and cfzip without writing to disk

2012-02-29 Thread David Mineer Jr

I want to take a pdf, add a watermark and then add that file to a zip
folder.  I want the original file to stay where it is, without the
watermark.  But the new pdf with the watermark should be added to the pdf
file.

I also want everything but the original deleted when the page finishes and
the customer downloads the zip file.

Do I have to write the modified pdf (the one with the watermark) to disk to
be able to add it the zip?  I can't seem to get cfzip to take the pdf
variable. I can only get cfzip to read from disk.

TIA

---
David Mineer Jr
-
The critical ingredient is getting off your
butt and doing something. It's as simple
as that. A lot of people have ideas, but
there are few who decide to do
something about them now. Not
tomorrow. Not next week. But today.
The true entrepreneur is a doer.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350161
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Arabic / Other languages POI Excel Writing

2012-02-29 Thread IT (Pradeep Viswanathan)

Leigh, 

It worked!!! Thanks :D I used the same source with CF 8 and 9 and it works 
properly in CF 9.

Looking into the bin folder, I find few poi*.jar, Guess updating few with the 
new versions will solve the issue. 

Please let me know if you have any inputs

Thx  rgds,
Pradeep Viswanathan R
 
-Original Message-
From: IT (Pradeep Viswanathan) 
Sent: Wednesday, February 29, 2012 1:19 AM
To: cf-talk@houseoffusion.com
Subject: RE: Arabic / Other languages POI Excel Writing

I would not say it is the CFC, rather I would say it's POI or I should Unicode 
the data before sending it to POI.

I am using CF8 , will test it out on different version and get back. Also 
noticed that this issue also exists if use a cfheader with excel, will post 
some samples in the morning 

Data I remember CFdumping it to the screen it was all right. 

-Original Message-
From: Leigh [mailto:cfsearch...@yahoo.com] 
Sent: Wednesday, February 29, 2012 1:14 AM
To: cf-talk
Subject: Re: Arabic / Other languages POI Excel Writing


Are you sure it is a problem with the cfc? The first thing to check is whether 
your data is stored properly as unicode. If you output the characters on 
screen, do they display properly?



I have never used cfHSSF, but all three (cfHSSF, POUtitlity and cfspreadsheet) 
use POI internally. So the behavior should be similar.  I imagine the biggest 
differences would be the version you are using. CF7 includes a much older 
version of POI than CF9 (2.x vs 3.x).



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350162
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Remove all CF comments

2012-02-29 Thread Bryan Stevenson

Bingo Steve...well said!

On Wed, 2012-02-29 at 08:25 -0500, Steve 'Cutter' Blades wrote:

 Beautiful sentiment, *if* you didn't inherit a 3500 template legacy 
 application originally written on CF 4.
 
 Both (comments and TDD) have their place. Fact is, what is simple and 
 clear and second nature for me is Greek to a noob, and I train those all 
 of the time. Comments are for those who come behind, remembering that 
 not all of them share my level of skill (or my preconceptions of what is 
 right and wrong to do).
 
 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
 https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces/book



-- 


Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: br...@electricedgesystems.com
web: www.electricedgesystems.com
 
Notice:
This message, including any attachments, is confidential and may contain
information that is privileged or exempt from disclosure. It is intended
only for the person to whom it is addressed unless expressly authorized
otherwise by the sender. If you are not an authorized recipient, please
notify the sender immediately and permanently destroy all copies of this
message and attachments.
Please consider the environment before printing this e-mail



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350163
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Arabic / Other languages POI Excel Writing

2012-02-29 Thread Leigh

 I used the same source with CF 8 and 9 and it works properly in CF 9.
Good to hear!  I guess some of the changes between poi v2.5 (CF8) and v3.5 
(CF9) must have involved unicode  :)


 Guess updating few with the new versions will solve the issue. 
If they are compatible with CF8, yes.  (I do not know). Just keep in mind the 
POI jars are also used by CF8. So there is the possibility updating the jars 
*might* break other things.


-Lei

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350164
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfpdf and cfzip without writing to disk

2012-02-29 Thread Dave Watts

 Do I have to write the modified pdf (the one with the watermark) to disk to
 be able to add it the zip?  I can't seem to get cfzip to take the pdf
 variable. I can only get cfzip to read from disk.

You could save to a RAM disk in CF 9.

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 provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350165
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Remove all CF comments

2012-02-29 Thread Dave Watts

 Seriously, instead of being offended, try reading more on Agile practices.
 This stuff actually works and produces measurably better results
 and measurably better value for your clients (which is what it's all about).

I think people are offended more from your tone than your advocacy of
TDD. While tests are great - and they are! - they don't fulfill all of
the purposes of comments.

Let me give you an example. Recently, I built a J2EE web app that
interacts with a Google Search Appliance. I used TDD, and that worked
out well. But I still needed to add at least one comment. I was using
a Java API that let my app talk to the GSA, and that API can
automatically make HTTP requests. Or, you can do that part yourself,
using java.net or Apache HTTPClient or whatever. I chose to use Apache
HTTPClient, although it wasn't actually needed by my app, because it
would in the future allow me to do some additional things, like
authentication handling or modifying the request URL. Now, I couldn't
very well build those into my tests, but I thought it was worth
commenting on for the people who'll maintain that code. There were a
couple of other things that I did myself instead of relying on the API
to do these things, for various reasons, and I commented those too.

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 provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350166
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Remove all CF comments

2012-02-29 Thread Dominic Watson

Quite, commenting on choices of approach can be hard/impossible to
document through the names of tests. Things such as:

// this may seem odd, but we do x, y, z for a performance benefit - do
not be tempted to rewrite this as a, b, c

Or, as I once found:

cfif I have fixed this EQ yes I have
// many lines of code
/cfif

Ok, so that last one was a bad (but true), example.

On 29 February 2012 19:12, Dave Watts dwa...@figleaf.com wrote:

 Seriously, instead of being offended, try reading more on Agile practices.
 This stuff actually works and produces measurably better results
 and measurably better value for your clients (which is what it's all about).

 I think people are offended more from your tone than your advocacy of
 TDD. While tests are great - and they are! - they don't fulfill all of
 the purposes of comments.

 Let me give you an example. Recently, I built a J2EE web app that
 interacts with a Google Search Appliance. I used TDD, and that worked
 out well. But I still needed to add at least one comment. I was using
 a Java API that let my app talk to the GSA, and that API can
 automatically make HTTP requests. Or, you can do that part yourself,
 using java.net or Apache HTTPClient or whatever. I chose to use Apache
 HTTPClient, although it wasn't actually needed by my app, because it
 would in the future allow me to do some additional things, like
 authentication handling or modifying the request URL. Now, I couldn't
 very well build those into my tests, but I thought it was worth
 commenting on for the people who'll maintain that code. There were a
 couple of other things that I did myself instead of relying on the API
 to do these things, for various reasons, and I commented those too.

 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 provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350167
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfpdf and cfzip without writing to disk

2012-02-29 Thread Raymond Camden

I believe CFPDF is one of the things you can't use with VFS. Check the
docs to be sure.


On Wed, Feb 29, 2012 at 12:49 PM, Dave Watts dwa...@figleaf.com wrote:

 Do I have to write the modified pdf (the one with the watermark) to disk to
 be able to add it the zip?  I can't seem to get cfzip to take the pdf
 variable. I can only get cfzip to read from disk.

 You could save to a RAM disk in CF 9.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350168
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Problem with CFFTP

2012-02-29 Thread Rick Root

So, we have a process that uses CFFTP to retrieve a file from a server.
 We're running CF 8.01.

This has been working fine until today, when the file we needed to retrieve
had the archive bit set on the server, and CFFTP seems to be ignoring it.

cfftp
action = open
username = uname
password = pword
server = Pserver passive=yes
connection = myFtp

cfftp action=CHANGEDIR server=  username= password=
stoponerror=Yes directory=Data_out connection=myFtp
cfftp action=listdir directory=. name=files connection=myFtp

cfdump var=#files#
cfftp action=CLOSE connection=myFTP

I can see the file with regular DOS FTP but it isn't in the list using
CFFTP.  The only noticeable file difference is that the file has the
archive bit set for some reason.

The remote server is Windows running FileZilla Server.

-- 
*The beatings will continue until morale improves.*


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350169
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfpdf and cfzip without writing to disk

2012-02-29 Thread David Mineer Jr

Ray's right, cfpdf doesn't work with VFS. I did see that in the docs.

---
David Mineer Jr
-
The critical ingredient is getting off your
butt and doing something. It's as simple
as that. A lot of people have ideas, but
there are few who decide to do
something about them now. Not
tomorrow. Not next week. But today.
The true entrepreneur is a doer.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350170
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFDeveloper.com

2012-02-29 Thread Cameron Childress

Brian-

I applaud your efforts in passing along opportunities, but if you are
going to build a bot to push these out I'd suggest the following to
curb it's enthusiasm.

- Only post new jobs as they become available, assume people have seen
the old ones already.
- Do not post the same job more than once, this list has an archive

-Cameron

On Tue, Feb 28, 2012 at 9:02 PM, Brian Thornton br...@cfdeveloper.com wrote:

 Rob-

 There's nothing going on twitter. Jobs I don't bid on I pass along.
 What are you talking about?

 On Tue, Feb 28, 2012 at 8:59 PM, RobG snarfb...@yahoo.com wrote:

 Yes.  I've blocked him on Twitter because he's doing the same crap there 
 too.  I'm about to setup an email filter as well.


 
  From: OSS b...@open-source-staffing.com
 To: cf-jobs cf-j...@houseoffusion.com
 Sent: Tuesday, February 28, 2012 7:45 PM
 Subject: CFDeveloper.com


 Is anyone else receiving these jobs 400 times each?  =(

 Thank you,
 Beau J. Gould
 --
 Open Source Staffing
 http://opensourcestaffing.wordpress.com
 opensourcestaffing|AT|gmail.com
 Follow me @ossjobs - New jobs posted daily. Full time, contract and
 telecommute.




 -Original Message-
 From: cfdeveloper@cfdeveloper.com
 [mailto:cfdeveloper@cfdeveloper.com]
 Sent: Tuesday, February 28, 2012 6:31 PM
 To: cf-jobs
 Subject: (JOB) Front-End Developer (Pioneer Square) Seattle,WA


 FROM http://www.CFDeveloper.com

 Please see http://seattle.craigslist.org/see/web/2876095945.html for this
 job posting.


 Our creative agency is in search of a talented web developer to assist with
 projects on a contract basis, with opportunities for expansion. You will
 work directly with an interactive producer and creative team to transform
 concepts into beautiful, fully-functional websites, e-mails, banners and
 other digital environments.br br Required Skills:br Expansive
 knowledge of current web technologies, their capabilities, and
 advantages/disadvantages of eachbr Strong working knowledge of both
 W3C-valid (X)HTML and table-based layouts/HTML e-mails, CSS, JavaScript, and
 CMS integration (Drupal or Wordpress)br Proficiency working in Adobe
 Creative Suite, preparing images for web-ready distributionbr Solid
 understanding of SEO best practicesbr Solid understanding of social media
 technologies and integrating with their APIsbr br Preferred Skills:br
 Knowledge of HTML5 and CSS3br Knowledge of AJAX web developmentbr
 Knowledge of SQL or other web database technologiesbr Knowledge of other
 cross-platform server-side scripting/programming languages for web
 application development (PHP, Perl, Python, Ruby on Rails, Java, ColdFusion)
 and database integrationbr Knowledge of other CMS packages (Joomla,
 ExpressionEngine)br Knowledge of mobile web development (Mobile
 Safari/Android, Blackberry Browser)br Experience with web advertising
 platforms such as Google AdSense, Google AdWordsbr Skills with Adobe Flash
 and/or ActionScriptbr br br This is a contract-to-hire position.
 Applicants should submit their resume and portfolio.br This position will
 close on March 15th, 2012.







 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-jobs-talk/message.cfm/messageid:4506
Subscription: http://www.houseoffusion.com/groups/cf-jobs-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-jobs-talk/unsubscribe.cfm


Re: CFDeveloper.com

2012-02-29 Thread Phillip Vector

You might also want to make sure that the ads are for ColdFusion. :) I
think I saw a few that were PHP only. :)

On Wed, Feb 29, 2012 at 7:09 AM, Cameron Childress camer...@gmail.com wrote:

 Brian-

 I applaud your efforts in passing along opportunities, but if you are
 going to build a bot to push these out I'd suggest the following to
 curb it's enthusiasm.

 - Only post new jobs as they become available, assume people have seen
 the old ones already.
 - Do not post the same job more than once, this list has an archive

 -Cameron

 On Tue, Feb 28, 2012 at 9:02 PM, Brian Thornton br...@cfdeveloper.com wrote:

 Rob-

 There's nothing going on twitter. Jobs I don't bid on I pass along.
 What are you talking about?

 On Tue, Feb 28, 2012 at 8:59 PM, RobG snarfb...@yahoo.com wrote:

 Yes.  I've blocked him on Twitter because he's doing the same crap there 
 too.  I'm about to setup an email filter as well.


 
  From: OSS b...@open-source-staffing.com
 To: cf-jobs cf-j...@houseoffusion.com
 Sent: Tuesday, February 28, 2012 7:45 PM
 Subject: CFDeveloper.com


 Is anyone else receiving these jobs 400 times each?  =(

 Thank you,
 Beau J. Gould
 --
 Open Source Staffing
 http://opensourcestaffing.wordpress.com
 opensourcestaffing|AT|gmail.com
 Follow me @ossjobs - New jobs posted daily. Full time, contract and
 telecommute.




 -Original Message-
 From: cfdeveloper@cfdeveloper.com
 [mailto:cfdeveloper@cfdeveloper.com]
 Sent: Tuesday, February 28, 2012 6:31 PM
 To: cf-jobs
 Subject: (JOB) Front-End Developer (Pioneer Square) Seattle,WA


 FROM http://www.CFDeveloper.com

 Please see http://seattle.craigslist.org/see/web/2876095945.html for this
 job posting.


 Our creative agency is in search of a talented web developer to assist with
 projects on a contract basis, with opportunities for expansion. You will
 work directly with an interactive producer and creative team to transform
 concepts into beautiful, fully-functional websites, e-mails, banners and
 other digital environments.br br Required Skills:br Expansive
 knowledge of current web technologies, their capabilities, and
 advantages/disadvantages of eachbr Strong working knowledge of both
 W3C-valid (X)HTML and table-based layouts/HTML e-mails, CSS, JavaScript, and
 CMS integration (Drupal or Wordpress)br Proficiency working in Adobe
 Creative Suite, preparing images for web-ready distributionbr Solid
 understanding of SEO best practicesbr Solid understanding of social media
 technologies and integrating with their APIsbr br Preferred Skills:br
 Knowledge of HTML5 and CSS3br Knowledge of AJAX web developmentbr
 Knowledge of SQL or other web database technologiesbr Knowledge of other
 cross-platform server-side scripting/programming languages for web
 application development (PHP, Perl, Python, Ruby on Rails, Java, ColdFusion)
 and database integrationbr Knowledge of other CMS packages (Joomla,
 ExpressionEngine)br Knowledge of mobile web development (Mobile
 Safari/Android, Blackberry Browser)br Experience with web advertising
 platforms such as Google AdSense, Google AdWordsbr Skills with Adobe Flash
 and/or ActionScriptbr br br This is a contract-to-hire position.
 Applicants should submit their resume and portfolio.br This position will
 close on March 15th, 2012.









 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-jobs-talk/message.cfm/messageid:4507
Subscription: http://www.houseoffusion.com/groups/cf-jobs-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-jobs-talk/unsubscribe.cfm