<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Sergio F. Rodriguez Weblog</title>
	<link>http://www.sergiorodriguez.org</link>
	<description>Stay hungry, stay foolish.- Steve Jobs</description>
	<pubDate>Wed, 10 Mar 2010 20:03:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
	<language>en</language>
			<item>
		<title>837 Files For  Electronic Billing</title>
		<link>http://www.sergiorodriguez.org/2010/03/10/837-files-for-electronic-billing/</link>
		<comments>http://www.sergiorodriguez.org/2010/03/10/837-files-for-electronic-billing/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 19:49:38 +0000</pubDate>
		<dc:creator>srodriguez</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Work]]></category>

		<category><![CDATA[837]]></category>

		<category><![CDATA[billing]]></category>

		<category><![CDATA[Blue Cross Blue Shield]]></category>

		<category><![CDATA[insurances]]></category>

		<category><![CDATA[medicare]]></category>

		<guid isPermaLink="false">http://www.sergiorodriguez.org/2010/03/10/837-files-for-electronic-billing/</guid>
		<description><![CDATA[I have been working on a class to create 837 files to allow the company to provide electronic billing capabilities, so far the class has working successfully with a few issues here and there.  very soon we will have a a 837 that cover all instances of billing as long it stays along the government [...]]]></description>
		<wfw:commentRss>http://www.sergiorodriguez.org/2010/03/10/837-files-for-electronic-billing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New ASICS  Running Shoes</title>
		<link>http://www.sergiorodriguez.org/2010/03/09/new-asics-running-shoes/</link>
		<comments>http://www.sergiorodriguez.org/2010/03/09/new-asics-running-shoes/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 22:42:26 +0000</pubDate>
		<dc:creator>srodriguez</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.sergiorodriguez.org/2010/03/09/new-asics-running-shoes/</guid>
		<description><![CDATA[I just bought a new running shoes and they are great&#8230; not better than Nike freestyle IMO but definitely  good for real running.

]]></description>
		<wfw:commentRss>http://www.sergiorodriguez.org/2010/03/09/new-asics-running-shoes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Login Class</title>
		<link>http://www.sergiorodriguez.org/2010/03/08/login-class/</link>
		<comments>http://www.sergiorodriguez.org/2010/03/08/login-class/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 03:41:28 +0000</pubDate>
		<dc:creator>srodriguez</dc:creator>
		
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.sergiorodriguez.org/2010/03/08/login-class/</guid>
		<description><![CDATA[
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
87
88
89
90
91
&#60;?php
/*Login Class*/
class  login&#123;
	/*SUMIT FORM*/
	function formlogin&#40;$db,$action,$clientlogin,$username,$password&#41;&#123;
		//VERITY DATA//
		return $this-&#62;parselogin&#40;$db,$action,$clientlogin,$username,$password&#41;;
	&#125;
&#160;
	/*VERIFY FOR NO MISSIN DATA*/
	function parselogin&#40;$db,$action,$clientlogin,$username,$password&#41;&#123;
		//VARS//
		$credentials&#91;'action'&#93; 			= $action;
		$credentials&#91;'clientlogin'&#93; 	= $clientlogin;
		$credentials&#91;'username'&#93;		= $username;
		$credentials&#91;'password'&#93;		= $password;
&#160;
		//CHECK FOR LOGIN ACTION//
		if &#40;$credentials&#91;'action'&#93; == 'login'&#41; &#123;
			//COUNT ERRORS//
			$errorcount = 0;
			//PARSE DATA//
			foreach &#40;$credentials as $key =&#62; $value&#41;&#123;
    			if &#40;empty&#40;$credentials&#91;$key&#93;&#41;&#41;&#123;
        			$RETURN 	= &#34;&#60;h5&#62;&#60;font color='red'&#62;Missing Credentials&#60;/font&#62;&#60;/h5&#62;&#34;;
    [...]]]></description>
		<wfw:commentRss>http://www.sergiorodriguez.org/2010/03/08/login-class/feed/</wfw:commentRss>
		</item>
		<item>
		<title>segway polo</title>
		<link>http://www.sergiorodriguez.org/2010/03/08/segway-polo/</link>
		<comments>http://www.sergiorodriguez.org/2010/03/08/segway-polo/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 03:25:19 +0000</pubDate>
		<dc:creator>srodriguez</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Work]]></category>

		<category><![CDATA[fun]]></category>

		<category><![CDATA[computer]]></category>

		<category><![CDATA[IT]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.sergiorodriguez.org/2010/03/08/segway-polo/</guid>
		<description><![CDATA[not a bas start for this week.
Syscom a  software and hardware (Systems) partner had a presentation at the westin hotel in hallandale,Fl.
At end of the presentation I got to play on a segway; that was LOTS of fun. shame I ripped my pants, but luckily I was not wearing any funny boxers lol.  I also [...]]]></description>
		<wfw:commentRss>http://www.sergiorodriguez.org/2010/03/08/segway-polo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>long time ago</title>
		<link>http://www.sergiorodriguez.org/2010/03/07/long-time-ago/</link>
		<comments>http://www.sergiorodriguez.org/2010/03/07/long-time-ago/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 00:13:45 +0000</pubDate>
		<dc:creator>srodriguez</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.sergiorodriguez.org/2010/03/07/long-time-ago/</guid>
		<description><![CDATA[it has been a while since last time I wrote anything on this Blog.
I really just don&#8217;t find the motivation to do it.
well Sergio&#8217;s Blogging pardoux.
later going to play racquetball. let see it I get better a this shit!
]]></description>
		<wfw:commentRss>http://www.sergiorodriguez.org/2010/03/07/long-time-ago/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Python FTP Upload Script</title>
		<link>http://www.sergiorodriguez.org/2009/09/15/python-ftp-upload-script/</link>
		<comments>http://www.sergiorodriguez.org/2009/09/15/python-ftp-upload-script/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 02:33:13 +0000</pubDate>
		<dc:creator>srodriguez</dc:creator>
		
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.sergiorodriguez.org/2009/09/15/python-ftp-upload-script/</guid>
		<description><![CDATA[ 
#LOAD LIBS
from ftplib import FTP
import sys
import oss
ftp_ip       = &#8216;xx.xx.xxx.xx&#8217;
sftp_user    = &#8216;UserName&#8217;
sftp_pass     = &#8216;Password&#8217;
#Windows Path
clientl_sftp_path   = &#8220;C:\Users\LocalPATH\&#8221;
# Linux in Server
r_sftp_path   = &#8220;/mnt/Remote/Path/&#8221;
#CONNECT TO MEDIOS RESTRICTED FTP
try:ftp = FTP(ftp_ip)
       ftp.login(ftp_user,ftp_pass)
       #LIST FILES OT PUSH OR DIE TRYING [...]]]></description>
		<wfw:commentRss>http://www.sergiorodriguez.org/2009/09/15/python-ftp-upload-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pres. Obama Address to Congress</title>
		<link>http://www.sergiorodriguez.org/2009/02/25/pres-obama-address-to-congress/</link>
		<comments>http://www.sergiorodriguez.org/2009/02/25/pres-obama-address-to-congress/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 22:42:18 +0000</pubDate>
		<dc:creator>srodriguez</dc:creator>
		
		<category><![CDATA[Government]]></category>

		<guid isPermaLink="false">http://www.sergiorodriguez.org/2009/02/25/pres-obama-address-to-congress/</guid>
		<description><![CDATA[View This Video on You Tube
]]></description>
		<wfw:commentRss>http://www.sergiorodriguez.org/2009/02/25/pres-obama-address-to-congress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Obama&#8217;s Hopeful Economic Speech</title>
		<link>http://www.sergiorodriguez.org/2009/01/09/obamas-hopeful-economic-speech/</link>
		<comments>http://www.sergiorodriguez.org/2009/01/09/obamas-hopeful-economic-speech/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 20:40:49 +0000</pubDate>
		<dc:creator>srodriguez</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Government]]></category>

		<category><![CDATA[Political]]></category>

		<guid isPermaLink="false">http://www.sergiorodriguez.org/2009/01/09/obamas-hopeful-economic-speech/</guid>
		<description><![CDATA[Watch CBS Videos Online
]]></description>
		<wfw:commentRss>http://www.sergiorodriguez.org/2009/01/09/obamas-hopeful-economic-speech/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Al Qaeda message blames Obama, Egypt for Gaza violence - CNN</title>
		<link>http://www.sergiorodriguez.org/2009/01/07/al-qaeda-message-blames-obama-egypt-for-gaza-violence-cnn/</link>
		<comments>http://www.sergiorodriguez.org/2009/01/07/al-qaeda-message-blames-obama-egypt-for-gaza-violence-cnn/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 20:37:58 +0000</pubDate>
		<dc:creator>srodriguez</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Government]]></category>

		<category><![CDATA[Political]]></category>

		<guid isPermaLink="false">http://www.sergiorodriguez.org/2009/01/07/al-qaeda-message-blames-obama-egypt-for-gaza-violence-cnn/</guid>
		<description><![CDATA[An audio message reportedly from al Qaeda&#8217;s deputy chief vows revenge for Israel&#8217;s air and ground assault on Gaza and calls the Jewish state&#8217;s actions against Hamas militants &#8220;a gift&#8221; from U.S. President-elect Barack Obama.
read more &#124; digg story
]]></description>
		<wfw:commentRss>http://www.sergiorodriguez.org/2009/01/07/al-qaeda-message-blames-obama-egypt-for-gaza-violence-cnn/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Hacker Says Admin Password Was &#8216;Happiness&#8217;</title>
		<link>http://www.sergiorodriguez.org/2009/01/07/twitter-hacker-says-admin-password-was-happiness/</link>
		<comments>http://www.sergiorodriguez.org/2009/01/07/twitter-hacker-says-admin-password-was-happiness/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 20:37:32 +0000</pubDate>
		<dc:creator>srodriguez</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.sergiorodriguez.org/2009/01/07/twitter-hacker-says-admin-password-was-happiness/</guid>
		<description><![CDATA[An 18-year-old hacker with a history of celebrity pranks has admitted to Monday&#8217;s hijacking of multiple high-profile Twitter accounts, including President-Elect Barack Obama&#8217;s, and the official feed for Fox News.
read more &#124; digg story
]]></description>
		<wfw:commentRss>http://www.sergiorodriguez.org/2009/01/07/twitter-hacker-says-admin-password-was-happiness/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
