Hi,
Anyone on here using Charter Telephone VOIP service? I've currently
got Verizon, but the wife hates it because our phone lines get flaky
all the time, esp when it rains.
So I'm thinking to save money and combine all my stuff onto Charter.
I've already got High Speed internet and regular old cable. Not wild
about Digital Cable since I'm happy with Tivo and I don't want yet
another set top box to have to deal with...
So, any horror stories about Charter Phone VOIP quality and service?
Thanks,
John
Hi All,
I'm getting fed up with Verizon's inability to fix their DSL service - it's been incredibly slow for the last couple of months. Customer support
has been no help. So, I'm curious what ISP people like (and don't like). I'd prefer a local one, but at this point, I'm not
fussy. I'm looking for something reliable. We have Charter as the cable TV provider. I don't know if I want to go that route.
I don't want to start a "religious war" - I'm just looking for information so I can make an informed decision.
Thanks,
-Chuck
Hello!,
Just a reminder that the Linux Installfest is tomorrow at Worcester
Polytechnic Institute. The event is geared towards helping WPI students get
started with Linux, but anyone is welcome to join, help, or just chat.
What: Linux Installfest
Where: WPI, Kaven Hall
202<http://www.wpi.edu/Academics/ATC/Facilities/Classrooms/kh202.html>,
(google maps<http://maps.google.com/maps?f=d&source=s_d&saddr=42.27484,-71.805884&daddr=…>
)
When: November 29, 2011, 6pm to 11pm
If you have any questions, feel free to send me an e-mail.
Thank you,
Henrique "nican" Polido.
Since Charter's modem is intended to connect to an Ethernet network and
you wireless router is intended to connect to an ethernet network,
then all should work fine together. That is the benefit of a
standard.
/Steve
--
Steven Greenberg Email: steve(a)ssgreenberg.name
251 Holland Rd. Phone: (774)241-0095
Fiskdale, Massachusetts 01518-1231 Web: http://www.ssgreenberg.name
Other Email: s.greenberg(a)ieee.org ssg(a)alum.mit.edu
I am happy with Charter. I use their Modem, but my own
wireless router.
I can't get Verizon DSL out here in the boondocks, so once I
went with Charter for the internet, I did the phone with them,
too.
/Steve
--
Steven Greenberg Email: steve(a)ssgreenberg.name
251 Holland Rd. Phone: (774)241-0095
Fiskdale, Massachusetts 01518-1231 Web: http://www.ssgreenberg.name
Other Email: s.greenberg(a)ieee.org ssg(a)alum.mit.edu
We have an opening for a Sr Software Engineer. This is a perm position for a sharp engineer with 7-10+ yrs of experience.
Our client is looking for a well rounded Sr Software Engineer that is interested in working in a collaborative environment.
Must have strong C programming skills. C++ and Java are a plus
Must have strong Linux background and experience
Systems software experience is needed
Ability to come up to speed quickly and desire to work on a variety of projects and technology
Experience working in an Agile environment is a plus.
Please send resumes and any questions to the email address below.
Regards,
John Spencer
Connected Systems Partners
Connecting Top Talent with Top Companies
978-455-5550 x208
978-621-9743 cell
jspencer(a)connectedsp.com
www.connectedsp.com<http://www.connectedsp.com>
GET CONNECTED!
All information in this email is considered confidential and intended for the view and use of the recipient(s) only.
Anyone using jQuery (javascript) to program some client side
elements in a web page? For example, I'm looking to have a drop down
with a vary number of records to display on a page, and I want to
update the display without reloading the page.
So I'm playing with using 'Mojolicious::Lite' and some jQuery, but I'm
hitting some brick walls.
Anyone care to look at this code below and tell me why I don't see my
selected values from the two different <select> pairs showing up in
the named <div> pairs?
#!/usr/bin/perl
# Based on: http://api.jquery.com/change/
use Mojolicious::Lite;
get '/top' => sub {
my $self = shift;
$self->stash(x => 10);
$self->render('top');
};
app->secret('sweets');
app->start;
__DATA__
@@ top.html.ep
% title "jQuery dropdown select tests";
% layout "head";
<select name="sweets" multiple="multiple">
<option>Chocolate</option>
<option selected="selected">Candy</option>
<option>Taffy</option>
<option selected="selected">Caramel</option>
<option>Fudge</option>
<option>Cookie</option>
</select>
<div id="sweets"></div>
<script type="text/javascript">
$("select").change(function () {
var strstr = "";
$("select option:selected").each(function () {
strstr += $(this).text() + " ";
});
$("div#sweets").text(strstr);
})
.change();
</script>
<hr>
<select name="trees">
<option>Oak</option>
<option selected="selected">Beech</option>
<option>Pine</option>
<option>Ash</option>
<option>Willow</option>
<option>Elm</option>
</select>
<script type="text/javascript">
$("select").change(function () {
var str = "";
$("select option:selected").each(function () {
str += $(this).text() + " ";
});
$("div#trees").value(str);
})
.change();
</script>
<div id="trees"></div>
@@ head.html.ep
<!DOCTYPE html>
<html>
<head>
<title> <%= $title %> </title>
<style>
div { color:red; }
</style>
<script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<body>
<%= content %?
</body>
</html>
--
Here is a great opportunity to go to a professional
Sysadmin/Linux/UNIX conference right here in Boston. Early Bird
registration ends Monday.
=====================================
Invitation to attend:
The 25th Annual Large Installation System Administration Conference (LISA)
----------------------------------------------------------------
LISA is coming to Boston, December 4-9, 2011. With the addition of
new speciality presentations and training, the breadth and quality of
this year's tutorials, refereed papers, invited talks, and
participants is unparalleled. 2011 LISA Conference highlights
include:
* The technical program with must-see invited talks such as:
- The DevOps Transformation
- The Operational Impact of Continuous Deployment
- IBM's Jeopardy!-winning Watson Supercomputer
* Practice and Experience presentations sharing real-life experiences
on topics ranging from configuration management to security.
* Over 40 tutorials taught by top instructors including:
- Tobi Oetiker on RRDtool
- Tom Limoncelli on Time Management for SysAdmins
- Ted Ts'o on Data Recovery
- Nan Lui on Puppet
- Mark Burgess on Cfengine
* "Guru Is In" sessions: get answers to your toughest questions.
* The Vendor Exhibition highlighting new products and services
and a look at who is hiring.
* LISA's famed "hallway track" offers ample opportunity to meet and
mingle with colleagues and industry leaders during breaks, BoFs, and
other social activities.
-----------------------------------------------------------
WHAT: LISA '11: 25th Large Installation System Administration Conference
WHEN: December 4-9, 2011
WHERE: Boston, Massachusetts, USA Sheraton Boston Hotel
WHO: System administrators, network administrators, DevOps, CIOs, CTOs,
researchers, tool providers, support and help desk personnel, etc.
WHY: Get the practical information you need to succeed.
HOW: http://www.usenix.org/lisa11/progm
Massive Discounts for Early Registration -- REGISTER NOW!
----------------------------------------------------------------
PS: Help us promote!
-- Banners and buttons: http://www.usenix.org/events/lisa11/promote.html
-- Facebook: http://www.facebook.com/event.php?eid=283935088299936
-- Twitter: http://twitter.com/#!/LISAConference #lisa11
I would be interested in joining you
Al Butler
Custom Desktop Solutions
>________________________________
>From: "wlug-request(a)mail.wlug.org" <wlug-request(a)mail.wlug.org>
>To: wlug(a)mail.wlug.org
>Sent: Thursday, November 10, 2011 12:00 PM
>Subject: Wlug Digest, Vol 97, Issue 2
>
>----- Forwarded Message -----
>
>Send Wlug mailing list submissions to
> wlug(a)mail.wlug.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
> http://mail.wlug.org/mailman/listinfo/wlug
>or, via email, send a message with subject or body 'help' to
> wlug-request(a)mail.wlug.org
>
>You can reach the person managing the list at
> wlug-owner(a)mail.wlug.org
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Wlug digest..."
>
>Today's Topics:
>
> 1. WPI - Linux Installfest (Henrique)
> 2. Reminder: Change of Date: WLUG Meeting Thursday 11/10 7PM
> (Chuck Anderson)
>
>Hello,
>
>
>The WPI ACM group is hosting a InstallFest event, in which students interested in learning linux come around to try a distribution, and we are looking for speakers/more experience people to join.
>
>
>If you are interested in joining, send me a message. The event is on Nov 29th, 2011 in WPI at Kaven Hall, room 202, (I will send another reminder with directions when the day before, and put some signs around).
>
>
>What: Linux InstallFest
>Where: WPI, Kaven Hall, Room 202
>When: Nov 29, 2011
>
>
>Also, I will be unable to attend the meeting on Thursday since I will be presenting at Spark Party. (And turning on the big tesla coils, but no playing music with it yet.) WLUG is welcome to join once the meeting is over. Spark Party is from 6pm to 10pm on AK116.
>
>
>Thanks,
>Henrique "nican" Polido.Hey guys, don't forget the meeting is not tonight, but TOMORROW night.
>
>Chuck
>
>On Mon, Nov 07, 2011 at 10:34:47AM -0500, Chuck Anderson wrote:
>> Hi folks,
>>
>> I'm moving the meeting this month to this THURSDAY, November 10 at
>> 7:00 PM at the WPI campus in Worcester, MA USA. The meeting room is
>> in WPI's Morgan Hall (building 'H' on the campus map [1]), down the
>> hallway to the right of the dining hall entrance.
>>
>> [1] http://www.wpi.edu/Images/CMS/WPI/walkingmap.pdf
>>
>> Lots of exciting things to talk about! Fedora 16 will be released
>> tomorrow! I'll have some RAFFLE items!
>>
>> After the meeting, we'll go out for pizza.
>>
>> Chuck
>> President, Worcester Linux Users' Group
>
>
>_______________________________________________
>Wlug mailing list
>Wlug(a)mail.wlug.org
>http://mail.wlug.org/mailman/listinfo/wlug
>
>
>