Hope everyone had a good Turkey Day.
I finished the SQL for the TMC. Creates the tables and stored procs and creates an admin user.
Don’t be shy to ask questions.
Link to file.
Hope everyone had a good Turkey Day.
I finished the SQL for the TMC. Creates the tables and stored procs and creates an admin user.
Don’t be shy to ask questions.
Link to file.
Gotta love the internet and the fates, those sly greek chicas.
A few days ago I came across some one’s blog posting about his articles in the Oct CFDJ. I can’t remember where I saw that, but I did download the PDF version. I didn’t read it at that time, but I scanned the cover.
Jump a few hours into the day, one of my clients is talking about an unscoped feature on the site I’m building for him. A search based on zip code proximity, didn’t I just see that somewhere? I did, the Oct CFDJ had an article by Troy Pullis on his implementation of a proximity search.
I read his article and he points to his source of inspiration, an article on webmonkey by none other than my new Pal Rob Capili. I met Rob at Flex training a few weeks ago. I had him send me his code (I couldn’t get webmonkey to load for whatever reason) and away I went. Thanks to his code and article, and Troy’s article in the CFDJ, my un-spec’ed search page was done in an hour or so, including my 5$ zipcode database.
Gotta love the CF Community.
I’ve never been a big fan of CSS. No real reason, it just seemed like such a PITA. And it is really, let’s be honest.
BUT
I’m working on a site for a client and they want it mostly CSS. More search engine friendly and all. I know enough CSS to fill a shot glass. Prefer other things in my shot glasses, but my CSS knowledge will if needed fit there.
My buddy Tom used one of our co-workers’ books on CSS, and said it had helped him with his immediate need. So.. off to the local B&N I went.
The local B&N actually has a really good section for computer books, I was impressed, and had I not been in a hurry to get back to the house and get working, I woulda stuck around a while.Seeing as I was at a book store I couldn’t come away with just one book, especially if the one ended up not be the one I need. So I picked up the O’Reilly offering on CSS as well. They tend to be pretty good books.
I am well on my way to really digging CSS. It certainly takes some getting used to but it sure is nice once you get going. This site I’m working on is pretty easy to tweak when I need to change a color or nudge something to the left. I’ve really been missing out.
A client of my client recently had me make their site Search Engine friendly. Was quite an interesting project. I had never really looked into SEO, and SES stuff before. Gave me a chance to get a little insight into how the search engines work in relation to dynamic sites.
We used <cf_fake_url> to accomplish the ses conversion. It actually made the transition quite easy. A few pages required some tweaking with how they pass variables but otherwise it was a simple matter of changing all <A href> tags to use page.cfm/var/value/var/value. Worked rather well I must say.