Posts

Why automart using PHP with Oracle to handle their giant site

Open Source Opens Options "Oracle is committed to its leading Java and service-oriented architecture development environment, Oracle JDeveloper. At the same time, we are also committed to offering developers productivity with choice," says Omar Tazi, Oracle's chief open source evangelist. "For developers who choose to use Eclipse, Oracle is committed to delivering the same productivity that customers using Oracle JDeveloper experience." That's one of the reasons Oracle joined the Eclipse Foundation as a strategic developer and board member, Tazi explains. Oracle contributes developers and leadership to three projects at Eclipse: the Dali JPA Tools Project (Project Dali), which concerns tools for Java Persistence API-style object-relational mapping; the JavaServer Faces Tooling Project, which involves simplifying development and deployment of JSF applications; and the BPEL Project, which focuses on adding comprehensive support to Eclipse for key BPEL 2.0 proc...

How new iPhone 3G may change the world of Internet

Apple has inroduced its revolutionary product iPhone. Which integrate 3 type of products in itself 1. iPod 2. Phone and 3. Internet communication device It has amezing features besides it will be able to brows the direct html not through wap. Means from now there will be almost no need to create wap version of the site to display / work on phone (wap). Instead it will directly browse the site on its safari browser. Huge memory and cheap reate will definitely make it popular worldwide. And ofcourse seamless internet connection will change the whole internet connection also. Not only the communication industry but also other industry also be mutually benifited from it. As from now cafe / resturanbt can give the wifi hotspot to attract the customer and customer also go there for free internet and all phone calls from there with hiugh speed internet connection and voip from those hotspots. Like these thousands of oppertunities will be evolved. Open source application developer will be beni...

Poor student cracked JEE and ranked 5th

Again adversity looses its power against determination. Very poor student Pijush Kanti Nandi cracked the Joint Entrance Examination [door for Enginnering and Medical studies] and ranked 5th. Wish him all the success in his life. The son of a farm labourer in Bankura, Pijush is the first in his family to get any kind of education. And, he could write his board exams and the WBJEE only because his education was completely sponsored by his teachers at Arambag High School. “His food, clothing, books and everything else were the school’s responsibility. His struggling parents could not afford to send him to study. To them, it would have made more sense if Pijush had helped earn some money,” said school headmaster Swapan Mondal. Pijush’s father earns just Rs 65 a day and his mother works in the field at the time of harvest and at other times as a domestic help. Hardship only steeled the teenager’s resolve. “I dreamt of becoming a doctor, but always thought that it was just a dream that I had...

Create Multi-Mobile Applications with PHP

What is a Multi-Mobile Application? The typical job description in the technology industry doesn’t include hazardous duty pay for all of the annoying acronyms, buzzwords and overhyped slogans that get tossed around. As such, I’m always cautious about using a new one (yes, I still feel a little funny talking about AJAX). However, I have noticed a trend toward a new type of web application that is focused on the delivery of content and interactivity to end users through multiple devices (desktop browser, cell phone, traditional phone, PDA, IM client, etc.). This new breed of application, in my humble opinion, deserves its own buzzword — “Multi-mobile” applications. Fans of XHTML+Voice and SALT will know instantly what multimodal applications are — applications that support different kinds of user input (i.e., voice, keypad, stylus) through the same interface. Multi-mobile applications are differnet. These applications deliver content that is specifically tailored to the device being empl...

Mobile Web Server

Johan Wikman -- contact Ferenc Dósa Rácz Overview Background For quite some time it has been possible to access the Internet using mobile phones, although the role of the phone has strictly been that of a client. Considering that modern phones have processing power and memory on par with and even exceeding that of servers of the early web, there really is no reason anymore why webservers could not reside on mobile phones and why people could not create and maintain their own personal mobile websites. Goals A desire to show in practice that personal mobile websites are feasible triggered the birth of the project that started in the beginning of 2004. The primary goals were to bring a full-fledged webserver to S60 and to make a webserver running on a mobile phone accessible from the Internet using any web browser. Apache In order to show that modern phones really are quite capable we decided, rather than writing a small webserver from scratch, to port Apache httpd, the most widely used w...

PHP On Symbian

If you google for "PHP Symbian" you will find a very old post written in 2004 at circle.ch pointing to an older php groups post that I have written earlier in 2003. I thought that the story of PHP and Symbian have been forgotten since that time, but ! After Nokia effort to make mobile web server available for S60, now it seems that PHP also have been successfuly ported to run on S60 platform. According to a forum post, the PAMP stack will be demonstrated this Thursday and Friday in Las Vegas during the CCNC conference. And here PAMP stands for Personal Apache, MySQL, PHP. Since it's experimental project, the memory usage is still very high according to the forum post also, but we will know more when the project will be officially released for public. In addition of PHP itself, there will be PHP extension modules that provide access to the core functionality of the phone. This will be very useful to create phone specific applications in PHP, the same way people used to do ...

Business Opportunities for PHP in the Wireless Market

by Roland Schmidt 06/15/2001 The benefits of PHP as a server-side, cross-platform HTML scripting language are generally acknowledged. However, PHP's advantages for developing wireless applications are less well known. PHP is a great tool to generate Wireless Markup Language (WML) for the WAP protocol, and cHTML (a subset of HTML) for i-Mode. For example, PHP can generate different markup languages for the same URL request depending on device requirements (does the client need HTML, WML, cHTML, etc.?). It can also adapt this generated output to display properly on different-sized screens, such as a Palm display or a web-enabled mobile phone. In other words, PHP is a great choice for dynamic web-based interfaces. And as we look at the emerging wireless markets, PHP could provide open-source developers with an opportunity to work in these potentially profitable arenas. Revenue sharing in wireless marketplaces The i-Mode protocol, developed in Japan by NTT DoCoMo, currently has 24 mil...

iPhone and PHP

iPhone development with PHP and XML Develop custom applications for the iPhone Level: Intermediate Jack D Herrington (jherr@pobox.com), Senior Software Engineer, Leverage Software Inc. The Apple iPhone is the hottest new device on the market. Discover how you can develop an application for it using your existing Web tools.Show developerWorks content related to my search: phone application by php Show developerWorks source code related to my search: phone application by php I was so proud of myself: I held out for an amazing four days before I gave in to the iPhone. Certainly, the fact that my original phone was a piece of junk was a lot of incentive. But what really sold me was the fact that the phone had Wi-Fi built-in and—more importantly—has a great browser. You see, the software development kit (SDK) for the iPhone is standard Dynamic HTML (DHTML) through the Web browser. So, you can use all the familiar HTML, Cascading Style Sheet (CSS), and Asynchronous JavaScr...

Writing More Secure PHP Programs

Introduction PHP is a remarkably powerful open-source server-side scripting language. In very little code it is possible to do things which would be much more complex to do in other similar languages like Perl, ASP, JSP, ColdFusion, or C. However, the desire to hack together a quick solution can lead to insecure web applications which can place your data and, in some cases, your server at risk. This presentation will address some of these issues as they relate to PHP and offer some suggestions to get you thinking in a direction which will provide more security. PHP is neither inherintly secure nor insecure. It is the responsibility of the programmer of a web application, the database administrator and the system administrator to ensure that security is not compromised at several levels as described in Mark Nenadov's article Developing Secure Web Applications. Operating System/Web Server Layer (Red Hat Linux with Apache) General Application Layer (issues common to any web applicatio...

PHP 5.2.6 Released

PHP 5.2.6 Release Announcement The PHP development team would like to announce the immediate availability of PHP 5.2.6. This release focuses on improving the stability of the PHP 5.2.x branch with over 120 bug fixes, several of which are security related. All users of PHP are encouraged to upgrade to this release. Security Enhancements and Fixes in PHP 5.2.6: Fixed possible stack buffer overflow in the FastCGI SAPI identified by Andrei Nigmatulin. Fixed integer overflow in printf() identified by Maksymilian Aciemowicz. Fixed security issue detailed in CVE-2008-0599 identified by Ryan Permeh. Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz. Properly address incomplete multibyte chars inside escapeshellcmd() identified by Stefan Esser. Upgraded bundled PCRE to version 7.6 Key enhancements in PHP 5.2.6 include: Fixed two possible crashes inside the posix extension. Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=) Fixed bug #44141 (privat...

Google Open handset

Building a better phone for consumers Today, there are 1.5 billion television sets in use around the world. 1 billion people are on the Internet. But nearly 3 billion people have a mobile phone, making it one of the world's most successful consumer products. Building a better mobile phone would enrich the lives of countless people across the globe. The Open Handset Alliance™ is a group of mobile and technology leaders who share this vision for changing the mobile experience for consumers. Innovating in the open Each member of the Open Handset Alliance is strongly committed to greater openness in the mobile ecosystem. Increased openness will enable everyone in our industry to innovate more rapidly and respond better to consumers' demands. Our first joint project as a new Alliance is Android™. Android was built from the ground up with the explicit goal to be the first open, complete, and free platform created specifically for mobile devices. Making the vision a reality Android is...

Adversity overtaken

Two poor students fought with their adversity to crack Civil Service and ranked 45 and 47. Ravikant Sing and Keshabendra Kumar both are Indian Railway employee. One is son of an ayurvedic doctor and another is son of a milkman has done their graduation from IGNOU . Wish them all the best.

Come out to help

Image
Donations to Ramakrishna Mission, Belur Math,(Headquarters),for Permanent Fund All donations to Ramakrishna Mission, Belur Math, are exempt from Income Tax under Section 80G of the Income Tax Act, 1961 by Order No. DIT(E)/1240/8E/109/69-70 dated 31.1.2005 issued by the Director of Income Tax (Exemptions), Kolkata, and communicated through Memo No. DIT(E)8E/109/69-70/4712-14 dated 10.2.2005 by Income Tax Officer (Exemptions)-III, Kolkata, for the Director of Income Tax (Exemptions), Kolkata . Donations to Ramakrishna Mission, Belur Math, may be sent through cheques or demand drafts. Account payee cheques / demand drafts should be drawn in favour of Ramakrishna Mission, Belur Donations to Ramakrishna Mission, Belur Math, may be sent for any of the following purposes (a) Relief and rehabilitation (b) ...

How Rural life changing by IT in India

When we reach his home in Kandukur village in Andhra Pradesh, 21-year-old Nukathoti Kondaiah serves us bottled mineral water, freshly cut fruit and cold drinks in plastic cups. That may not seem such a big deal but earlier in the day Kondaiah had trudged a couple of hours in the sweltering heat to the nearest grocery store to buy these luxuries. Next month he will begin work with Wipro as a trainee in its software department, taking his mentally-challenged mother with him for treatment. We talk under the shade of a banyan tree surrounded by a crowd of villagers who treat Kondaiah like a celebrity. An eight-year-old fidgeting with the photographer's camera says he'd like to be Kondaiah when he grows up. The odds couldn't have been less in his favour when the teenager's father died young, followed as suddenly by the deaths of his siblings. "She went mad," he says of his mother's ill-health, "I'm her only hope." Life wasn't ki...

Unfortunate

Hello friends, My 2 cell phones has been theft from my Kolkata flat at night. Cell no. were 9432472083 [Cellone Anant] and 9883222432 [Smart]. I have already informed both of the customer care to immediately block there SIMs. So please do not try to contact me on these nos. Regards.

Great Visual IDE for PHP

CALIFORNIA, USA: CodeGear, provider of developer tools, has announced Delphi for PHP 2.0. Delphi for PHP is the only PHP Integrated Development Environment (IDE) for building interactive web applications using visual drag-and-drop design capabilities and a powerful PHP component framework. The new 2.0 version focuses on making PHP web development in several key areas: HTML templates with embedded dynamic PHP, enabling PHP developers to work visually in their Web 2.0 development and to collaborate easily with HTML designers Comprehensive and seamless database support for MySQL™, CodeGear InterBase®, Microsoft® SQL Server®, Oracle®, PostgreSQL, Informix®, Sybase®, SQL Anywhere® and IBM® DB2™, plus the ability to build rich data-driven web applications without requiring database connectivity coding An expanded and faster Visual Component Library (VCL) for PHP with support for popular PHP packages and libraries including Zend Framework Productivity and performance enhancements throughout i...

Stand alone EXE from PHP Project

I was finding a tools or else to make the PHP project, standalone executable for special project. I have found a very good tools amongst a few tool available. Bambalam PHP EXE Compiler/Embedder Created by Anders Hammar © 2006 Bambalam Bug reports / feedback email: Download Bamcompile 1.21 (win32) zip Download Bamcompile 1.21 Source zip Usage: bamcompile [-options] infile.php [outfile.exe] bamcompile [-options] project_directory mainfile.php [outfile.exe] bamcompile projectfile.bcp Options: -w Hide console window for windowed applications -c Compress output exe (using UPX) -d Do not encode PHP files -e:extension.dll Embed and use PHP extension -i:icon.ico Add icon to exe Revision history: 1.21 2006-08-28: Fixed an issue with apps using extensions crashing if php4ts.dll was in the system path 1.2 2006-08-24: Added an extension loader - extension dll's can now be embedded Added a project file feature Added support for exe icons UPX is now embedded, it's no longer needed in the sys...