1. Open-source database gets backing

    Date: 01/11/05 (Data Management)    Keywords: database, sql, postgresql

    Pervasive looks to crack the database market with a support offering around open-source database PostgreSQL.

    Source: http://news.zdnet.com/Open-source+database+gets+backing/2100-9592_22-5519933.html?part=rss&tag=feed&subj=zdnn

  2. MD5 support in SQL Server 2000

    Date: 12/23/04 (SQL Server)    Keywords: mysql, database, sql, postgresql

    cross-posted to '[info]'databases

    For privacy protection within an application, I hash email addresses into MD5. MySQL, PostgreSQL, and Oracle all have a scalar function that allows you to hash a column/string -- for example MD5(emailaddr).

    I have yet to find such a function, or a handy library/package for creating such a function in SQL Server 2000. Did I miss something? recommendations?

    Source: http://www.livejournal.com/community/sqlserver/13063.html

  3. Pear::DB Woes

    Date: 03/17/05 (PHP Community)    Keywords: database, sql, postgresql

    I'm trying to connect to a PostgreSQL database on a system that only allows unix socket connections. The DNS I'm trying is below, but no joy so far. I've verified that I can connect to the database on the commandline with 'psql'.

    $db = DB::connect('pgsql://username:password@unix(/tmp/.s.PGSQL.5432)/database');

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

  4. Distributed development tool?

    Date: 07/26/05 (PHP Community)    Keywords: php, programming, software, database, sql, postgresql, web

    Having recruited a small army to help me code, I've been trying to sort out a distributed development system. The only problem with this is the fact that I can't find a system that caters for what I need, and building one from scratch is a minor ballache (not to mention was taking far too long - that was my original tactic).

    Basically, I need web software that does the following: Bug tracking, project and task management, static content, project and general discussion, SCM/version control (CVS/SVN preferably, SVN looks nicer, either can be installed as needed).

    In real terms, I need something to be able to hand out documentation on the web, throw projects up that people can choose to take on, a bug tracking system (for obvious reasons), somewhere to talk about the projects and in general, and manage code. We've looked at GForge - it's nice, but requires PostgreSQL, and I don't have time to rewrite it into ADODB. Combining that with a wiki (or something similar) plus discussion board would probably fit it beautifully, but again, it'd also mean rewriting the login systems and integrating them - which would be a pain in the neck for two seperate database systems. Tried TUTOS, but it's unrefined, and missing many of the things we need - it's more resource and personnel planning. Flyspray is good for tracking bugs, and MediaWiki is good for static code. phpBB of course is an excellent piece of forum software. But none of them actually fit together. Writing a system to combine them is possible, but expensive in terms of time, as I said earlier.

    I can't find anything that seems to fit the bill. I could write one, but it takes far too long, especially with a one-man programming team.

    Is there anything that anyone knows of out there that may fit the bill? Either that, or it's going to be a long few days coding for me :-/

    (X-posted to my own journal, and a couple of communities.)

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

  5. MSSQL scares me

    Date: 09/08/05 (SQL Server)    Keywords: mysql, database, sql, postgresql, web, linux, microsoft

    (my background)
    Using MySQL and PostgreSQL on FreeBSD and Linux machines
    (the problem)
    I have four databases (actually MDF and LDF files) from a client. They want to know if they can extract data from the four databases by year and place them in to individual databases. This sounds ok, but I am new to Microsoft's SQL server. I sacrificed one of my personal dev machines and installed 2k3 Enterprise and 2000 SQL server. Created new databases with the same name as the files and then replaced the new files with the original ones from the client. Super.
    Now what?

    Again my background is in the command line/web front end so I am running a little blind. What is the simplest way to see the data in each database? What are some _quality_ sites I can read (because googling information you have no idea about takes time to filter out the bs).

    Source: http://www.livejournal.com/community/sqlserver/33194.html

  6. Open-source database gets backing

    Date: 01/11/05 (Data Management)    Keywords: database, sql, postgresql

    Pervasive looks to crack the database market with a support offering around open-source database PostgreSQL.

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

  7. Language Choice

    Date: 01/17/06 (WebDesign)    Keywords: php, programming, mysql, database, sql, java, postgresql, web, apache

    I need some advice in regard to which language to use for developing a dynamic website. My wife and I are thinking about creating a LMAO website, which will allow people to organize various LMAO projects. The website will allow users to register, log in, create projects, join projects, upload pictures, and so on. It's not terribly large project, but still pretty complicated for people who haven't done any web development and little programming in general.

    The first problem is deciding upon a language to use. The site will, at least in the beginning, run on our server at home, which is FreeBSD running Apache2 (or anything else we want, to be honest. I'm not giving up FreeBSD, though!). It looks like all major languages in the field, including PERL, Ruby (and Ruby on Rails), Python, and PHP work well with Apache, so that shouldn't be a problem. For the database back-end, we'll be using PostgreSQL or MySQL (if we have to), both of which are widely supported as well.

    My wife doesn't have much experience in programming, so for her it will be new experience one way or the other. I have some, but still little. The only language I'm familiar with and can actually write something useful in is Common Lisp. There exists mod_lisp and a couple of web development frameworks, TBNL and UnCommon Web, but the process seems hacky -- from what I can tell -- unless one uses a commercial CL implementations that cost a lot.

    I've looked briefly at Python and Ruby, as well as asked for opinions from various groups of people (programmers who prefer Lisp, Ruby, or Python), but it's all still looks like mambo-jumbo to me. The only thing they agree on is that one should refrain from using PHP for anything non-trivial, so I'm inclined to believe that. As far as PERL is concerned, I've always had a distaste for it, so am not all that keen on using it.

    Could anyone recommend one of these language, or perhaps another one, that would be suitable for our needs? I've pretty much made up my mind in regards to PHP and PERL, so I'm not looking for a debate about why they're good. I also wish to stay away from Windows-based and Java-based solutions.

    Source: http://www.livejournal.com/community/webdesign/1045210.html

  8. Language Choice

    Date: 01/17/06 (WebDesign)    Keywords: php, programming, mysql, database, sql, java, postgresql, web, apache

    I need some advice in regard to which language to use for developing a dynamic website. My wife and I are thinking about creating a LMAO website, which will allow people to organize various LMAO projects. The website will allow users to register, log in, create projects, join projects, upload pictures, and so on. It's not terribly large project, but still pretty complicated for people who haven't done any web development and little programming in general.

    The first problem is deciding upon a language to use. The site will, at least in the beginning, run on our server at home, which is FreeBSD running Apache2 (or anything else we want, to be honest. I'm not giving up FreeBSD, though!). It looks like all major languages in the field, including PERL, Ruby (and Ruby on Rails), Python, and PHP work well with Apache, so that shouldn't be a problem. For the database back-end, we'll be using PostgreSQL or MySQL (if we have to), both of which are widely supported as well.

    My wife doesn't have much experience in programming, so for her it will be new experience one way or the other. I have some, but still little. The only language I'm familiar with and can actually write something useful in is Common Lisp. There exists mod_lisp and a couple of web development frameworks, TBNL and UnCommon Web, but the process seems hacky -- from what I can tell -- unless one uses a commercial CL implementations that cost a lot.

    I've looked briefly at Python and Ruby, as well as asked for opinions from various groups of people (programmers who prefer Lisp, Ruby, or Python), but it's all still looks like mambo-jumbo to me. The only thing they agree on is that one should refrain from using PHP for anything non-trivial, so I'm inclined to believe that. As far as PERL is concerned, I've always had a distaste for it, so am not all that keen on using it.

    Could anyone recommend one of these language, or perhaps another one, that would be suitable for our needs? I've pretty much made up my mind in regards to PHP and PERL, so I'm not looking for a debate about why they're good. I also wish to stay away from Windows-based and Java-based solutions.

    Source: http://community.livejournal.com/webdesign/1045210.html

  9. converting database from PostgreSQL to MySQL

    Date: 04/05/06 (MySQL Communtiy)    Keywords: mysql, database, sql, postgresql

    Hello all.
    Sorry if this question is offtop question.
    I have dump of PostgreSQL database and now I want to use it with MySQL.
    Can You help me with converting it?
    Does anyone now how to do it? Or I should do it by hand?
    Thanks.

    Source: http://community.livejournal.com/mysql/92257.html

  10. Serious scaling for open source databases

    Date: 05/24/06 (Open Source)    Keywords: technology, sql, postgresql

    Greenplum partnered with a business analytics consultant, Daxby to come up with something that could run on a collection of low-cost servers. It wasn't cheap, but the underlying technology was still PostgreSQL.

    Source: http://blogs.zdnet.com/open-source/?p=661

  11. MySQL is used in most of the freelance projects

    Date: 07/05/06 (MySQL Communtiy)    Keywords: mysql, sql, postgresql

    Statistical research based on analysis of more than 15000 freelance projects posted to getafreelancer.com (one of the biggest freelance sites along with scriptlance.com and others) shows that DBMS MySQL was used in 78.8% of completed projects, MS SQL Server – in 3.6%, PostgreSQL – in 0.62% http://freelancejob.com.ua/content/view/391/4/#en

    Source: http://community.livejournal.com/mysql/99265.html

  12. Five Reasons To Use PostgreSQL

    Date: 08/18/06 (Java Web)    Keywords: database, sql, postgresql

    Five reasons, without the satire, for using PostgreSQL open source database. Availability on multiple platforms PostgreSQL is available on every modern Unix-compatible operating system, windows, and ports are also available for Novell NetWare and OS/2. Professional development and administration tools The following list summarizes just a few of the tools available to PostgreSQL developers: Database modeling: Several commercial and open [...]

    Source: http://blog.taragana.com/index.php/archive/five-reasons-to-use-postgresql/

  13. Possible job opening in DC area

    Date: 09/07/06 (PHP Community)    Keywords: cms, php, css, sql, java, postgresql, web

    My employers are in the process of opening up a PHP position in the DC area. The position in question is on a team responsible for developing sites, a CMS and other web tools for several magazines, some of which are relatively high-profile.

    At present, I don't have any details regarding salary, etc -- but as far as I can tell, this would be a permanent position, and they do pay well, treat their employees well, and they are growing at what I think is a sustainable clip.

    Skills I know we'll be looking for:
    PHP (5+, some OO preferred, Zend Framework a plus)
    PostgreSQL
    CSS
    Javascript (we'll be using the jQuery library)
    DBA skills a big plus
    Red Hat skills a plus

    This is just a heads-up for the moment -- I'll put the actual job-posting here when it is approved, but for now if you're in the area and are looking for an opportunity, now would be a good time to dust off the old resume and update it.

    Source: http://community.livejournal.com/php/493370.html

  14. Contract position in DC

    Date: 09/22/06 (PHP Community)    Keywords: php, css, sql, java, postgresql

    A couple of weeks back, I posted about a possible job opening in the DC area -- well, that one has been filled already with someone already in the company. However, they are now posting a new 6-month contract position with about a 50% chance of becoming a permanent position at the end of the contract.

    The position is at The Atlantic Media Company, which produces (among others) The National Journal, Atlantic Monthly and Government Executive magazines. The position in question would assist in fleshing out a next generation content management system, and integrate it into the workflow of the various publications. DC area applicants are preferred, but remote work is not out of the question. I won't kid you that the pace of the work is frantic, but I know there are some who thrive on high expectations -- if that's your thing, by all means apply.

    Skills:
    PHP (5+, some OO preferred, Zend Framework a plus)
    PostgreSQL
    CSS
    Javascript (we'll be using the jQuery library)
    DB admin skills a big plus
    Red Hat skills a plus

    Send resumes and salary requirements to ssweet@nationaljournal.com

    Source: http://community.livejournal.com/php/496611.html

  15. DbSimple: need your opinion

    Date: 01/23/07 (PHP Community)    Keywords: php, mysql, sql, postgresql

    Recently I translated into English one of my old project, DbSimple (LGPL). It is a DB abstraction library for PHP which could work with MySQL, PostgreSQL, FireBird. The main idea is extremely simple interface: everything which may be done automatically is realized so in DbSimple, and code remains quite readable.

    It would be great if your comment this library (and possibly try). For my projects this library simplifies the work very much, maybe it will be useful for others...

    Some key features:

    • Conditional macro-blocks in SQL body ({}-blocks), which allow to dynamically generate even very complex queries without detriment to code readability.
    • Caching of query results (if necessary).
    • Different fetch methods (as column, as 2d array, as key-based multidimension array, as tree etc.).
    • Supports various placeholder (query arguments) types: list-based, associative, identifier-based etc.
    • Supports operation "select + count total number of resulting rows" (for data displayed page-by-page).
    • Functions for direct fetching: all result rows, one row, one column, one cell, associative array, multi-dimensional associative array, linked tree etc.
    The most interesting synopse (macro-blocks, placeholders, select one page with total counting):

    $rows = $DB->selectPage($totalNumberOfRows, '
    SELECT *
    FROM goods
    WHERE
    category_id IN(?a)
    { AND activated_at > ? }
    LIMIT ?d, ?d
    ',
    $categoryIds,
    (empty($_POST['activated_at'])? DBSIMPLE_SKIP : $_POST['activated_at']),
    $pageOffset, $pageSize
    );

    Other synopsis are at http://en.dklab.ru/lib/DbSimple/#list1

    Source: http://community.livejournal.com/php/532896.html

  16. Hosting and Domain

    Date: 02/21/07 (IT Professionals)    Keywords: mysql, database, sql, postgresql, web, hosting

    I used to work in web hosting and domain registration and the like. But I've been out of it for the last 2 and half years focusing on backup and disaster recovery. Anyway, does anyone know of a "good" hosting and domain registration service? I know from experience that a lot of these companies will milk you for every dollar they can and you need to have a company that is on the up and up. Has anyone had good experience with a particular company?
    The site will be a small specialty site. No commerce or what have you, but we will need email, and about 10 MB of space. This will be a business but should not have a lot of traffic. 10 hits per day average. If possibly, I would like to have the ability to do database (MySQL or PostgreSQL) and shell access but that is not a requirement.

    Thank you in advance for any help.

    Source: http://community.livejournal.com/itprofessionals/52421.html

  17. Как я, умея немножко программировать и дизайнить, зарабатываю до $2500 в месяц работая только дома

    Date: 03/10/07 (See my site)    Keywords: cms, php, mysql, css, html, xml, asp, sql, java, jsp, postgresql, security, web, seo

    Приветствую Вас!

    Я не супер-гуру в программировании или дизайне. Я обычный человек знающий немножко PHP, немножко Java, немножко CSS, немножко дизайн. Пытаюсь по-чуть разобраться с разными CMS. К чему я это пишу?  Всё просто, этими знаниями я зарабатываю до $2500 в месяц работая только дома по несколько часов в день. Ну хорошо, я вру. Этого Вы ждали?:) Я работаю не по 2 часа, а по 3-5 часов в день. Но это всё равно не 8-12 часов, как я работал раньше на дядю. И получал я за это тогда около 500 долларов.

    Как добиться большей зарплаты?
    Наверняка большая половина здесь присутствующих работает на дядю за зарплату. И из этих людей найдется всего несколько человек которых размер этой зарплаты устраивает. Да и эти несколько человек не отказались бы получать больше. Впрочем, любой человек хочет комфортнее обустроить свой быт, лучше обеспечить семью, купить себе наконец мощный ноутбук, хорошо покушать. сделать евроремонт в квартире, или купить наконец эту самую квартиру, отдохнуть на хороших курортах и т.д. Любой человек стремиться заработать больше. Именно в этом я и хочу Вам помочь. Знаю Ваш вопрос: Зачем это лично мне? Опять же - всё просто.  Там где зарабатываю я работы хватит на всех и надолго. Мне нет смысла скрывать эту тему. Сам я всё равно не справлюсь со всеми заказами. Так как заказчиков и проектов для работы очень много. Грубо говоря - хватит на всех :)


    Ну и что с этим делать?
    Есть такой сайт - scriptlance. Точне сайтов такого свойства есть много. Но у этого есть несколько важных плюсов. Перечислю их:

    1. этот сайт работает с гражданами бывшего СССР (с русскими, с украинцами, с бесорусами, с молдаванами, с таджиками и т.д.)
    2. этот сайт не обманывает - т.е. когда пришло время снять оттуда заработанные деньги Вы их просто снимаете и точка. Без заморочек! На собственном опыте и опыте многих ребят из России, Украины и т.д.
    3. этот сайт может вывести Вам деньги на e-gold а дальше в вэбмани, может вывести на Ваш банковский счет (этот вариант наиболее удобен)
    4. этот сайт предоставляет Вам очень большое, огромное колличество проектов ежедневно. Т.е. ежедневно там появляется много новых проектов и Вам есть из чего выбирать.
    Ну вот, это основные свойства, которых нет у других сайтов этого рода.

    Как начать работать?
    Ничего сложного. Даже наоборот - всё предельно просто. Идёте по этой ссылке - регистрируетесь. Дальше:
    1. Жмите на кнопку "Programmers" Programmers в заголовке главной странице, затем, в появившемся меню прямо под кнопкой, нажмите кнопку Sign In "Sign up"
    2. После ввода е-майл адреса, вам приходит письмо со ссылкой, которую надо посетить для подтверждения регистрации.
    3. После этого заполните анкету.
    4. После этого они зачислят Вам на счет бонус - $1. Понимаю, что мало, но всё равно приятно. Иэ то только начало денег.

    Что сколько стоит?
    Расскажу немного про цены. Рассмотрим на конкретных примерах из моей практики там (в скобках указано время потраченное на каждый проект):
    1. Уставнавливал вордпресс на хостинг заказчика (20 минут) - $50 (у него самого не было времени на это)
    2. Делал несложный дизайн для 10-страничного сайта (3 часа) - $175
    3. Перевел с русского на английский небольших три статьи (20 минут) - $40
    4. Ставил модули для Joomla на сайт заказчика (30 минут) - $90
    5. Писал небольшой скрипт на PHP для учета продаж с сайта (1 час 40 мин) - $250
    6. Сделал логотип (15 мин) - $30
    7. Делали средний сайт с напарником (один день) - $1750
    8. Писал три несложных модуля под вордпресс (5 часов) - $720
    Итого каждый месяц набегает $2000-2500. Я считаю, что это хорошие деньги за такую работу. Я работаю там всего 5 месяцев. В дальнейшем буду собирать свою комманду для этого дела и брать на себя только общение с заказчиками, а саму работу будет делать комманда. Хотя можно этого не делать и просто не напрягаясь иметь $2000 в месяц.

    На чем зарабатывать?

    Большее количество заказов приходится на веб программирование (PHP, Perl, CGI, Flash и т.д.) и веб дизайн (логотипы, веб темплейты, Flash заставки и рекламные ролики).

    Вот полный перечень чем можно заняться: Ajax, ASP, C/C++, CMS, Cold Fusion, Delphi, .NET, Flash, Java, Javascript, JSP, Joomla, Perl/CGI, PHP, Python, Visual Basic, Wordpress, XHTML, XML, LDAP, MySQL, MS Access, MS SQL, mSQL, Oracle, PostgreSQL, SQL, CSS, Data Entry, Graphic Design, Handheld, Links, Marketing, Multimedia, Script Installation, SEO, Security, System Admin, Translation, Website Design, Writing.

    Как получить заказ?
     Вы называетесь "Programmer" (даже если вы дизайнер), заказчик же именуется "Webmaster".
    Итак, Webmaster выставляет желаемый проект с описанием на аукцион. Также, в описании проекта вы можете увидеть бюджет проекта и период действия аукциона на данный проект. Пока проект открыт, вы (Programmer) можете делать ставки - за сколько и в какой срок вы сделаете проект.

    Вот несколько простых, но эффективных советов как выиграть аукцион:
    1. Внимательно прочитайте описание проекта (задание), оцените сложность. Если вы не можете оценить проект достаточно точно, задайте уточняющие вопросы заказчику через Post Message Board (PMB)
    2. Посмотрите портфолио заказчика - предыдущие проекты и отзывы о нём. Также, иногда очень полезно просмотреть профайлы и портфолио своих конкурентов.
    3. Старайтесь писать по-английски как можно грамотнее.
    4. Наличие фотографии в вашем профайле также существенно увеличивает ваши шансы заработать. Психологически, заказчику легче работать с реальным человеком.
    5. Если у вас уже есть какие-нибудь завершённые проекты, рекомендую открыть хостинг, или даже бесплатный хостинг для демонстрации своего портфолио клиенту.

    Как получить деньги?

    Во-первых, деньги нужно получить от заказчика. Если вы не уверены в честности заказчика, вы можете попросить его положить деньги на escrow account для вас до начала проекта. Дело в том, что заказчик не может забрать эти деньги обратно, но при этом они ещё не у вас. Когда проект закончен, заказчик переводит деньги с escrow на ваш счёт. Сайт рекомендует этот способ как более надёжный.

    Также, не запрещается договариваться о переводе денег любым другим способом удобным обоим сторонам, но, как правило, заказчикам удобнее внутренняя система. Снять деньги оттуда можно на E-Gold, чеком, банковским переводом или по системе PayPal.

    Я рекомендую банковский перевод, но при маленьких суммах, выгоднее будет E-Gold. E-Gold можно легко перевести в Webmoney, а Webmoney уже можно перевести на обычный счёт. Если же сумма будет более $500, проще и дешевле будет сделать перевод денег на свой валютный счет в банке в USD.


    P.S. Кто будет регистрироваться по этим ссылкам может полностью рассчитывать на мою поддержку. В чем она будет выражаться:
    1. отвечу на все вопросы
    2. помогу зарегистрироваться, если есть проблемы
    3. буду подкидывать Вам постоянно новых заказчиков, так как у меня их уже много и я сам не справлясь со всеми поступающими заказами
    4. помогу определиться как лучше и куда обратить виртуальные деньги в наличность
    5. да и всячески буду Вам помогать


    Вот и всё.
    Регистрируемся, господа!

    Source: http://community.livejournal.com/see_my_site/103737.html

  18. Как я, умея немножко программировать и дизайнить, зарабатываю до $2500 в месяц работая только дома

    Date: 03/10/07 (MySQL Communtiy)    Keywords: cms, php, mysql, css, html, xml, asp, sql, java, jsp, postgresql, security, web, seo

    Приветствую Вас!

    Я не супер-гуру в программировании или дизайне. Я обычный человек знающий немножко PHP, немножко Java, немножко CSS, немножко дизайн. Пытаюсь по-чуть разобраться с разными CMS. К чему я это пишу?  Всё просто, этими знаниями я зарабатываю до $2500 в месяц работая только дома по несколько часов в день. Ну хорошо, я вру. Этого Вы ждали?:) Я работаю не по 2 часа, а по 3-5 часов в день. Но это всё равно не 8-12 часов, как я работал раньше на дядю. И получал я за это тогда около 500 долларов.

    Как добиться большей зарплаты?
    Наверняка большая половина здесь присутствующих работает на дядю за зарплату. И из этих людей найдется всего несколько человек которых размер этой зарплаты устраивает. Да и эти несколько человек не отказались бы получать больше. Впрочем, любой человек хочет комфортнее обустроить свой быт, лучше обеспечить семью, купить себе наконец мощный ноутбук, хорошо покушать. сделать евроремонт в квартире, или купить наконец эту самую квартиру, отдохнуть на хороших курортах и т.д. Любой человек стремиться заработать больше. Именно в этом я и хочу Вам помочь. Знаю Ваш вопрос: Зачем это лично мне? Опять же - всё просто.  Там где зарабатываю я работы хватит на всех и надолго. Мне нет смысла скрывать эту тему. Сам я всё равно не справлюсь со всеми заказами. Так как заказчиков и проектов для работы очень много. Грубо говоря - хватит на всех :)


    Ну и что с этим делать?
    Есть такой сайт - scriptlance. Точне сайтов такого свойства есть много. Но у этого есть несколько важных плюсов. Перечислю их:

    1. этот сайт работает с гражданами бывшего СССР (с русскими, с украинцами, с бесорусами, с молдаванами, с таджиками и т.д.)
    2. этот сайт не обманывает - т.е. когда пришло время снять оттуда заработанные деньги Вы их просто снимаете и точка. Без заморочек! На собственном опыте и опыте многих ребят из России, Украины и т.д.
    3. этот сайт может вывести Вам деньги на e-gold а дальше в вэбмани, может вывести на Ваш банковский счет (этот вариант наиболее удобен)
    4. этот сайт предоставляет Вам очень большое, огромное колличество проектов ежедневно. Т.е. ежедневно там появляется много новых проектов и Вам есть из чего выбирать.
    Ну вот, это основные свойства, которых нет у других сайтов этого рода.

    Как начать работать?
    Ничего сложного. Даже наоборот - всё предельно просто. Идёте по этой ссылке - регистрируетесь. Дальше:
    1. Жмите на кнопку "Programmers" Programmers в заголовке главной странице, затем, в появившемся меню прямо под кнопкой, нажмите кнопку Sign In "Sign up"
    2. После ввода е-майл адреса, вам приходит письмо со ссылкой, которую надо посетить для подтверждения регистрации.
    3. После этого заполните анкету.
    4. После этого они зачислят Вам на счет бонус - $1. Понимаю, что мало, но всё равно приятно. Иэ то только начало денег.

    Что сколько стоит?
    Расскажу немного про цены. Рассмотрим на конкретных примерах из моей практики там (в скобках указано время потраченное на каждый проект):
    1. Уставнавливал вордпресс на хостинг заказчика (20 минут) - $50 (у него самого не было времени на это)
    2. Делал несложный дизайн для 10-страничного сайта (3 часа) - $175
    3. Перевел с русского на английский небольших три статьи (20 минут) - $40
    4. Ставил модули для Joomla на сайт заказчика (30 минут) - $90
    5. Писал небольшой скрипт на PHP для учета продаж с сайта (1 час 40 мин) - $250
    6. Сделал логотип (15 мин) - $30
    7. Делали средний сайт с напарником (один день) - $1750
    8. Писал три несложных модуля под вордпресс (5 часов) - $720
    Итого каждый месяц набегает $2000-2500. Я считаю, что это хорошие деньги за такую работу. Я работаю там всего 5 месяцев. В дальнейшем буду собирать свою комманду для этого дела и брать на себя только общение с заказчиками, а саму работу будет делать комманда. Хотя можно этого не делать и просто не напрягаясь иметь $2000 в месяц.

    На чем зарабатывать?

    Большее количество заказов приходится на веб программирование (PHP, Perl, CGI, Flash и т.д.) и веб дизайн (логотипы, веб темплейты, Flash заставки и рекламные ролики).

    Вот полный перечень чем можно заняться: Ajax, ASP, C/C++, CMS, Cold Fusion, Delphi, .NET, Flash, Java, Javascript, JSP, Joomla, Perl/CGI, PHP, Python, Visual Basic, Wordpress, XHTML, XML, LDAP, MySQL, MS Access, MS SQL, mSQL, Oracle, PostgreSQL, SQL, CSS, Data Entry, Graphic Design, Handheld, Links, Marketing, Multimedia, Script Installation, SEO, Security, System Admin, Translation, Website Design, Writing.

    Как получить заказ?
     Вы называетесь "Programmer" (даже если вы дизайнер), заказчик же именуется "Webmaster".
    Итак, Webmaster выставляет желаемый проект с описанием на аукцион. Также, в описании проекта вы можете увидеть бюджет проекта и период действия аукциона на данный проект. Пока проект открыт, вы (Programmer) можете делать ставки - за сколько и в какой срок вы сделаете проект.

    Вот несколько простых, но эффективных советов как выиграть аукцион:
    1. Внимательно прочитайте описание проекта (задание), оцените сложность. Если вы не можете оценить проект достаточно точно, задайте уточняющие вопросы заказчику через Post Message Board (PMB)
    2. Посмотрите портфолио заказчика - предыдущие проекты и отзывы о нём. Также, иногда очень полезно просмотреть профайлы и портфолио своих конкурентов.
    3. Старайтесь писать по-английски как можно грамотнее.
    4. Наличие фотографии в вашем профайле также существенно увеличивает ваши шансы заработать. Психологически, заказчику легче работать с реальным человеком.
    5. Если у вас уже есть какие-нибудь завершённые проекты, рекомендую открыть хостинг, или даже бесплатный хостинг для демонстрации своего портфолио клиенту.

    Как получить деньги?

    Во-первых, деньги нужно получить от заказчика. Если вы не уверены в честности заказчика, вы можете попросить его положить деньги на escrow account для вас до начала проекта. Дело в том, что заказчик не может забрать эти деньги обратно, но при этом они ещё не у вас. Когда проект закончен, заказчик переводит деньги с escrow на ваш счёт. Сайт рекомендует этот способ как более надёжный.

    Также, не запрещается договариваться о переводе денег любым другим способом удобным обоим сторонам, но, как правило, заказчикам удобнее внутренняя система. Снять деньги оттуда можно на E-Gold, чеком, банковским переводом или по системе PayPal.

    Я рекомендую банковский перевод, но при маленьких суммах, выгоднее будет E-Gold. E-Gold можно легко перевести в Webmoney, а Webmoney уже можно перевести на обычный счёт. Если же сумма будет более $500, проще и дешевле будет сделать перевод денег на свой валютный счет в банке в USD.


    P.S. Кто будет регистрироваться по этим ссылкам может полностью рассчитывать на мою поддержку. В чем она будет выражаться:
    1. отвечу на все вопросы
    2. помогу зарегистрироваться, если есть проблемы
    3. буду подкидывать Вам постоянно новых заказчиков, так как у меня их уже много и я сам не справлясь со всеми поступающими заказами
    4. помогу определиться как лучше и куда обратить виртуальные деньги в наличность
    5. да и всячески буду Вам помогать


    Вот и всё.
    Регистрируемся, господа!

    Source: http://community.livejournal.com/mysql/110852.html

  19. Linux Database jobs

    Date: 05/10/07 (MySQL Communtiy)    Keywords: php, mysql, software, database, sql, postgresql, web, linux

    I am currently working on 2 great jobs for Linux-loving database folk.

    1-MySQL and PHP software engineer in PA near Philly (NE). This is for a young software co founded by a guru who had already built another company. He wants hot programmers who will grow with the company. He currently is looking for a Sr person as well as 1-2 junior folk.

    1- Linux DBA in Utah - a company with several websites and millions of pageviews and transactions/day. Needs both senior and junior database tuners to keep their PostgreSQL DBS running smoothly. Every millisecond counts. He will take people w/ MySQL and Linux admin and perl  background for the junior position. Full benefits, great work and flexible working conditions, and powder days!

    My email is on my info page if you want to pass this on. Thanks!

    Source: http://community.livejournal.com/mysql/113663.html

  20. How To Migrate Mantis Defect Tracking System From Windows To Linux / Fedora Core 6

    Date: 05/12/07 (Java Web)    Keywords: php, mysql, database, sql, postgresql, linux

    Mantis is popular php based defect tracking application which works on top of RDBMS like MySQL and PostgreSQL. Recently I ported our Windows based Mantis installation to Linux. It used MySQL as backend. Here are the steps: 1. Export Mantis MySQL database from Windows, upload it on Linux and then import it to MySQL database on [...]

    Source: http://blog.taragana.com/index.php/archive/how-to-migrate-mantis-defect-tracking-system-from-windows-to-linux-fedora-core-6/

  ||  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