11,661 posts tagged Web Development
SubscribeCan Microsoft win over enough developers to change the paradigm?
http://blogs.techrepublic.com.com/ programming-and-development/ ?p=671-
Tribal Media: Changing The Game With OpenSim
http://www.ugotrade.com/ 2008/ 05/ 14/ tribal-media-changing-the-game-with-opens…Tribal Net, which goes into public Beta at the end of this week, not only brings us the long awaited OpenSim on your PC but by creating new back end protocols for OpenSim the Tribal Media team has introduced a key innovation to OpenSim - the decentralized grid.
-
MySQL commands (for SSH/command line use)
http://sitedesignmagazine.com/ dailies/ mysql-commands-for-sshcommand-line-use/ …MySQL commands (for SSH/command line use) I hate looking this stuff up and I don't do it enough to remember so here goes: Logging in: mysql -u <username> -p list or show all databases: show databases; open or start using database: use <database name>; list or show all tables: show
-
IE 7 Update Crashes ruins view on millions of websites overnight:
http://socialmediasystems.com/ 05/ 14/ ie-7-update-crashes-ruins-view-on-million…The Latest update to IE 7, meant to update the browser to the new rendering engine that exists in IE 8 Beta is a bust: it caused our entire right sidebar to vanish completely! our site still parses perfectly in Firefox: we are researching, trouble shooting now, will inform you here when we find a fix!
-
HP partners with Desktone to advance virtualized desktops as a service
http://blogs.zdnet.com/ Gardner/ ?p=2660Desktone, the desktop as a service (DaaS) provider, has lined up a powerful ally in Hewlett-Packard (HP), which has signed on as the first member of Desktone’s partner program for desktop virtualization technology.
-
Alpha Five Platinum Brings AJAX to the Enterprise
http://gilbane.com/ news/ 2008/ 05/ alpha_five_platinum_brings_aja.htmlAlpha Software is now shipping Alpha Five Platinum Edition, the ninth major release of the company's Web database development platform. It's a development tool that can visually build AJAX-powered applications, integrate SQL databases with drag+drop, and deliver enterprise-scale availability, without having to write pages of computer code.
-
Most Important Rules In Website Design
http://www.designingprojectmanagement.com/ Blog/ web-designing/ most-important-r…So you have decided to get your business running on the information highway known as the worldwide web or Internet. There is a lot that you need to know before you hire a web design firm, so that you can give them guidance on how you want your website built.
-
Web Hosting Provider, CSC, Garners Global SAP Hosting Partner … - WebSite Host Directory (press release)
http://allstarnic.com/ web-hosting-news/ web-hosting-provider-csc-garners-global…Web Hosting Provider, CSC, Garners Global SAP Hosting Partner …WebSite Host Directory (press release),?OR?- 2 hours agoThese include systems design and integration; IT and business process outsourcing; applications software development; Web and application hosting; … Excerpt from: Web Hosting
-
Permanent link to Anthology / Firefox Add-Ons
http://bogtech.com/ 2008/ 05/ 14/ anthology-firefox-add-ons/Anthology / Firefox Add-Ons Posted by admin on May 14, 2008 at 12:30 pm In the afternoon I used Google to find more information on ‘ftp software mac’ so I could post it into ‘Development and Web Authoring’.
-
Undelete Something With SVN
http://www.jappler.com/ blog/ archive/ 2008/ 05/ 14/ undelete-something-with-svnEver delete something with svn (svn del) and then realize you needed it again? You can get it back by using: svn copy -r HEAD filenameyoudeleted.extension filenameyoudeleted.extension svn copy is the command to get a working copy back -r is short for revision. I used HEAD which will give you the latest in repository.
-
One month of webcam tests
http://www.kouiskas.com/ 2008/ 05/ 14/ one-month-of-webcam-tests/At work we’re currently working on a new user-generated video website. I’ve developed flash-based solutions that let our users upload video files or record themselves on a webcam. When I need to do a test, recording a short video on the webcam is much faster than uploading a file and waiting for it to be transcoded.