jonathan.evengame.com jonathan.evengame.com

jonathan.evengame.com

Jonathan's Tech Blog - Leveling the playing field

This is my programming blog. This is mostly for my consumption but if you find it helpful then feel free. My personal blog is

http://jonathan.evengame.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR JONATHAN.EVENGAME.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Tuesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.7 out of 5 with 12 reviews
5 star
8
4 star
4
3 star
0
2 star
0
1 star
0

Hey there! Start your review of jonathan.evengame.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.4 seconds

CONTACTS AT JONATHAN.EVENGAME.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Jonathan's Tech Blog - Leveling the playing field | jonathan.evengame.com Reviews
<META>
DESCRIPTION
This is my programming blog. This is mostly for my consumption but if you find it helpful then feel free. My personal blog is <a href='www.jonperret.com'
<META>
KEYWORDS
1 jonperret com
2 jonathan's tech blog
3 jonathan perret
4 coldbox
5 coldfusion
6 are you u
7 it's because steve
8 wirebox
9 component
10 extends
CONTENT
Page content here
KEYWORDS ON
PAGE
jonperret com,jonathan's tech blog,jonathan perret,coldbox,coldfusion,are you u,it's because steve,wirebox,component,extends,baseservice,this,remote,query,function,test,numeric,param1 =,param2 =,arguments,writedump,local,abort ;,style,type,text/css,news 1
SERVER
Microsoft-IIS/8.5
POWERED BY
ContentBox Modular CMS
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Jonathan's Tech Blog - Leveling the playing field | jonathan.evengame.com Reviews

https://jonathan.evengame.com

This is my programming blog. This is mostly for my consumption but if you find it helpful then feel free. My personal blog is <a href='www.jonperret.com'

INTERNAL PAGES

jonathan.evengame.com jonathan.evengame.com
1

Elastic Email File Upload for attachments and mail merges

http://jonathan.evengame.com/blog/elastic-email-file-upload-for-attachments-and-mail-merges

Leveling the playing field. Elastic Email File Upload for attachments and mail merges. Here is a simple function for use with Elastic Email for uploading files. The file can then be used for mail merges or sent as an attachment. If you look at my previous post you will see:. LOCALhttpService.addParam(type="formfield",name="data source",value=ARGUMENTS.myBean.getMergeName() ;. Public string function elasticEmailUpload(upLoadName,fileName). LOCALhttpService = new http();. This is my programming blog. T...

2

Jonathan's Tech Blog - Leveling the playing field

http://jonathan.evengame.com/blog?page=2

Leveling the playing field. Elastic Email from a Bean using a template. This is just like my query post except it's from a bean. For those that aren't familiar with a bean, I use Coldbox. As my MVC framework of choice which can then populate the bean. Public string function sendElasticEmailFromBean(myBean). LOCALhttpService = new http();. LOCALhttpService.setUrl(THIS.SENDURL);. LOCALhttpService.addParam(type="formfield",name="username",value=THIS.USERNAME);. LOCALhttpService.addParam(type="formfield"...

3

Jonathan's Tech Blog - Leveling the playing field

http://jonathan.evengame.com/blog/category/contentbox

Leveling the playing field. Trying to use the page in an non-page page. I have the following in my layout:. In the pagesidebar view I have. When I try to search, I'm getting:. This probably means you are trying to use the page in an non-page page! Why can't I do this? This is included the in the default layout that comes with contentbox? If I can't do this shouldn't it be removed? Making pretty URLs when using widgets and ContentBox. If I do /tournaments/tournament-page/. ContentBox Recent Pages Widget.

4

Coldfusion 11 Update 3 has an issue with using HTTP to put files

http://jonathan.evengame.com/blog/coldfusion-11-update-3-has-an-issue-with-using-http-to-put-files

Leveling the playing field. Coldfusion 11 Update 3 has an issue with using HTTP to put files. So I've blogged about all this Elastic Email. Stuff One of things that I do is create csv files that are then posted via API using http to Elastic Email using the mail merge API. As the updater says. But it also introduces a cfscript http put bug. Notify me of follow-up comments by email. Enter the security code shown above:. Using remote functions with JQuery but you want to use XML pass the query paramters?

5

Using remote functions with JQuery but you want to use XML pass the query paramters?

http://jonathan.evengame.com/blog/using-remote-functions-with-jquery-but-you-want-to-use-xml-pass-the-query-paramters

Leveling the playing field. Using remote functions with JQuery but you want to use XML pass the query paramters? Sing remote functions with JQuery but you want to use XML pass the query parameters? If you aren't you should be. Well, why in the heck would I suggest such a thing? Had the brilliant idea to reduce execution plans on the database. Says, "why can you just generate XML like you always do? Well as most Coldboxers. Doesn't have a way to intercept that." ( Thank you Brad. What does this mean?

UPGRADE TO PREMIUM TO VIEW 6 MORE

TOTAL PAGES IN THIS WEBSITE

11

LINKS TO THIS WEBSITE

steve.evengame.com steve.evengame.com

json to xml to table

http://steve.evengame.com/blog/json-to-xml-to-table

Select * From WHAT? Json to xml to table. Many of you may have this issue, my front end developer Jonathan Perret. Came to me with a problem. He wanted to quit saving multiple line tables with update data one cell/row at a time. So, let's look at this sample:. We have all seen forms like this before and don't know what to do with it. Here is the link to my sample form, http:/ www.evengame.com/demo/formSubmit. Cfargument name="data" type="array" required="true" hint="The array to convert". Cfif isSimpleVa...

steve.evengame.com steve.evengame.com

Steve's Tech Blog - Select * From WHAT?

http://steve.evengame.com/blog?page=1

Select * From WHAT? We start with some simple input fields that come back like this. First we do a simple input page. Form method="post" action="/general/stripandsend" textarea name="inputFields" rows="20" cols="150" /textarea br Field Counter Start input type="text" name="fieldCounterStart" value=1 input type="submit" name="submit" value="GET IT BABY" /form. This submits to my handler which does all of the business logic on stripping the code. This actually sets the classes and then passes off to SQL.

steve.evengame.com steve.evengame.com

Binary Base64 data in xml field

http://steve.evengame.com/blog/binary-base64-data-in-xml-field-a54f0

Select * From WHAT? Binary Base64 data in xml field. And I were working on our new solution for HTML5 based documents that we can populate with data from the database and save data entered by clients and produce PDF files for government applications. So, I Jonathan sends m some sample xml telling me my function is broke and it looks something like. Xml version="1.0" encoding="UTF-8"? Array item struct fieldname SIGNATURE1 /fieldname fieldvalue data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOkAAAAlCAYAAAC...

evengame.com evengame.com

Welcome to Even Game : About

http://www.evengame.com/page/view/about-us

Welcome to Even Game. Our mission is to "EVEN" the "GAME" for small and medium business through our technology. Anyone can build you a website that brings you business but it is the tool you use to run. We build websites that help you run your business. This allows you to manage your. Business from anywhere giving you the business onwer the edge needed in the market place. CONTACT US TO GET STARTED. Why not consolidate and run your entire business from the website? Steve Allison - Co-founder. Degree in a...

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL LINKS TO THIS WEBSITE

5

OTHER SITES

jonathan.eclair.over-blog.com jonathan.eclair.over-blog.com

Le blog de l'Eclair 19 : Jonathan -

Le blog de l'Eclair 19 : Jonathan. Un été bref pour la navigation ;. Une petite semaine en famille avec des moussaillons. Puis une autre en aout avec le reste de la famille. Et quelques brèves sorties. Dimanche 11 dec 2016 : le niveau du lac est de plus en plus bas . Peu dactivités sur leau : tout est désert. Nous faisons tourner le moteur pour un petit tour jusquà Yspe. 15 juin 2016 . coup d'envoi de la saison . Mais le soleil arrive avec le premier jour de lété . Vendredi 13 mai 2016. Jonathan quittera...

jonathan.egolf.co.nz jonathan.egolf.co.nz

EGOLF Coach's Admin page

jonathan.ekman.nu jonathan.ekman.nu

Jonathan Ekman | ...mina högst privata tankar.

Det är måndag kväll och jag har precis kommit hem från kyrkan. Jag tänkte skriva ett kort inlägg med en liten uppdatering kring Victor. På onsdag har det gått fyra veckor sedan vi fick reda på att vår son Victor insjuknat i diabetes. Fortsätt läsa Hemma igen. Några tuffa veckor…. Vi har nu några hektiska dagar bakom oss. I går skulle jag egentligen ha flugit till Turkiet för vår internationella kongress men jag valde att stanna hemma för att finnas på plats både för min familj och på Livets Ord. Lugnet h...

jonathan.enns.net jonathan.enns.net

Index of /

jonathan.eugenere.com jonathan.eugenere.com

Eugene Oregon Real Estate & Homes For Sale | Josh Cooley Team

My Favorites ( 0. My Favorites ( 0. Get Free Instant Access To Complete Listing Information. Get Free Instant Access To Complete Listing Information. Enjoy the benefits of advanced searching, comprehensive home and condo details, along with personalized tools to help you in your search. All for FREE. Click Here for Instant Access. Click Here for Instant Access. Click here to login. Get a Free Estimate Now! The Josh Cooley Team New Listings. The Josh Cooley Team Land Lots. Homes for Sale in Eugene, Oregon.

jonathan.evengame.com jonathan.evengame.com

Jonathan's Tech Blog - Leveling the playing field

Leveling the playing field. Using remote functions with JQuery but you want to use XML pass the query paramters? Sing remote functions with JQuery but you want to use XML pass the query parameters? If you aren't you should be. Well, why in the heck would I suggest such a thing? Had the brilliant idea to reduce execution plans on the database. Says, "why can you just generate XML like you always do? Well as most Coldboxers. Doesn't have a way to intercept that." ( Thank you Brad. What does this mean?

jonathan.fanara.over-blog.com jonathan.fanara.over-blog.com

Le Blog de Jonathan Fanara -

Le Blog de Jonathan Fanara. Le Plus : Frankenweenie / Le Moins : Paul (#58). Est une chronique cinématographique hebdomadaire. Vous y découvrirez, toujours avec concision, le meilleur et le pire de mes (re)découvertes. Et cette semaine…. Avec les fidèles. Danny Elfman à la musique et Rick Heinrichs aux décors,. Ne rompt pas avec ses habituels dispositifs figuratifs, il rend aussi quelques hommages appuyés, à. Edward aux mains d’argent. Au moulin inquiétant de. Et même à. Deux nerds, le. Se situe quelque ...

jonathan.fearn.tel jonathan.fearn.tel

Jonathan Fearn

Http:/ jonathan.fearn.tel.

jonathan.fenske.space jonathan.fenske.space

Jonathan Fenske

My name is Jonathan Fenske, and I am a web developer. I work remotely from my Kentucky home, for a company based in Central New York. My responsibilities include resolving bugs, and creating enhancements for their software. Programming Languages: PHP, MySQL, JavaScript, PERL, C (Standard, GLib). Other Languages: HTML5, CSS3. Version Control: Subversion, GIT.

jonathan.finddestinhomes.com jonathan.finddestinhomes.com

Destin Area Real Estate

Searching for a listing that matches your search criteria. Homes match your search criteria, please wait while we calculate the exact count. 1 of the 0. Homes that matched your search criteria. White Sands Resort Realty. 3507 Burnt Pine Ln. Miramar Beach, FL 32550. Loading map for this address. Courtesy of Real Estate International Inc. 1 of the 8,553. Homes for sale in the Destin area as of Monday at 04:06AM. West Panama City Beach. Miramar Beach / Sandestin. Navarre (Santa Rosa County). We found up to.

jonathan.forest.fr jonathan.forest.fr

Jonathan FOREST – Mmh, c'est moi!

Mmh, c'est moi!