Forgot your password?

typodupeerror
PHP

Develop multitasking applications with PHP V5

Submitted by Anonymous Coward
An anonymous reader writes "Many PHP developers believe that because standard PHP lacks threading capabilities, it's impossible for a practical PHP application to multitask. Not true... PHP doesn't support threading in the way other languages like the Java programming language or C++ do, but the examples in this article show that PHP can exploit in-process multitasking and has more potential for speed-ups than many realize."
Programming

Building a (fast) Wikipedia offline reader->

Submitted by
ttsiod
ttsiod writes "An internet connection is not always at hand... I wanted to install Wikipedia on my laptop to be able to carry it along with me on business trips... After trying and rejecting the normal (MySQL-based) procedure, I quickly hacked a much better one over the weekend, using open source tools. Highlights: (1) Very fast searching (2) Keyword (actually, title words) based searching (3) Search produces multiple possible articles, sorted by probability (you choose amongst them) (4) LaTEX based rendering for Mathematical equations (5) Harddisk usage is minimal: space for the original .bz2 file plus the index built through Xapian (6) Orders of magnitude faster to install (a matter of hours) compared to loading the "dump" into MySQL — which, if you want to enable keyword searching, takes *days*. Enjoy!"
Link to Original Source
Internet Explorer

attn: web developers, re: internet explorer 7->

Submitted by
kris gale
kris gale writes "after months of second-guessing, i called microsoft to demand any and all clear information about what specific changes were made to the javascript engine in ie7 compared to ie6, because i've been getting some very strange phone calls from current and past clients lately... they had nothing to offer but the technet and msdn forums. after scouring those only to find a myriad of posts expressing issues in concert with my own, i spent this entire past weekend nailing down a few work-arounds to several critical bugs ie7 introduces to the web-at-large."
Link to Original Source
The Internet

visual search engine 1

Submitted by
kwarren
kwarren writes "I made this search engine that's completely visual (the is no text field to enter any sort of query). It attempts to profile a user based on how they rate certain images, and then find past searches that are most similar and gives related results. A lot of people say it reminds them of that 20q.net game; some times it's shockingly accurate, and sometimes it's unimpressive. It definitely shows improvement — some friends and I were trying to search for random topics, and it was pretty common for irrelevant results the first search, but some times as soon as the second or third search relevant results would appear withing 4 or 5 *ratings*. It checks both positive and negative relationships, and some times seems to have built a category using deductive reasoning. It's a pretty cool idea, but doesn't seem 100% accurate, so I'm putting it here for input and feedback. Thanks! -kpw"
Databases

Data fragmentation effects in mixed load database->

Submitted by
Dmitry Dvoinikov
Dmitry Dvoinikov writes "This article discusses the effects that data fragmentation has on the database performance under a mixed load. The experiment on a PostgreSQL database that follows the theoretical part yields some numbers and graphs and shows how bad fragmentation is for I/O and shared buffer pool.

http://www.targeted.org/articles/databases/fragmen tation.html"

Link to Original Source
Databases

SQL SERVER - Data Warehousing Interview Questions->

Submitted by
pinaldave
pinaldave writes "I have tried to accommodate all of them in last post in the series. I hope this series is helpful to all candidates who are seeking job as well interviewers. I have combined all the questions and answers in the one PDF which is available to download and refer at convenience. http://blog.sqlauthority.com/2007/07/29/sql-server -data-warehousing-interview-questions-and-answers- complete-list-download/"
Link to Original Source
The Internet

What ever happened to Web engineering?

Submitted by Anonymous Coward
An anonymous reader writes "Web pages have become a major functional component of the daily lives of millions of people; you, the Web developer, are in a position to make that part of everyone's lives better. Does it ever occur to you that today's Web developers could learn a thing or two from traditional computer programming? What we have today is a generation of Web designers and developers who are attempting to build increasingly sophisticated Web sites without reference to the best practices of software engineering, which this article explores."

Never raise your hand to your children -- it leaves your midsection unprotected. -- Robert Orben

Working...