1. Moore's law of training defines the economic cycle

    Date: 10/19/05 (Open Source)    Keywords: technology

    The new business cycle is based on training. Technology is acquired, but it isn't adapted for use until buyers feel pressure to raise productivity. It takes time to learn, and a commitment that arises best out of need.

    Source: http://blogs.zdnet.com/open-source/?p=473&part=rss&tag=feed&subj=zdblog

  2. Now I'm really screwed.

    Date: 11/02/05 (Web Development)    Keywords: php, mysql, software, html, technology, database, sql, security, apache

    This is a follow up to the post I made before regarding this database connection problem I'm having. (http://www.livejournal.com/community/php/359304.html)

    After receiving responses from people that suggested I install the MS SQL PHP functions, I inquired with my IT contact (we are a large institution and therefore have ridiculous amounts of red tape to deal with) as to whether or not they could be installed.

    This is what I was told:

    We do not support MSSQL odbc connection on our Sun Solaris server running Apache. mssql_connect would require a staff member who knows the technology, purchase of licensed software (which we do not have), and recompiling of Apache that may potentially break other users code. Also, there would be MSSQL security issues if we were to open up or authorize connections to it from our Sun Server, we host a variety of departmental databases on that SQL server, that could be a potentially serious problem if any of our other databases we to be compromised. Sorry for the inconvenience, but that is the story.


    If I can't connect to that database, the entire project that I'm working on is going to be fucked and I have a 11/21 deadline. I need to know two things, if any of you can discern from all of this:

    1. Is it EVER going to be possible for me to connect to that database? Or should I just stop wasting my time and create another for my personal use?

    2. If it is possible, can someone tell me how? :(

    Thanks everyone.

    Cross posted to PHP/MySQL communities.

    Source: http://www.livejournal.com/community/webdev/263959.html

  3. Now I'm really screwed.

    Date: 11/02/05 (PHP Community)    Keywords: php, mysql, software, html, technology, database, sql, security, apache

    Edit: Thank you all for your help and suggestions. I had a meeting with my server administrators and have found that it would just be easier to dump and import the data into my own little MySQL database. But I learned a lot in this process thanks to you all!

    This is a follow up to the post I made before regarding this database connection problem I'm having. (http://www.livejournal.com/community/php/359304.html)

    After receiving responses from people that suggested I install the MS SQL PHP functions, I inquired with my IT contact (we are a large institution and therefore have ridiculous amounts of red tape to deal with) as to whether or not they could be installed.

    This is what I was told:

    We do not support MSSQL odbc connection on our Sun Solaris server running Apache. mssql_connect would require a staff member who knows the technology, purchase of licensed software (which we do not have), and recompiling of Apache that may potentially break other users code. Also, there would be MSSQL security issues if we were to open up or authorize connections to it from our Sun Server, we host a variety of departmental databases on that SQL server, that could be a potentially serious problem if any of our other databases we to be compromised. Sorry for the inconvenience, but that is the story.


    If I can't connect to that database, the entire project that I'm working on is going to be fucked and I have a 11/21 deadline. I need to know two things, if any of you can discern from all of this:

    1. Is it EVER going to be possible for me to connect to that database? Or should I just stop wasting my time and create another for my personal use?

    2. If it is possible, can someone tell me how? :(

    Thanks everyone.

    Cross posted to PHP/MySQL communities.

    Source: http://www.livejournal.com/community/php/363248.html

  4. Sony's antipiracy may end up on antivirus hit lists

    Date: 11/04/05 (Security)    Keywords: software, technology, security

    Security software makers consider adding protection against the cloaking tool in Sony's anticopying technology.

    Source: http://news.zdnet.com/Sony%27s+antipiracy+may+end+up+on+antivirus+hit+lists/2100-1009_22-5933428.html?part=rss&tag=feed&subj=zdnn

  5. FireFox Rises to 10% Market Share Worldwide

    Date: 11/05/05 (Java Web)    Keywords: browser, technology

    More than 10% of net users are going online with the Firefox browser according to analysis firm One Stat. In US it has higher shares of 14%. Link However there appears to be a consensus among technical blogs that Firefox usage is around 50% in technology users. I had posted before about this (see in links below). The numbers [...]

    Source: http://blog.taragana.com/index.php/archive/firefox-rises-to-10-market-share-worldwide/

  6. Class Action Lawsuit Against Sony BMG For DRM RootKit; Pest Patrol Lists Sony’s RootKit as Spyware

    Date: 11/11/05 (Java Web)    Keywords: software, technology

    A class action lawsuit against Sony BMG Music Entertainment has been filed in California, and more lawsuits are expected as lawyers enter the Sony Rootkit copy protection software fiasco. Attorney Alan Himmelfarb filed a suit in Los Angeles County Court last week on behalf of Alexander Guevara. The lawsuit claims that Sony BMG's copy-protection technology, dubbed [...]

    Source: http://blog.taragana.com/index.php/archive/class-action-lawsuit-against-sony-bmg-for-drm-rootkit-pest-patrol-lists-sonys-rootkit-as-spyware/

  7. Sony halts production of 'rootkit' CDs

    Date: 11/11/05 (Security)    Keywords: technology, virus

    Decision to suspend manufacture of music CDs with the copy-protection tool comes after viruses exploited the technology.

    Source: http://news.zdnet.com/2100-1009_22-5946825.html

  8. Group aims to drastically up disc storage

    Date: 02/04/05 (Data Management)    Keywords: technology

    HVD technology could let consumers store as much data as 200 standard DVDs hold.

    Source: http://news.zdnet.com/2100-9592_22-5562599.html

  9. Rhetoric vs. Reality at SAP

    Date: 11/14/05 (Open Source)    Keywords: technology

    What matters in technology, as in business and as in politics, is not what you say, but what you do.

    Source: http://blogs.zdnet.com/open-source/?p=496&part=rss&tag=feed&subj=zdblog

  10. The perils of table-less layouts

    Date: 11/15/05 (Web Development)    Keywords: browser, css, html, technology

    It has been decided that the site I'm working on should take up the entire browser window instead of a fixed width of 750px. As such, I've been trying to convert the thing to use percentages instead of pixel values, and I'm having some trouble getting things to line up. I would be eternally grateful if someone could help me out, details


    The small image shows the problem I'm having. The top grey bar should line up with the blue part, but I cannot get it to do so. Note that the problem is present in both IE6\win and FF\win, which leads me to believe the problem lies with my code, not with a weird browser thing. So here's the css:

    body
    {
    	font-family: arial, sans-serif;
    	font-size:.8em;
    }
    a
    {
    	font-size:1em;
    	font-weight:bold;
    }
    ul
    {
    	padding: 0px 0px 0px 0px;
    	margin: 0px 0px 0px 35px;
    }
    li
    {
    	margin-bottom: 5px;
    }
    img
    {
    	padding: 0px 0px 0px 0px;
    	margin: 0px 0px 0px 0px;
    	border:none;
    }
    div.left
    {
    	float:left;
    	width:161px;
    	
    }
    #content
    {
    	background-color:#E8EAF7;	
    	border-left:5px solid white;
    	padding:3px 0px 0px 3px;
    	line-height:130%;
    	position:absolute;
    	left:162px;
    }
    
    div#navmenu
    {
    	background:#E8EAF7 url(ncorner.gif) no-repeat bottom right;
    	list-style-type:none;
    	padding:2px 0px 5px 5px;
    	margin-bottom:5px;
    	
    
    }
    
    ul#nav
    {
    	list-style-type:none;
    	margin-left:0px;
    }
    
    ul.nodec
    {
    	list-style-type:none;
    	margin-left:20px;
    }
    
    .description
    {
    	line-height:110%;
    	font-size:1em;
    	color: #222;
    	position:relative;
    	left:5px;
    	width:90%;
    }
    .nomargin
    {
    	margin:0px 0px 0px 0px;
    }
    
    h1
    {
    	font-size:1em;
    	margin: 0px 0px 0px 0px;
    }
    h2
    {
    	font-size:.85em;
    	margin: 0px 0px 0px 0px;
    	font-weight:bold;
    }
    h3
    {
    	font-size:1em;
    	font-weight:bold;
    	margin:0px 0px 0px 0px;
    	padding:0px 0px 0px 0px;
    }
    
    #floatbreaker
    {
    	height:75px;
    	border-top: 2px solid white;
    	margin-top:3px;
    	padding:0px 0px 0px 5px;
    }
    #container
    {
    	width:100%;
    }
    .imgbottom
    {
    	position:relative;
    	margin-top:0px;
    	padding:0px 10px 0px 0px;
    	bottom:-10px;
    }
    
    div#head
    {
    	color:#fff;
    	background:#525252 url(corner.gif) no-repeat top right;
    	font-size:2em;
    	padding-left:3px;
    }
    p
    {
    	margin-top:0px;
    	margin-left:5px;
    	line-height: 130%
    }
    acronym
    {
    	border-bottom:1px dotted black;
    }
    



    And now the html

    
    
    
    
    
    	The IP Phone Services Bake-Off
    
    
    
    
    
    IP Phone Services Bakeoff

    Overview

    The IP Phone Services Bake-Off is a competition open to all ASU students interested in emerging VOIP technology. The goal of the competition is to come up with an innovative application for Cisco IP Phone technology. Your idea is totally up to you, but it should add some functionality beyond what IP Phones can already do. You may also want to read the official rules.

    Independent Study Credit

    In addition to the prizes listed below, students will be able to get independent study credit for this project. Individual professors will determine the exact requirements, so interested students should contact the appropriate professors as soon as possible.


    Prizes

    • First prize: Six week internship with Cistera Networks in Dallas, Texas
    • Second Prize: Sony Playstation Portable and $500
    • Third Prize: Sony Playstation Portable and $150

    What's Next?

    Sponsored by:

    _ W.P. Carey School of Business_ Center for Advancing Business through Information Technology_ CISCO Systems_ Cistera Networks


    Source: http://www.livejournal.com/community/webdev/269989.html

  11. Symantec beats the research drum

    Date: 11/15/05 (Security)    Keywords: technology

    The company is making research a higher priority. It is investing more resources in the group and is more aggressive about the development of technology in-house.

    Source: http://news.zdnet.com/2100-1009_22-5949613.html

  12. Group backs program to certify downloads

    Date: 11/16/05 (Security)    Keywords: technology, spyware

    The "Trusted Download Program," backed by several technology companies, is designed to help protect consumers against adware and spyware.

    Source: http://news.zdnet.com/2100-1009_22-5954668.html

  13. How To Search Non-Copy Protected Music CD’s Only Or Even Tabulate Copy Protected Ones

    Date: 11/16/05 (Java Web)    Keywords: technology, database, virus, web

    Copy-Protection recently came to limelight as Sony used DRM technology to copy-protect its CD's which makes them vulnerable to viruses and malware. This website allows you to search for music CD in Amazon database which do not have any kind of copy-protection enabled. This may come in handy if you want to verify if your [...]

    Source: http://blog.taragana.com/index.php/archive/tool-to-search-for-non-copy-protected-music-cds-or-tabulate-copy-protected-ones/

  14. Sony DRM (and others) Can be Defeated With a Piece of Tape Says Gartner

    Date: 11/21/05 (Java Web)    Keywords: technology

    The controversial XCP digital rights management technology that Sony BMG bundled in its audio CDs can easily be defeated by applying a small piece of tape to the discs claimed Gartner. Applying a piece of opaque tape to the outer edge of the disk renders the data track of the CD unreadable. A computer trying to [...]

    Source: http://blog.taragana.com/index.php/archive/sony-drm-and-others-can-be-defeated-with-a-piece-of-tape-says-gartner/

  15. HP introduces new utility-computing service

    Date: 11/30/05 (Application Development)    Keywords: technology

    New data-crunching application for computer-aided engineering taps into the technology used for "Shrek 2" and "Madagascar."

    Source: http://news.zdnet.com/2100-9593_22-5975660.html

  16. Balancing privacy and personal data

    Date: 11/29/05 (IT Management)    Keywords: technology

    Q&A Jeff Jonas, an IBM distinguished engineer, says his technology strikes the balance between personal privacy and sophisticated data analysis.

    Source: http://news.zdnet.com/2100-9589_22-5975383.html

  17. I <|3 my computer

    Date: 12/03/05 (Computer Help)    Keywords: technology, virus

    Technology's never really been my best friend. We just sort of get along...

    I got this stupid virus about 2-3 weeks ago and I still have it. I've updated all my anti-virus stuff (Norton and NoAdware), anti-ad thingy (Ad-Aware), and anti-spy stuff (Spybot Search and Destroy) and have run them all (a lot) and it's still is on my computer.

    Every time I turn on my computer this message pops up:
    Image hosted by Photobucket.com


    When I click "ok," it doesn't get rid of it. Neither does running the system scan with Norton. To get the Norton window (above) to finally go away I have to ctrl+alt+delete and end-task-button it to death.

    Is there a way to go in and manually delete this stupid thing without completely ruining my computer in the process?
    If so how?

    Source: http://www.livejournal.com/community/computer_help/540646.html

  18. Apple iPod Patent Lawsuit on Horizon

    Date: 12/08/05 (Java Web)    Keywords: technology

    Apple could be in for a big legal fight with competitor Creative over the navigation technology used in iPod music players. Creative CEO Sim Wong Hoo plans to pursue aggressively a US patent it owns on a system used to navigate music on digital players. Mr Sim was speaking at the launch of Creative's latest competitor to [...]

    Source: http://blog.taragana.com/index.php/archive/apple-ipod-patent-lawsuit-on-horizon/

  19. Java Blogger’s in India

    Date: 12/11/05 (Java Web)    Keywords: technology, java

    I want to create a list of Java blogger's in India or of Indian origin. If you are one please state so with your url in the comment below. Also mention if you focus on any particular Java technology. Feel free to forward this post.

    Source: http://blog.taragana.com/index.php/archive/java-bloggers-in-india/

  20. Open-source antivirus tech may get commercial help

    Date: 12/13/05 (Security)    Keywords: technology, security, virus, antivirus

    eEye Digital Security may adopt and improve the open-source Clam AntiVirus technology to add to its intrusion-prevention product.

    Source: http://news.zdnet.com/2100-1009_22-5992194.html

Previous page  ||  Next page


antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home