-
Hello, this is Google, your operator, speaking
Date: 11/29/05
(Web Technology) Keywords: web
Search giant tests click-to-call service to connect Web surfers with advertisers over the phone
Source: http://news.zdnet.com/2100-9588_22-5974318.html
-
R_PPC_REL24 relocation out of range
Date: 11/29/05
(PHP Development) Keywords: php, web, apache
Looking all over the web for this error and a solution or workaround, but so far no luck. That is, I've found some mention of others with the problem, but no solutions. A few posts mentioning -fPIC flag to the compiler, but I've been doing that.
Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modules/libphp5.so: R_PPC_REL24 relocation at 0x0e56191c for symbol `floor' out of range
Any ideas? I'm using Apache 2.0.55, kernel 2.6.10-1.ydl.1 on a PPC 750, with PHP 5.0.5 built as a DSO.
Source: http://www.livejournal.com/community/php_dev/62432.html
-
Java Framework Struts is Dead; Long Live Struts!
Date: 11/29/05
(Java Web) Keywords: java, web
With the merger of WebWork and Struts now it is crystal clear that our beloved (not to speak bad about the dead) java web framework is no more with us. It's parts will however be salvaged and added to WebWork. Let's review what happened.
It doesn't give me much pleasure to say that I already spoke [...]
Source: http://blog.taragana.com/index.php/archive/java-framework-struts-is-dead-long-live-struts/
-
genii.com.ua
Date: 11/29/05
(WebDesign) Keywords: web
http://www.quinquarimarine.co.uk/

- web-design

- 3d modeling
Source: http://www.livejournal.com/community/webdesign/1023286.html
-
Windows XP Programming and Gaming Users
Date: 11/29/05
(Asp Dot Net) Keywords: programming, sql, web
Ok this is a weird question that may not be appropriate here but here's my situation: I'll be getting a new computer for Xmas that will be a powerful machine that will be used for 2 primary functions: Programming and Gaming. Thing is that basically I do alot of web programming so I'm going to have VS 2003 and 2005, SQL Server (possibly 2000 AND 2005), and IIS. As you know gaming requires alot of system resources and memory and I don't want to have to go to task manager everytime I boot up to play a game to close off all the programming and server programs. So what I'm wondering is whether or not I should:
A: Set up 2 user accounts on my computer (this is an XP Pro machine) with one for programming and one for gaming that has a modified startup script to disable everything (which i have no experience in writing BTW). I also don't know if this would even free up all the memory that I'd want.
B: Install 2 instances of XP Pro and use a dual boot configuration with one config with all the server and programming tools and one without. HD space isnt' really an issue since I will have a 250 gig hard drive (and likely will be adding more at a later date.) However I'm not very experienced with this sort of setup. I do plan on installing Windows XP 64-bit as well, so I'd have to do the 2 32-bit installations first and then do the 64-bit one. I'm not very keen on dealing with multiple partitions for all my programs, especially if they can't talk to one another (although I bet there's tools that allow you to view on the parttions, like I said I don't have much experience with this.) I know the 64 will require its own partition.
Sorry if this is really "out there" or inappropriate for this community. If someone knows a more appropriate one please let me know. I just figured since there appears to be a decent number of intelligent computer users here that perhaps there'd be someone here who could help me as well. Thanks alot.
Source: http://www.livejournal.com/community/aspdotnet/49429.html
-
Just joined and a first article
Date: 11/29/05
(Javascript Community) Keywords: java, web
Well this is just a little post to say I've just joined the community. I'm a Scottish based web developer working in the recruitment sector (which sounds really serious... scary). I tend to do a lot of Perl coding and have also recently got right back into Javascript having fallen out with it seriously in the 90's.
Anyway recently I needed to be able to have a form where a group of checkboxes had to interact with a group of radio buttons as if they were part of the set... So if a radio button was selected the checkboxes would all be cleared and if a checkbox was ticked the radio buttons would be cleared. After twiddling about with that for a while I tought people might find my result useful so posted it on my site.
Checkboxes that act like radio buttons
Any comments, critiques or questions are gratefully apprieciated.
Source: http://www.livejournal.com/community/javascript/85046.html
-
Sending a weekly email based on predefined search criteria
Date: 11/29/05
(PHP Community) Keywords: mysql, database, sql, web
Need some tech help and pointers.
My client is asking to send users an email every week, automatically. I have no clue how to do this.
The content of that email will be created by doing a search of a MySQL database.
If anyone knows how to do this or can point me some where useful, I'd appreciate the help.
[UPDATE you guys are making me laugh, relieving a lot of stress]
I could set up an event to run from my iCAL that loads a web page!
Source: http://www.livejournal.com/community/php/371609.html
-
Yahoo spoons out more RSS
Date: 11/30/05
(Web Technology) Keywords: rss, web, yahoo
Web giant to offer new RSS alert service and integrate RSS feeds into new Yahoo Mail beta.
Source: http://news.zdnet.com/2100-9588_22-5976150.html
-
This Blog is Featured in Feedster Top 500 (November-December), Ranked 33
Date: 11/30/05
(Java Web) Keywords: software, java, web
This blog (Simple Thoughts on Java and Web Software) has been featured again in Feedster Top 500 list. This time we ranked 33. Last time we ranked 97.
Each month, Feedster brings you a list of 500 of the most interesting and important blogs. Enjoy browsing to see what people are reading, to find feeds that [...]
Source: http://blog.taragana.com/index.php/archive/this-blog-is-featured-in-feedster-top-500-november-december-ranked-33/
-
Question...
Date: 11/30/05
(MySQL Communtiy) Keywords: php, sql, web
I'm pretty new to db design. I had a class on MS Access/SQL back at PSU, but never really used it. So, I'm familiar, but I still don't know how to figure things out very well.
Anyway, here is my problem: I am attempting to make a db for the upcoming college bowl season. Every year, my family picks the bowl games and whoever wins gets a special prize. I want to make it into a db this year, though, so that you can view any pickset without having to see ALL of them (there are 28 bowls + at least 10 people, so you can see that is a ton).
I tried making a table with the bowls in it like this:
ID | Name | Winner
------------------------------
1 | Bowl 1 | Team 1
2 | Bowl 2 | Team 2
then tried making a table with the picks in it like this:
ID | Name | Pick
-------------------------
1 | Jim | Team 1
2 | Tony | Team 2
but as you can see that doesn't work out, because each person only gets one pick in the table.
So the next thing I tried was making a seperate table for each person's picks with just the bowl name and the pick in it. It seems like that will amount to a ton of tables, though, so I'd rather try something more compact.
The next thing I toyed around with was making a table like so:
Table: Pickset
ID | Name | Bowl 1 | Bowl 2 | Bowl 3
--------------------------------------------------------
1 | Jim | Pick 1 | Pick 2 | Pick 3
2 | Tony | Pick 1 | Pick 2 | Pick 3
But I can't figure out how to relate it to the other table. Maybe I don't need to? I will be using PHP to display it on the web, by the way.
Basically I want the page to say:
Display Picksets:
Jim [ ]
Tony [ ]
SUBMIT
So that whatever you check off will display in a nice table.
Can anyone help me out here..?
Source: http://www.livejournal.com/community/mysql/74483.html
-
Breitbart.com has Drudge to thank for its success
Date: 11/30/05
(Web Technology) Keywords: web
Internet icon is sending readers to protege's Web site, boosting the news site's traffic.
Source: http://news.zdnet.com/2100-9588_22-5976096.html
-
Trojan horse rides on unpatched IE flaw
Date: 11/30/05
(Security) Keywords: web, hosting, microsoft
Windows users could lose control of their systems by simply visiting a Web site hosting malicious code, Microsoft warns.
Source: http://news.zdnet.com/2100-1009_22-5977161.html
-
XmlHttpRequest Across Sub-Domains
Date: 11/30/05
(Java Web) Keywords: xml, web
As you probably know XmlHttpRequest only works if the request is made to the same web server from which the page was fetched (same origin). Here is a way to communicate across sub-domains using XmlHttpRequest without resorting to reverse proxying.
Abe (@ fettig.net) found a solution using iframe and an exception to the "same origin" rule. [...]
Source: http://blog.taragana.com/index.php/archive/xmlhttprequest-across-sub-domains/
-
Phishers use IRS tax refund as bait
Date: 12/01/05
(Security) Keywords: programming, web
Cybercriminals take advantage of programming error on a federal Web site to pose as IRS and collect sensitive data.
Source: http://news.zdnet.com/2100-1009_22-5977588.html
-
Microsoft delivers Windows Live Mail beta
Date: 12/01/05
(Security) Keywords: web, microsoft
Long-planned replacement for Hotmail, now part of Microsoft's grand "Live" plan for free Web-based tools, gets a refresh.
Source: http://news.zdnet.com/2100-1009_22-5977502.html
-
Me, again ^_^
Date: 12/01/05
(Web Development) Keywords: sql, web
Anyone know of a webhost that will allow the locking of tables in SQL?
Source: http://www.livejournal.com/community/webdev/274960.html
-
Blogging suggestions?
Date: 12/02/05
(Web Development) Keywords: rss, database, web, google
Hey everyone. Quick question.
My husband and I run a small press comic book publishing company, and we're currently redesigning our website.
Long story short, we're looking to set up a blog of some sort that i can customize the look of, that google will index and that i can turn into an .rss feed. we're willing to
pay for the service, although it has to be very reasonably priced.
I was going to work with movable type, which i know fits these criteria, but I'm thinking it's a bit over my head to install. I've installed messageboards and worked with databases before, but it's been a while, and I'm rusty.
Don't need a lot of bells and whistles, and really, the simpler the better.
Any suggestions? Thanks in advance.
Source: http://www.livejournal.com/community/webdev/275939.html
-
Linking a rotating gallery
Date: 12/02/05
(Javascript Community) Keywords: java, web
Hey I am new to this community and I'm really just starting to dip into Javascript for some websites I am doing. My question is: I have a rotating image gallery driven by JS and I can't seem to figure out how to link each individual page to its corresponding product page. The way I have the code now, the first image/link works but it doesn't refresh once the next images(s) appear.
Here is the page which I am referring to:
Air Cylinders Direct
Here is the code in which I am referring to:
I apologize if my code is disgusting and messy. I'm just a newbie.
Thanks for your help.
Source: http://www.livejournal.com/community/javascript/86125.html
-
Developer's Job
Date: 12/02/05
(WebDesign) Keywords: programming, asp, web
Got this email today in case anyone is looking for a developer's job:
I was advised that you were heavily involved in web development efforts for your organization.
My client is a healthcare provider with a multi-facility organization in Florida.
They have a largely MS/Sharepoint/ASP/.Net type environment, although there is a mix of technologies due to the web development efforts having previously been spread around various groups. They are now beginning the effort to consolidate, and develop their web portal/physicians portal projects.
They are seeking 2 senior level, or one senior and one mid level developer to join their team after Jan. 1.
Ideal candidates will have several years of experience with MS ASP/.NET will bring strong documentation and programming skills to their efforts to bring stability, consistency, reliability and enhancements to their web environment.
Positions are perm, benefits, potential relocation assistance.
If you know someone who might find these opportunities of interest, please share.
Sincerely,
John Popowski, CPC
President
ROI Recruiting
john@roirecruiting.com
www.roirecruiting.com
w 843-278-2410
f 843-278-0710
Source: http://www.livejournal.com/community/webdesign/1025317.html
-
is it a java problem or a computer problem.
Date: 12/03/05
(Javascript Community) Keywords: java, web
Made this website on a PC http://www.endersworld.net/ and it works fine. Now I'm on a mac and trying to use the same script to make this http://www.you-are-beautiful.info/ but it seems to hate me :(
Does Mac OSX and Java just not work together? Or should I keep searching around the script...?
Source: http://www.livejournal.com/community/javascript/86407.html