Welcome,
Guest
. Please
login
or
register
.
May 23, 2013, 03:55:53 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
655904
Posts in
9232
Topics by
3396
Members Latest Member:
-
vlozan86
Most online today:
20
- most online ever:
494
(Jul 01, 2007, 02:59:53 PM)
LPTJ
|
Last Plane Forums
|
White Courtesy Phone
| Topic:
Where's the "Any" key? New Tech Support Thread
Pages:
1
...
6
7
8
9
10
[
11
]
12
13
14
15
16
...
21
« previous
next »
Author
Topic: Where's the "Any" key? New Tech Support Thread (Read 24513 times)
0 Members and 1 Guest are viewing this topic.
elpollodiablo
Registered user
Posts: 32624
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #250 on:
Sep 07, 2009, 03:42:35 PM »
Probably haters
Logged
think 'on the road.'
diesel_powered
Registered user
Posts: 19210
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #251 on:
Sep 08, 2009, 03:47:11 PM »
So since when does Firefox automatically load the next page when you scroll down on certain sites (Google searches, various blogs)? Cuz it's pretty sweet.
Logged
Quote
she had me at "let's make a sandwich"
donblood
Guest
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #252 on:
Sep 08, 2009, 04:29:35 PM »
That's not Firefox, really, it's a redesign of those sites (and one that's become very common). Your browser has various events associated with things you do, like once-the-page-has-loaded or once-the-user-reaches-the-bottom-of-the-page; they can trigger browser actions like go-get-more-content-and-append-to-the-current-page.
By the way, when people talk about Web 2.0, they're usually talking about updating the current page without reloading the entire thing using these events & triggers. Sometimes they're just talking about rounded corners and self-important programmers but for the most part it's stuff like what you described.
Logged
diesel_powered
Registered user
Posts: 19210
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #253 on:
Sep 08, 2009, 04:56:23 PM »
I, for one, think it's totally sweet.
Logged
Quote
she had me at "let's make a sandwich"
coldforge
Registered user
Posts: 11924
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #254 on:
Sep 08, 2009, 05:01:38 PM »
Ajax was definitely the two coolest characters in the Iliad.
Logged
è l'era del terzo mondo.
donblood
Guest
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #255 on:
Sep 08, 2009, 05:09:21 PM »
AJAX was a name a guy thought up in the shower
Logged
diesel_powered
Registered user
Posts: 19210
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #256 on:
Sep 08, 2009, 05:12:35 PM »
You mean it's not named after the Duckman character?
Logged
Quote
she had me at "let's make a sandwich"
Aglaya
Registered user
Posts: 4990
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #257 on:
Sep 08, 2009, 09:09:35 PM »
Quote from: diesel_powered on Sep 08, 2009, 04:56:23 PM
I, for one, think it's totally sweet.
I want that in banner form that I can unroll over my head after sharing random useless information with people.
Logged
Twurt away, merry horse-scorpions of the internet.
elpollodiablo
Registered user
Posts: 32624
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #258 on:
Sep 10, 2009, 01:57:23 PM »
Does anyone know how to add a simple comment system to a Tumblr blog? I tried Disqus but I'm apparently too inept with the code to make it work.
Logged
think 'on the road.'
davy
Registered user
Posts: 24822
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #259 on:
Sep 10, 2009, 02:54:00 PM »
Quote from: diesel_powered on Sep 08, 2009, 03:47:11 PM
So since when does Firefox automatically load the next page when you scroll down on certain sites (Google searches, various blogs)? Cuz it's pretty sweet.
This doesn't happen for me
Logged
The drummer IS the foundation, p3wn.
diesel_powered
Registered user
Posts: 19210
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #260 on:
Sep 10, 2009, 03:24:50 PM »
I dunno, update Firefox?
Logged
Quote
she had me at "let's make a sandwich"
davy
Registered user
Posts: 24822
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #261 on:
Sep 10, 2009, 03:45:16 PM »
I always do!
Which reminds me...I'm getting prompted to download iTunes 9. What's the scoop on it?
Logged
The drummer IS the foundation, p3wn.
lastclearchance
Registered user
Posts: 1923
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #262 on:
Sep 11, 2009, 11:14:26 PM »
Quote from: elpollodiablo on Sep 10, 2009, 01:57:23 PM
Does anyone know how to add a simple comment system to a Tumblr blog? I tried Disqus but I'm apparently too inept with the code to make it work.
This is the disqus way, which I think is about as simple as you're going to get it:
1. Log into tumblr.com/customize.
2. Navigate to Theme and select "Use Custom HTML" if it isn't already enabled.
3. Find
Code:
{/block:Posts}
in the custom HTML. Right
before
that, paste
Code:
<div style="font-size: 10px; text-align: left;"><a class="dsq-comment-count" href="{Permalink}#disqus_thread">Comments</a></div>
Right
after
Code:
{/block:Posts}
paste
Code:
{block:Permalink}<div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/bloggingthesinglesjukebox/embed.js"></script><noscript><a href="http://bloggingthesinglesjukebox.disqus.com/?url=ref">View the discussion thread.</a></noscript><a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>{/block:Permalink}<script type="text/javascript">
//<![CDATA[
(function() {
var links = document.getElementsByTagName('a');
var query = '?';
for(var i = 0; i < links.length; i++) {
if(links[i].href.indexOf('#disqus_thread') >= 0) {
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
}
}
document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/bloggingthesinglesjukebox/get_num_replies.js' + query + '"></' + 'script>');
})();
//]]>
</script>
Did that not work, or...?
Logged
Quote from: cold before sunrise
Look, who's giving the report, YOU chowderheads or ME?
lastclearchance
Registered user
Posts: 1923
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #263 on:
Sep 12, 2009, 01:56:43 AM »
Quote from: davy on Sep 10, 2009, 03:45:16 PM
I always do!
Which reminds me...I'm getting prompted to download iTunes 9. What's the scoop on it?
On my Mac it's running smoother and faster than 8 did, which is as much as d_p said in the iTunes Support thread. One thing that really annoyed me is that the column browser got moved from the top to the left. Then I realized I could just change it back in View > Column Browser. Now I'm happy again.
Logged
Quote from: cold before sunrise
Look, who's giving the report, YOU chowderheads or ME?
diesel_powered
Registered user
Posts: 19210
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #264 on:
Sep 12, 2009, 04:34:38 AM »
Are you running it on 10.5 or 10.6?
Logged
Quote
she had me at "let's make a sandwich"
lastclearchance
Registered user
Posts: 1923
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #265 on:
Sep 12, 2009, 08:11:01 AM »
10.6, which has also been working well for me
better than
for merlin
anyway
Logged
Quote from: cold before sunrise
Look, who's giving the report, YOU chowderheads or ME?
davy
Registered user
Posts: 24822
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #266 on:
Sep 12, 2009, 12:36:29 PM »
Any comments from the PC crowd?
Gotta tell you, as much trouble as I've had with v. 8, I've got little to lose by updating.
Logged
The drummer IS the foundation, p3wn.
diesel_powered
Registered user
Posts: 19210
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #267 on:
Sep 12, 2009, 04:09:43 PM »
I'm totally pulling this out my ass, but I'd guess you might have some better luck since this is the first version of iTunes that's specifically written for Intel architecture.
Logged
Quote
she had me at "let's make a sandwich"
clare
Registered user
Posts: 5192
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #268 on:
Sep 12, 2009, 08:16:11 PM »
Quote from: lastclearchance on Sep 12, 2009, 08:11:01 AM
10.6, which has also been working well for me
I just dowloaded it last night, and annoyingly, the first thing it did was crash. It seemed OK after that, but I'm reserving my review until I've used it a bit more.
Logged
You must have a very long, thin, tapered penis.
slow west vultures
Registered user
Posts: 2326
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #269 on:
Sep 13, 2009, 12:47:12 AM »
k, so i think i may have brought a virus onto our home computer yesterday by visiting a sketchy site. something like that happened the last time i visited there, and i ran the virus scan and deleted a few things. i think my mom just shut it down last night though, when the computer said 'there is a virus detected'. today we couldn't connect to the internet. we have a router for my dad's business computer, and he's able to connect to the internet so its not a problem with the connection at all - just something wrong when our computer tries to connect to the internet. i think we tried every diagnostic thing that microsoft offers, and nothing would work. it says ' Cannot communicate with Primary DNS server' it basically says that windows cannot solve this problem, contact your internet service provider or network administrator.
so, whado i do? are the viruses out there that totally shut off your ability to connect to the internet? we ran virus scan and deleted a couple of cookies and such, but i don't know what to do now. my mom's friend said that they got a virus that did the same thing, and a coworker of her husband had to walk them through how to restart it again. i'm hoping its not as complex as that though.
Logged
Ocean in view! O! The joy!
diesel_powered
Registered user
Posts: 19210
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #270 on:
Sep 13, 2009, 01:23:40 PM »
Sounds like you might have gotten a virus that redoes your DNS server settngs. The DNS server is the thing that converts 69.248.753.45 into something convenient like
www.google.com
. Sometimes, certain viruses will switch them around on you to redirect your browsing to some kind of phishing page. As I suspect you're running Windows, I'm a little to rusty to help, but maybe Jim or someone could?
Logged
Quote
she had me at "let's make a sandwich"
slow west vultures
Registered user
Posts: 2326
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #271 on:
Sep 13, 2009, 10:46:37 PM »
well that's helpful. and you're not gonna believe this story, but anybody who wants a good laugh line up:
my mom walks into the kitchen this morning, and is like 'the computers working again' ( my dad went out of town and i was really expecting we'd need our neighbors help at the very least to work through this) what'd you do? mom: i don't know, it was the last button i pressed.
Logged
Ocean in view! O! The joy!
YojimboMonkey
Registered user
Posts: 12034
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #272 on:
Sep 13, 2009, 10:52:10 PM »
it's very possible that the DNS client service on your machine crashed and the next time the computer booted it worked fine
Logged
Anus-licking causes sepsis; if not given antibiotics within a half hour, they perish.
diesel_powered
Registered user
Posts: 19210
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #273 on:
Sep 13, 2009, 10:52:39 PM »
What he said.
Logged
Quote
she had me at "let's make a sandwich"
elpollodiablo
Registered user
Posts: 32624
Re: Where's the "Any" key? New Tech Support Thread
«
Reply #274 on:
Sep 13, 2009, 11:02:36 PM »
So D's Vaio got water damaged on Friday. It was dead as Dillinger Friday night, but two days of drying out and it's good as new. Vaios are apparently a lot more resilient than Macbooks.
Logged
think 'on the road.'
Pages:
1
...
6
7
8
9
10
[
11
]
12
13
14
15
16
...
21
LPTJ
|
Last Plane Forums
|
White Courtesy Phone
| Topic:
Where's the "Any" key? New Tech Support Thread
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Last Plane Forums
-----------------------------
=> Last Plane
=> In The Earbuds
=> Departure Lounge
=> White Courtesy Phone
-----------------------------
Archives
-----------------------------
=> The Hangar
Loading...