4
I Use This!
Moderate Activity

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted over 13 years ago by Esen Sagynov
Below is a brief comparison of the key feature development speed between CUBRID and MySQL.
Posted over 13 years ago by Esen Sagynov
Once in our previous video trainings we have already introduced the Uniform Server for CUBRID, which included CUBRID 2.2, Apache 2.2.9, and PHP 5.2.12. Today we have updated the CUBRID Database Server to 3.0. So, now you can download the ... [More] Uniform Server for CUBRID. For those unfamiliar with the Uniform Server, it is a small and mobile WACP package that allows users to run the Apache Web server together with PHP, CUBRID Database Server and CUBRID WebQuery on any Windows OS based computer in just minutes. It is ideal for users to test and get acquainted with CUBRID quickly without installing or configuring any software in it, thus avoiding any dust on your PC or in your registry. It can also be used as a production/live server for developing Web applications on PHP. More information about the Uniform Server for CUBRID can be found at http://www.cubrid.org/about_uniformserver. [Less]
Posted over 13 years ago by Esen Sagynov
The 3rd Annual DeView Conference for Developers is going to be held on September 8, 2010. The conference is organized by the almighty NHN Corporation, the leading IT service provider of Korea and the major contributor to CUBRID Open Source Database ... [More] Project. 2010 NHN DeView Conference will be held in COEX Convention & Exhibition Center, in the heart of Seoul Business District area. The conference is expected to accommodate at least 1,200+ attendees majoring in IT Business and Engineering. 2008 The first conference of this kind was in September, 2008, when over 3,000 attendees joined the event. The main theme of the conference was about the Open Platform Development, which introduced the new trend to focus on - open source platform applications development. At the conference NHN announced to open its platforms to all users. This is when the CUBRID source code has been revealed to the public for the first time. The CUBRID Project had started at Dev.naver.com, the Naver's portal for developers named as nForge, which is one of those announced Open Platforms. nForge itself is also based on CUBRID Database. In order to prepare the open source version of CUBRID Database System, there were three Development Teams initiated. One was responsible for marrying CUBRID with nForge for the grand opening at DeView day. The second team was preparing the source code to be released to the public, by modifying the coding style, revising the comments in the code, and discussing the conventions of further development. The third team was preparing the presentation materials for the conference. Simply put, that day is when CUBRID was born the second time. 2009 In the year of 2009, in September, NHN DeView Conference hosted over 1,200 participants. The hot topic of that day was the Open Service Development. NHN announced that it would provide to media companies, bloggers, and the content generators, the direct access to its NAVER.com, which meant that Naver would no longer be the only content creator, but external parties as well like bloggers and media companies, who would create their own contents and have them displayed on the home page of Naver.com. So, the conference talked about What Naver's Open Service prepared for the Content Providers. During the 2009 DeView conference CUBRID presented its new High-Availability feature, which is designed to provide 24/7 non-stop service, and how to create your own website with CUBRID as a back-end database and XE (XpressEngine) as a front-end Content Management System. 2010 The 2010 NHN DeView Conference will be the continuation of the previous year, but with more emphasis on How to accomplish the certain tasks. It will be more technology-centered event, more developer-friendly. The 1,200+ attendees will be given an opportunity to ask "How to" questions to the leaders, who will be sharing the answers from the real life cases. This year there will be four tracks: A, B, C, and D. For those developers who will not be able to attend the conference, the Live Broadcasting will be available online, where users can leave their comments as well as their questions. In this coming month during the DeView Conference CUBRID will continue its conversation about its High-Availability feature, but this time the attendees will learn how their web sites can benefit from CUBRID's HA feature, which has been improved much since its first announcement in 2009. For more information about the event visit http://deview.naver.com/2010/. 2009 NHN DeView Conference review can be found at http://www.imlcc.com/152. [Less]
Posted almost 14 years ago by Esen Sagynov
Greetings to everyone from CUBRID Trainings Channel! As PHP is something almost all websites are being created in, in this article you will learn how to create PHP applications with CUBRID Database running on the back-end. This video is a part of ... [More] Development Series of CUBRID Trainings Channel. You will learn what kind of support CUBRID provides for developing Web applications in PHP, how to install and configure PHP Extension, which is used to establish connections with CUBRID Database. Additionally, in this video tutorial you will see the examples how to request the data from CUBRID Database, how to fetch them, and display in the browser. Here I want to remind that last week CUBRID 2008 R3.0 Beta version has been released, which brings lots of MySQL Compatible features such as identical SQL syntax, operators, and same SQL embedded functions. Now on users do not have to worry much that they need to change the entire SQL queries to port their Web applications to work with CUBRID Database. Now almost all your code remains as it is. For more, read How to Port MySQL compatible PHP apps to CUBRID. In the continuation of this video tutorial, you will learn where to download the PHP Library for CUBRID as well as its source code, how to enable CUBRID Database Extension in php.ini configuration file. As an example you will see how to verify that PHP extension has successfully been configured. We spent sleepless nights to ensure that our users have the great ease-of-use and convenience in developing applications with CUBRID Database. Thus, connecting to CUBRID database is as easy as replacing the "mysql" prefix in "mysql_connect" function to "cubrid", as a result calling cubrid_connect. The video will last less than 10 minutes, so afterwards we highly recommend you to visit PHP Programming with CUBRID page we have specifically created for PHP Developers. This is the primary page you will be looking for PHP tips and links you will need throughout your PHP Development with CUBRID Database. See the related blogs: PHP from Zero to Hero! Installing WordPress for CUBRID phpMyEdit for CUBRID [Less]
Posted almost 14 years ago by Esen Sagynov
Here is one more video tutorial from CUBRID Trainings Channel. The previous episodes introduced us the client GUI for CUBRID DBMS called CUBRID Manager, and Uniform Server, a Windows-Apache-CUBRID-PHP software bundle. The current episode ... [More] will introduce phpMyEdit customized for working with CUBRID DBMS. To dissolve the further misunderstanding about what phpMyEdit is used for, I would like to emphasize that it is not a database administration tool. Simply put, phpMyEdit is an open source instant database table editing tool. It generates PHP code for you that you might need to display or make the necessary changes in the database tables through your web site interface. What you need is just copy the generated code and paste it into your web application's back-end code. You can customize it to fit your web site layout. It will make sure everything looks like as if you created this code yourself. So this video will explain you what phpMyEdit is, how it works, and how to use it. You will learn how to use the code generated by phpMyEdit to do certain database operations. phpMyEdit includes a huge set of table manipulation functions (record addition, change, view, copy, and removal), table sorting, filtering, table lookups, and more. Fortunately, now phpMyEdit, a powerful database table editing tool, is available also for CUBRID. You can download it from CUBRID SF.net project site http://sourceforge.net/projects/cubrid/files/CUBRID-AppsTools/phpMyEdit/phpMyEdit-5.7.1-cubrid.zip/download. It will save you a great deal of your precious time when developing a PHP code which needs a database interactions. For more information, visit phpMyEdit Official Community Web Site at http://www.phpmyedit.org/. Later we will be uploading more videos. If you want to be up to date and follow our video tutorials, subscribe to our CUBRID Blog or CUBRID Trainings Channel, follow us on Facebook or Twitter.  We will make sure you get the latest news and updates about CUBRID. [Less]