-
MSN's "Improved" Search Technology?
Date: 03/29/05
(Microsoft Windows) Keywords: technology, asp, web
http://search.msn.com/results.aspx?q=horrid+operating+system&FORM=QBRE
(MSN Search for "Horrid Operating System").
One website (mine) was responsible for this. And MSN claims its search technology is "improved"?
It's somewhat shocking that a single website can skew search results so dramatically.
(Madly Cross-posted).
Source: http://www.livejournal.com/community/ms_windows/25879.html
-
Computer Services Offered
Date: 03/29/05
(Computer Geeks) Keywords: web
For those of ya that live in Cleveland, Ohio area. I have a company offering computer services for affordable prices. Also I am looking for some feedback on the development of these websites... Check them out and let me know what ya think...
Computer Solutions for Ohio
Here are some of the sites that I developed:
A & A Construction Equipment
Fairport Theater Project
Source: http://www.livejournal.com/community/computergeeks/645743.html
-
MSN's "Improved" Search Technology?
Date: 03/29/05
(Computer Geeks) Keywords: technology, asp, web
http://search.msn.com/results.aspx?q=horrid+operating+system&FORM=QBRE
(MSN Search for "Horrid Operating System").
One website (mine) was responsible for this. And MSN claims its search technology is "improved"?
It's somewhat shocking that a single website can skew search results so dramatically.
(Madly Cross-posted).
Source: http://www.livejournal.com/community/computergeeks/645281.html
-
PEAR question
Date: 03/29/05
(PHP Community) Keywords: php, html, web
I can't seem to use any of the PHP PEAR packages except DB. Everytime I try to include the necessary include file, it tells me it can't find it. It doesn't seem to have any trouble finding DB.php though. I'm really confused.
array("Stig", "Bakken"),
"1" => array("Martin", "Jansen"),
"2" => array("Alexander", "Merz")
);
$tpl = new HTML_Template_IT("./templates");
$tpl->loadTemplatefile("main.tpl.htm", true, true);
foreach($data as $name) {
foreach($name as $cell) {
// Assign data to the inner block
$tpl->setCurrentBlock("cell") ;
$tpl->setVariable("DATA", $cell) ;
$tpl->parseCurrentBlock("cell") ;
}
// Assign data and the inner block to the
// outer block
$tpl->setCurrentBlock("row") ;
$tpl->parseCurrentBlock("row") ;
}
// print the output
$tpl->show();
?>
Obviously, this was cribbed from the PEAR website example. Can anyone tell me what I'm doing wrong? I keep getting this error:
Warning: main(HTML/Template/IT.php): failed to open stream: No such file or directory in /home/fiona/vrp/fitp/template_test.php on line 2
Fatal error: main(): Failed opening required 'HTML/Template/IT.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/fiona/vrp/fitp/template_test.php on line 2
Edit:
Haha, I'm a dork. I didn't realise that "pear rl" listed all the remote packages available, not the ones that are actually installed on the system. Turns out the package I wanted wasn't installed anyway.
Feh. Thanks for your help guys.
Source: http://www.livejournal.com/community/php/278925.html
-
O'Reilly Hacks Firefox
Date: 03/29/05
(Mozilla) Keywords: programming, web, google
Link to online O'Reilly store.
Have the .chm file (e-book), 2.74MB. Would anyone like a copy?
"Firefox Hacks offers all the valuable tips and tools you need to maximize the effectiveness of this hot web application. It's all covered, including how to customize its deployment, appearance, features, and functionality. You'll even learn how to install, use, and alter extensions and plug-ins. Aimed at clever people who may or may not be capable of basic programming tasks, this convenient resource describes 100 techniques for 100 strategies that effectively exploit Firefox. Or, put another way, readers of every stripe will find all the user-friendly tips, tools, and tricks they need to make a productive switch to Firefox. With Firefox Hacks, a superior and safer browsing experience is truly only pages away. The latest in O'Reilly's celebrated Hacks series, Firefox Hacks smartly complements other web-application titles such as Google Hacks and PayPal Hacks."
Heh. Clever people ;)
Source: http://www.livejournal.com/community/mozilla/267739.html
-
Cookies are not so sweet now :/
Date: 03/29/05
(Opera Browser) Keywords: browser, web
Whud up!
I have a problem. All of the sudden my Opera browser lost an adequate cookies control! Strange, I have all the settings turned ON for it to work, but every new session or even new opened tab releases any variables set for the website and I forced to enter all the login info again (i.e. livejournal.com or any other website that requires login procedure), its very irritating. Maybe anyone of you had the same problem?
Excuse me for my bad english.
UPD: the cause was incremented year by one. I've lived in 2006. Ma bro gonna die 4 that :))
Source: http://www.livejournal.com/community/opera_browser/29376.html
-
Firefox extensions I use - and other info
Date: 03/30/05
(Mozilla) Keywords: browser, css, html, xml, java, web
Since Mozilla Suite is no longer being developed, and Firefox is where everything is going, I decided it was time for me to make the jump. In the process I picked up a number of extensions and thought I'd document them in one place.
AniDisable - control animated gifs
Checky - links to validation services for XHTML, XML, CSS, etc.
ChromEdit - profile editor
ColorZilla - allows you to pick up a color from any element in the browser
Disable Targets For Downloads - prevents empty windows/tabs when you click a binary link
EditCSS - make realtime tweaks to a pages CSS
FoxyTunes - control your media player (iTunes, WinAmp, etc) from the browser chrome
Html Validator (based on Tidy) - validate HTML right in the browser, locally
I must not fear! - OK, so this just adds the line from Dune to the Tools menu. I like it. ;-)
ieview - open the current page in ie, useful for development testing
Image Zoom - pretty much what it sounds like
JavaScript Debugger - what it says
Linkification - makes plaintext URLs links
Linky - adds options for handling links
Longdesc - let's you view the longdesc attribute on images
miniT (drag+indicator) - drag tabs to reorder
Preferential - advanced preferences editor
Tabbrowser Preferences - provides a UI for editing hidden tab preferences
TinyUrl Creator - easily create a TinyURL from the current page
User Agent Switcher - lets you mimic other user agents
View Cookies - adds a tab to Page Info showing the cookies set by the page
Web Developer - adds a toolbar with web development tools
Anyone want to suggest something I should check out that I missed?
I also find this most useful - there are UIs in Firefox that aren't accessible. The chrome is there from the Suite, but the 'simplified' UI of FF has removed the links to the sub-elements: http://kb.mozillazine.org/Dev_:_FireFox_Chrome_URLs
For example: chrome://pippki/content/pref-ssl.xul - which also brings you here: chrome://pippki/content/pref-ciphers.xul - I like to disable weak ciphers.
Source: http://www.livejournal.com/community/mozilla/267824.html
-
web setup project
Date: 03/30/05
(Asp Dot Net) Keywords: web
Hello,
I am trying to build a .msi installer using a web setup project. The dependency checking is causing me major headaches because some of my references have different versions of the same .dll listed as a dependency. Does anyone know of a way to turn off this automatic dependency check?
Thanks
Source: http://www.livejournal.com/community/aspdotnet/30034.html
-
100% cpu usage
Date: 03/30/05
(SQL Server) Keywords: sql, web
My sql server is driving me crazy. It's pegging out at 100% CPU for almost anything. dropping tables, truncating tables. It will be at 0% CPU, I'll attempt to drop a table and it will sit at 100% until I cancel the request. Some of my webpages are timing out. Anyone have any idea where to start? Event viewer doesnt give much info.
I'm running sql server 2000 sp3 on win2k3 sp1.
Source: http://www.livejournal.com/community/sqlserver/22992.html
-
Question
Date: 03/31/05
(WebDesign) Keywords: web
I've got a question. I know many designers are against splash pages, but why do so many artists have them? I have been looking at alot of artists' web sites and nearly all of them have a splash page. Is there some sort of unspoken leeway for artists to have splash pages on their sites?
~Curious
Source: http://www.livejournal.com/community/webdesign/843831.html
-
linky dinky dooo
Date: 03/31/05
(HTML Help) Keywords: web
hi there
Is there a way to link to a page thats in frames on a "ghosted" site? (not sure what its called)
for example... the web site www.littlebrooklyn.com
I would like to link to some of the content inside of it
but its framed inside of www.brooklyngirl.com, and i prefer to use a link with the "little brooklyn" url
any ideas?
thanks!!!
-A
Source: http://www.livejournal.com/community/htmlhelp/1884473.html
-
I'll keep this short for ya
Date: 03/31/05
(Web Development) Keywords: web
I got bored the other night, so I tossed together a website for my photography (in about 6 hours).
I havent made a website for a good two or three years, and I was never very good, so it took me awhile to get back into it.
I was hoping to get some feedback on what I have, and suggestions of what you think would make it better.
any help would be appreciated.
JustinRodgersPhotography.com
edit:
not work safe....I suppose.
I didnt even think about it.
stupid art major mind not knowing whats not work safe....... 80)
Source: http://www.livejournal.com/community/webdev/184915.html
-
Open source bundling
Date: 03/31/05
(Open Source) Keywords: php, mysql, database, sql, web, apache
Open source bundling is the new trend. Martin Lamonica's story yesterday about SourceLabs describes one such bundles. Most are aimed at businesses. Many, like the SourceLabs bundle, are AMP Stacks, with the Apache Web Server, MySQL database, and PHP scripting tools. The idea is for a company to give ...
Source: http://blogs.zdnet.com/open-source/index.php?p=215&part=rss&tag=feed&subj=zdblog
-
Google plans to double Gmail capacity
Date: 04/01/05
(Web Technology) Keywords: web
Web giant to offer a bottomless cup of Web-based e-mail, dramatically raising the bar for rivals for the second time in a year.
Source: http://news.zdnet.com/Google+plans+to+double+Gmail+capacity/2100-9588_22-5649571.html?part=rss&tag=feed&subj=zdnn
-
Google plans to double Gmail capacity--at least
Date: 04/01/05
(Web Technology) Keywords: web
Web giant says it will offer a bottomless cup of Web-based e-mail, dramatically raising the bar for rivals for the second time in a year.
Source: http://news.zdnet.com/Google+plans+to+double+Gmail+capacity--at+least/2100-9588_22-5649571.html?part=rss&tag=feed&subj=zdnn
-
Hey
Date: 04/01/05
(Asp Dot Net) Keywords: web
Hey everybody. I'm a little new to the C# development, but I'm trying to muddle my way through it for a project I was asked to create (online exams that submit to the instructor via e-mail).
So I was wondering...
I'm trying to use the System.Web.Mail
namespace to creat the message that will be submitted, but I've run into a bit of a snag. I'm wondering if it's possible to use this, if the SMTP server is not going to be the same for each person who takes the test.
Again, I'm quite new to C# and I ask that you go easy on me. ^_^
Cheers!
--Lisa
X-posted to csharp
Source: http://www.livejournal.com/community/aspdotnet/30454.html
-
VS.NET debugger question
Date: 04/02/05
(C Sharp) Keywords: web
I've build a rather impressive SDK that I want to consume in my web app. I've referenced my debug bits (with the .PDB) in my web app, but when I try to step into the SDK's code, I get disassembly rather than readable source code.
My question is, how can I tell the debugger where to find the source code?
Source: http://www.livejournal.com/community/csharp/26980.html
-
Hey
Date: 04/01/05
(C Sharp) Keywords: asp, web
Hey everybody. I'm a little new to the C# development, but I'm trying to muddle my way through it for a project I was asked to create (online exams that submit to the instructor via e-mail).
So I was wondering...
I'm trying to use the System.Web.Mail
namespace to creat the message that will be submitted, but I've run into a bit of a snag. I'm wondering if it's possible to use this, if the SMTP server is not going to be the same for each person who takes the test.
Again, I'm quite new to C# and I ask that you go easy on me. ^_^
Cheers!
--Lisa
X-posted to aspdotnet
Source: http://www.livejournal.com/community/csharp/26652.html
-
x-posted to computerhelp
Date: 04/02/05
(Computer Help) Keywords: web
hey gang. i'm having this problem with my computer, i think it might be a video card problem. i was just navigating the web, and my monitor screwed up. the screen turned black, except for some parallel blue horizontal lines that were a little under an inch wide stacked up and down, about three inches away from each other. i saw something sort of like it a few years ago when i overclocked my card, and it burnt out. i also tried using an old monitor on it, and it still didn't work. i know my description is a bit vague, so if any other details are needed, i will try my best.
thanks!
Source: http://www.livejournal.com/community/computer_help/367251.html
-
EMERGENCY!!!
Date: 04/02/05
(HTML Help) Keywords: html, web
I DON'T CARE HOW YOU DO IT BUT SOMEONE PLEASE FIX MY JOURNAL!!
LOOK AT THE NAVIGATION LINKS AT THE TOP...
I TOTALLY FUCKED IT UP!
SOMETHING WRONG WITH IT AND I CANT FIGURE IT OUT!!