Chris Escalante http://cescalante.com Psalm 51:10 Create in me a clean heart, O God; and renew a right spirit within me. posterous.com Thu, 22 Dec 2011 12:37:36 -0800 Holy smokes, Batman! They’re proselytizing! http://cescalante.com/holy-smokes-batman-theyre-proselytizing-14006 http://cescalante.com/holy-smokes-batman-theyre-proselytizing-14006

believe it or not, evangelical Christian high schools in the U.S. that enroll students from China teach them about Jesus.

Read more of Holy smokes, Batman! They’re proselytizing!

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Wed, 21 Dec 2011 14:18:00 -0800 Support The Fellowship of St. James http://cescalante.com/support-the-fellowship-of-st-james http://cescalante.com/support-the-fellowship-of-st-james

Make a 2011 End-of-Year Gift to the Fellowship of St. James

Readers, please make an on-line donation to support the publications of the Fellowship of St. James (Touchstone, Salvo, Daily Devotional Guide)

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Thu, 15 Dec 2011 22:14:00 -0800 A great reminder from Anthony Esolen http://cescalante.com/a-great-reminder-from-anthony-esolen http://cescalante.com/a-great-reminder-from-anthony-esolen

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Thu, 15 Dec 2011 22:02:00 -0800 Alright, how about some regex help? http://cescalante.com/alright-how-about-some-regex-help http://cescalante.com/alright-how-about-some-regex-help
(\d{1,2}),([^,]+),([^,]+),([^,]+),([^\n\r,]+)

var col[$1]="$2","$3","$4"

I just want to know if there is a way to do this without specifying the individual matches. Its not that big of a deal just kind of annoying. FYI this takes a csv with header column (not row) and turns it into an array. Using it for the javascript piece I posted earlier. Just trying to simplify the format of the array so that maybe I can ditch the "eval". 

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Thu, 15 Dec 2011 20:09:46 -0800 A very colorful commute http://cescalante.com/a-very-colorful-commute http://cescalante.com/a-very-colorful-commute

P497

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Thu, 15 Dec 2011 19:19:00 -0800 St. Lawrence - Lawrence, KS http://cescalante.com/st-lawrence-lawrence-ks http://cescalante.com/st-lawrence-lawrence-ks


View Larger Map

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Thu, 15 Dec 2011 13:16:58 -0800 My view this morning from JRP http://cescalante.com/my-view-this-morning-from-jrp http://cescalante.com/my-view-this-morning-from-jrp

P370

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Thu, 15 Dec 2011 07:45:00 -0800 Does anyone know how to get rid of the eval? http://cescalante.com/does-anyone-know-how-to-get-rid-of-the-eval http://cescalante.com/does-anyone-know-how-to-get-rid-of-the-eval

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>

<script type="text/javascript">

$(document).ready(function ()
{
$("input[name^='nt']").keyup(function(event) {

/* JavaScript file Generated by
* Creativyst(tm) CSV converter
* (www.creativyst.com)
*
* (C) Copyright 2002-2003, Creativyst, Inc.
*
* Permission is hereby granted to use,
* distribute, and change this file for any
* reason, provided this entire comment remains
* intact with the work.
*
*
*/

/*JSCPragma:StartCompress
*/

var lsz = 4;

var Col0 = Array([lsz]);
var Col1 = Array([lsz]);
var Col2 = Array([lsz]);
var Col3 = Array([lsz]);

Col0[0] = "0";
Col1[0] = "1";
Col2[0] = "2";
Col3[0] = "3";

Col0[1] = "1";
Col1[1] = "GFT-11/8";
Col2[1] = "GFT-3/2";
Col3[1] = "GFT-13/8";

Col0[2] = "2";
Col1[2] = "GFT-3/2";
Col2[2] = "GFT-13/8";
Col3[2] = "GFT-13/8";

Col0[3] = "3";
Col1[3] = "GFT-13/8";
Col2[3] = "GFT-13/8";
Col3[3] = "GFT-13/8";

x = $('input[name="nt_1"]').val();
y = $('input[name="nt_2"]').val();

x = Math.ceil(x / 5);
y = Math.ceil(y / 5);

array = 'Col' + x + "[" + y + "]";

resultme = eval(array);

$("#total_size").val(resultme);
}
);
}

);
</script>

<form>
<table>
<tr>
<td>NT1: <input type="text" name="nt_1" value="1"></td>
</tr>
<tr>
<td>NT2: <input type="text" name="nt_2" value="1"></td>
</tr>
<tr>
<td>Size: <input type="text" id="total_size" name="total_size">
</td>

</tr>
</table>

</form>

You get the idea of what the JS is doing. The problem is that the magic occurs with an eval. 

array = 'Col' + x + "[" + y + "]";
resultme = eval(array);

Does anyone know if there is a better way?

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Wed, 14 Dec 2011 20:27:16 -0800 Shadows - iPhone HDR and Camera+ http://cescalante.com/shadows-iphone-hdr-and-camera http://cescalante.com/shadows-iphone-hdr-and-camera

P154

Just took this using HDR on iPhone and an edit in Camera+.

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Wed, 14 Dec 2011 20:14:00 -0800 The ultimate responsive web design roundup http://cescalante.com/the-ultimate-responsive-web-design-roundup http://cescalante.com/the-ultimate-responsive-web-design-roundup
Media_httpnetdnawebde_bhzyu

When they say "ultimate roundup" they are not kidding. Just about everything you need to know about responsive design and I promise even some stuff you don't care about. I'm going to try and build an actual responsive template for Posterous using one of the systems mentioned in the article.

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Wed, 14 Dec 2011 19:56:00 -0800 Patiently Waiting 2011 http://cescalante.com/patiently-waiting-2011 http://cescalante.com/patiently-waiting-2011

Every year Grace Cathedral has an Advent wreath workshop. I have enjoyed spending some quiet time around it. Last year I took a shot of our wreath with a bible, book of common prayer and a rosary laying next to it. Tried updating that shot for this year and this is what I ended up with.

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Wed, 14 Dec 2011 19:52:00 -0800 Curious Cat http://cescalante.com/curious-cat http://cescalante.com/curious-cat

Wasn't the shot I was trying to get but I love it.

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Wed, 14 Dec 2011 19:47:00 -0800 Experiments with Camera+, Finger Focus and Big Lens http://cescalante.com/experiments-with-camera-fingerfocus-and-bigle http://cescalante.com/experiments-with-camera-fingerfocus-and-bigle

 

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Wed, 14 Dec 2011 19:45:31 -0800 Grace Cathedral - Topeka, KS http://cescalante.com/grace-cathedral-topeka-ks http://cescalante.com/grace-cathedral-topeka-ks

Just some photos of my church.

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Tue, 06 Sep 2011 21:39:00 -0700 Jangling rosaries and other simple stuff » GetReligion http://cescalante.com/jangling-rosaries-and-other-simple-stuff-getr http://cescalante.com/jangling-rosaries-and-other-simple-stuff-getr
Here’s a little secret known only to faithful religious believers and, perhaps, to journalists who are willing to pay close attention to their lives: People who pray a lot know more about doubt than people who dedicate little or no time to serious prayer.

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Tue, 17 May 2011 10:23:00 -0700 May 17: William Hobart Hare, Bishop of Niobrara, and of South Dakota, 1909 « Standing Commission on Liturgy and Music http://cescalante.com/may-17-william-hobart-hare-bishop-of-niobrara http://cescalante.com/may-17-william-hobart-hare-bishop-of-niobrara
Although he studied at the University of Pennsylvania, he never received a degree and prepared for ordination without attending seminary. He was ordained to the diaconate in 1859 and to the priesthood in 1862. He served St. Luke’s and St. Paul’s, Chestnut Hill, both in Philadelphia.

I want to take that path to ordained ministry please.

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Tue, 17 May 2011 09:47:00 -0700 OK, do the Polish visions math » GetReligion http://cescalante.com/ok-do-the-polish-visions-math-getreligion http://cescalante.com/ok-do-the-polish-visions-math-getreligion

To grasp the full symbolism of the Vatican rites in which 1 million or more Catholics celebrated the beatification of Pope John Paul II, it helps to understand the visions recorded decades earlier in the diary of Sister Mary Faustina Kowalksa.

Popes come and popes go. But the lives of this Polish nun and this Polish pope may be helping to reshape a crucial piece of the Catholic year — the celebrations that follow Easter, the high point of the Christian year.

It was in 1937 that Kowalksa wrote: “As I was praying for Poland I heard the words: I bear a special love for Poland, and if she will be obedient to My will, I will exalt her in might and holiness. From her will come forth the spark that will prepare the world for My final coming.”

After her earlier visions, which church leaders initially discounted, the young nun had written down a cycle of prayers appealing for God’s forgiveness and mercy, a set of devotions that became known as the “Divine Mercy Chaplet.” In the years after her death in 1938, a seminarian in nearby Krakow named Karol Wojtyla became devoted to these prayers and to the legacy of Kowalksa.

Wojtyla, of course, soon became a priest and a popular professor, before beginning his ascent as a bishop, archbishop and cardinal. Then, in 1978, he became Pope John Paul II.

No one was surprised when this loyal son of Poland beatified Kowalksa on April 18, 1993, and canonized her on April 30, 2000. “The message of Divine Mercy has always been near and dear to me,” noted John Paul II during a 1997 pilgrimage to the nun’s tomb. It could be said, he added, that her message “forms the image of this pontificate.”

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Mon, 16 May 2011 09:55:00 -0700 Common English Bible Replaces TNIV at Seminary http://cescalante.com/common-english-bible-replaces-tniv-at-seminar http://cescalante.com/common-english-bible-replaces-tniv-at-seminar

One advantage of the CEB over the NRSV is that it is written at a lower level of English, making it more accessible to wider audiences, said Green. The professor said he used the NRSV to teach a Bible class in Lexington, Ky., before but some of his pupils felt the translation was "out of reach" and more of an "academic Bible."

Whereas the NRSV is written at the 11th grade level, the CEB is written at the seventh or eighth grade reading level, which is the English level of most newspapers.

I am a fan of the NRSV, though, I do agree that NRSV can be a bit challenging to read.

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Sun, 15 May 2011 23:34:00 -0700 You Knew It Would Come, Sooner Rather than Later http://cescalante.com/you-knew-it-would-come-sooner-rather-than-lat http://cescalante.com/you-knew-it-would-come-sooner-rather-than-lat
Media_httpwwwinternet_jgnuu

How does Osama bin Laden’s death relate to biblical prophecy? It doesn't. Still you can't stop some people from trying.

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante
Sun, 15 May 2011 20:30:03 -0700 Tools of my Faith http://cescalante.com/tools-of-my-faith http://cescalante.com/tools-of-my-faith

These are the three main bibles and prayer disciplines I adhere too. I'll explain them all in more detail in later posts. For now I am just having fun with the cheap app and the bad camera on my iPod touch.

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/1229823/IMG_0454.JPG http://posterous.com/users/1lrWRQxNReh3 Chris Escalante cescalante Chris Escalante