Recent content by WYSIWYG

  1. W

    I must leave BEV - how can I reduce cancellation fee?

    Merve04: The Service your condo has is likely "ExpessVu for condos". They don't have a dish, the signal is received via VDSL and it uses a different type of receiver which doesn't permit HDTV or interactive services. We all ave to wait for the mass deployment of ADSL2+ and Fibre so that we can...
  2. W

    Bell wiring in new condo

    Bell ExpressVu for Condos has many restrictions. No HD, no interactive services, choice of 1 receiver . The main TV can connect via S-video, and has AC3 while the secondary TVs must tune via COAX (=mono sound and poor quality). The service is VDSL. The next wave is real IPTV using DSL2+...
  3. W

    I must leave BEV - how can I reduce cancellation fee?

    Check to see if there is "ExpressVu for Condos" in the new place. If so, you could just transfer your programming to that.
  4. W

    ExpressVu to remove "Plan

    ExpressVu to remove "Plan糥" and "EuroNews" channels? Wow, thanks!
  5. W

    ExpressVu to remove "Plan

    ExpressVu to remove "Plan糥" and "EuroNews" channels? Are they touching RFO? I subscribed to Expressvu when their originally offered it, just for that channel, but then when they switched from picking up the channel via satellite to off the air, the picture became horrible and I ditched them...
  6. W

    BTV 2010 Outages Thread (There goes the 99.99% availability)

    Funny thing is that while watching the game on Rogers and it was pourring outside, I was just thinking that: How many people on Bell must have lost their signal... Often, it's the uplink signal that is lost, you would think Bell would have strong signal to beam up to the satellites.. Brings...
  7. W

    How to end my vodafone contract. Not ending early!?

    Hi I have a contract with vodafone for 18 months. I am now in month 16/17... I dont have long left to go. I just want to know what to do so that it ends when it is supposed to. Will the last month come and the number switch to pay as you go automatically? Or do i need to do something else...
  8. W

    classic asp help please.?

    Hi, I have a simple sql query. It takes the servers date and searches the database based on that date. The code is below: sql = "SELECT * FROM Job WHERE JobDuration_Id = 1 AND JobStatus_Id = 2 AND PublishEndDate >=#"& date &"#" This code has been working for over a month. Today it does not...
  9. W

    PHP help please. How to output?

    Hi, in asp i can output a variable like this: <div><span><%= myvar %></span></div> How do i do this with php. I can do it but its horrid. I have to echo out the lines... like echo '<div><span>'; echo $myvar; echo '</span></div>'; Does a better way not exist?
  10. W

    PHP regexp help. Just a simple list of titles.?

    Hi, how can i create a reg exp for a list of titles. For example, regexp to make sure a string is only Mr or Ms or Miss? This is in php. Thanks.
  11. W

    Hi, text only regular exp? php.?

    Hi, I just want a regexp for text only. A-Z a-z, Can you show me how... also... do you have one for text only like above with the ability to have a - or . or ' Thanks for the help
  12. W

    Hi, PHP help, Can you locate anything wrong with this. Thanks.?

    Hi, I get T error with the below. Any Ideas what i am doing wrong. I am a noob to php: echo '"$result"'': <input type="radio" name="hello" value="hello">';
  13. W

    Help with ajax please?

    Hi, I have the below code. Do While Not rs.eof FirstName = rs("FirstName") BannerId = rs("BannerId") %> <student> <firstname><% response.write(FirstName)%></firstname> <bannerId><% response.write(BannerId)%></bannerId> </student> <% rs.MoveNext Loop...
  14. W

    JQuery ajax help please.?

    Hi, I have an asp page which is called with ajax. It correctly replies with an xml tree. THis tree has: <studentList> <student> <id>1</id> <name>Tony1</name> </student> <student> <id>2</id> <name>Tony2</name> </student>...
  15. W

    ASP on IIS help please?

    Hi, I have set up IIS on vista home 32 bit. I ticked all the boxes when setting up IIS on vista. This includes all the boxed about asp. Yet when I open a page through localhose it doesnt work. All the page has: <html> <body> <% response.write("My first ASP script!") %> </body> </html> An...
Back
Top