Been Very Stressed Lately

Posted March 19, 2008 at 10:08 AM by Ben Nadel

Tags: ColdFusion, Life

You may have noticed that my blogging has been really scarce lately. I have been super stressed at work and racing for some deadlines that are coming up on me very soon. This stress is not only eating up my free time, it has eaten up my creativity. I can't seem to get the juices flowing knowing that I have so much to do. The whole thing has put a bit of a hamper on my mood. Hopefully, I can just muscle through this and get my work done.

But, I have been getting some good stuff done. I have been working on the ColdFusion custom tags for my Excel creation with the POI library. It's actually proving easier than I thought. I already have the tags working for basic multi-sheet creation with output to either a file path and/or a ColdFusion variable (as a Byte Array Output Stream)- just about what the POIUtility.cfc was capable of doing. Now, I have to start adding in the bells and whistles like CSS support and date / number formatting as well as sheet-based query support to allow alternate output.

It might be rocky over the next week or two, but I will try to get back in the blogosphere.



Reader Comments

Mar 19, 2008 at 1:04 PM // reply »
5 Comments

I developed a site with ColdFusion last year and loved the easy learning curve that it had. I have since looked at PHP and to be honest I just don't have the time to learn it as I am very busy designing and developing websites. I really just scratched the surface of ColdFusion but it is something I will return to soon.

I found the articles and information at Kinky Solutions to be really insightful at the time; it's actually how I found the site in the first place, looking for answers. Anyway...keep it up.


Mar 19, 2008 at 1:27 PM // reply »
10,640 Comments

@Pete,

I really appreciate that. Thanks for cheering me up :)


Mar 19, 2008 at 2:24 PM // reply »
33 Comments

I feel your pain, because I'm in the same boat! I've only made 2 entries on my blog this month. I've been swamped at my day job, and swamped with some consulting/moonlighting projects I've been working on. I haven't even played a video game in over 2 months. I'm hoping things simmer down soon.

Hang in there man!


Mar 19, 2008 at 2:25 PM // reply »
14 Comments

Ya, we all love you Ben! Kinky Solutions is the first slot of my trillian RSS aggregator. Always a pleasure.

-Brian


Mar 19, 2008 at 5:13 PM // reply »
134 Comments

Your blog is the singular reason I have refrained from joining a terrorist organization.

You're basically an unspoken hero.

The bikini pictures didn't hurt either.


Mar 19, 2008 at 5:16 PM // reply »
10,640 Comments

Thanks for the support fellas. Hopefully, should be back in the swing of things soon enough.


Tim
Mar 19, 2008 at 6:44 PM // reply »
1 Comments

I am sure you will get through it! This is my first comment to one of your posts, but I really felt inclined to leave a message on this subject. Anyways, I am sure I speak for most of your readers when I say that we will all be here when you do get through it all.


Mar 19, 2008 at 6:52 PM // reply »
10,640 Comments

@Tim,

Thanks a lot my man :)


Mar 20, 2008 at 5:12 AM // reply »
1 Comments

Ben,

Don't worry for postings. We do understand you have a busy life. We do appriciate you spending your time for sharing your knowledge with us.

First of all, enjoy life!


Apr 4, 2008 at 5:17 AM // reply »
11 Comments

Stress...
It makes you feel good once you relieve that stress.
Like finishing a huge exam you studied ages for.

Good luck.


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 12, 2012 at 3:37 AM
Learning ColdFusion 8: CFImage Part III - Watermarks And Transparency
Hi Ben, Just to ask currently it is placed bottom right corner, if i need to replace the same rendered image on the bottom left side or in the bottom center, how that can be calculated. bottom ce ... read »
Feb 11, 2012 at 9:29 PM
Use jQuery's SlideDown() With Fixed-Width Elements To Prevent Jumping
I can't say how glad I am that I found your post. Thank you very much. ... read »
Feb 10, 2012 at 7:21 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
Update! Instead of $(eval(options.insertAfter)).after(data['insertData']); I now use: var ajaxNode = document.createElement('span'); var parent = $(eval(options.insertAfter))[0].parentNode; ... read »
Feb 10, 2012 at 6:18 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
encountered this same, what I consider, jQuery bug last week. I'm building a site in which I load some content via AJAX. This content contains Linkedin share button placeholders which Linkedin API ne ... read »
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »