Latest Episode
 

Go Back   Keith and The Girl Forums Keith and The Girl Forums Talk Shite

Talk Shite General discussion

Reply
 
Thread Tools Display Modes
Old 04-10-2009, 05:43 PM   #71 (permalink)
Senior Member
 
TheGrundle's Avatar
 
Join Date: Jun 2006
Location: New Orleans
Posts: 748
Quote:
Originally Posted by hayroob View Post
Just finished the hard part of the events page code. Now I need to decide on logic to discern Live shows from other events. Probably just search the string for Live Show, but the No Live Show will show up as a show, but maybe thats ok. Now I'm just rambling.
My vb.net code that determines if it's a live show.

Code:
If InStr(Events(y).InnerText, "live show", CompareMethod.Text) = 1 And _
      Not InStr(Events(y).InnerText, "no live", CompareMethod.Text) > 0 Then

biasically says if the event title contains "live show" and does not contain "no live" then do stuff
(Offline)   Reply With Quote
Old 04-10-2009, 05:44 PM   #72 (permalink)
Administrator
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
Quote:
Originally Posted by TheGrundle View Post
My vb.net code that determines if it's a live show.

Code:
If InStr(Events(y).InnerText, "live show", CompareMethod.Text) = 1 And _
      Not InStr(Events(y).InnerText, "no live", CompareMethod.Text) > 0 Then
Good call
(Offline)   Reply With Quote
Old 04-10-2009, 06:11 PM   #73 (permalink)
Administrator
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
This is where I am, I'm using a dummy feed,but the principle holds.
Attached Images
File Type: png iPhone SimulatorScreenSnapz001.png (24.5 KB, 59 views)
(Offline)   Reply With Quote
Old 04-10-2009, 06:38 PM   #74 (permalink)
Administrator
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
New project for this evening:
Exception handling for no internet connect/server down.
(Offline)   Reply With Quote
Old 04-10-2009, 07:28 PM   #75 (permalink)
Senior Member
 
LondonAsh's Avatar
 
Join Date: Aug 2006
Location: London
Posts: 227
This is how my bit looks so far with just Keith's tweets....

Picture 2.png

Trust me, it'll look better when finished!
(Offline)   Reply With Quote
Old 04-10-2009, 07:29 PM   #76 (permalink)
Administrator
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
Quote:
Originally Posted by LondonAsh View Post
This is how my bit looks so far with just Keith's tweets....

Attachment 50579

Trust me, it'll look better when finished!
it already looks a lot better than my events page.
(Offline)   Reply With Quote
Old 04-10-2009, 08:42 PM   #77 (permalink)
Administrator
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
So here's the status report for today:
The llve show tab is a lock for features, I am going to add a feed from Michael to combine with the Grundles feed to have back up live feed check.

The events tab is feature complete, but I am waiting on an events feed from Michael in order to complete the layout.

The twitter page is in the works thanks to one Mr. LondonAsh who is contributing his code wizardry to speed things along.

The youtube page is a lock as is.
(Offline)   Reply With Quote
Old 04-11-2009, 01:58 AM   #78 (permalink)
Senior Member
 
TheGrundle's Avatar
 
Join Date: Jun 2006
Location: New Orleans
Posts: 748
Sent a feed back to tonight's show. it only sent part of the message, because i used an ampersand. the comment needs to be url encoded
(Offline)   Reply With Quote
Old 04-11-2009, 01:59 AM   #79 (permalink)
Administrator
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
Quote:
Originally Posted by TheGrundle View Post
Sent a feed back to tonight's show. it only sent part of the message, because i used an ampersand. the comment needs to be url encoded
Thought I had done that, but I'll get on it. What other illegal characters do I need to screen?

EDIT:
Ok Url encoding done and & is now dubbed out with and. Tinkering to see what characters scramble things now.

EDIT 2:
successfully submitted !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~

Last edited by hayroob; 04-11-2009 at 03:12 AM.
(Offline)   Reply With Quote
Old 04-11-2009, 07:37 AM   #80 (permalink)
Administrator
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
Been up coding all night. Have a baptism in 5 hours. Going to bed. Got a lot of good code done tonight.
(Offline)   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -5. The time now is 08:40 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Keith and The Girl