Drupal PHP Extension
Welcome all Drupal and PHP lovers,
Please dont blame me for doing this : this is for the sake of science (though there are some cool benefits like performance).
I started peeping into Drupal as an SoC 2006 (GData module) student but the Drupal idea has overtaken me. I have for long time trying to do some C coding : make nice PHP Extensions. Then it came to my mind : what if the Drupal core became a PHP Extension! Seemed nice and I started thinking about it. I am not C guy (though I am from theoretical C/C++ background) so it took me sometime to get a simple "Hello Drupal World" compiled and running under Windows, compiled with the free MS VC++ Toolkit 2003.
The idea of a PHP Extension does not ruin Drupal in any way I believe. Drupal to me seemed like a model or framework (which it really is). Though implemented in PHP language, that model could be made part of PHP itself. It seems quite natural to me. Modules will still remain in PHP (except for some modules probably, but I have not yet given it so much thought).
I am only trying to do something (nice ?), I can not gurantee results since I am not very comfortable with C. But oh! well.... we can always try. :)
Drupal / PHP technical leaders | Ci&T
We are currently searching for Drupal / PHP technical leaders for one of our US customers, a Global Consumer Goods and Pharmaceutical company.
These professionals will work on the customer’s premises (Somerset County, NJ) to support Ci&T engagements by driving projects’ technical design and estimates, as well as providing guidance for offshore teams during development. We’re looking for professionals with an extensive background in PHP / Drupal application development in a high volume environment.
To apply for this position please send your resume to gcarvalho@ciandt.com
PHP Developer | Playdom
Playdom is seeking sharp, enthusiastic and talented engineers to take us to the next level in social gaming. Ideal candidate should have experience in developing large-scale, web-based applications and be passionate about social gaming.
To apply, please send your resume to schetty@playdom.com
What We're Looking For:
· BS or higher in Computer Science or related field
· 3+ years recent experience building highly scalable consumer web applications
· Extensive experience with PHP
· Familiarity with Linux and Apache
· Strong understanding of cross-browser compatibility
Drupal CMS/PHP Lead Developer | EPAM Systems, Belarus, Minsk
Experienced Drupal CMS/PHP developer is needed:
Requirements:
Deep knowledge of Drupal CMS, PHP, mySQL, JavaScript, JQuery, DHTML, CSS;
HTTP, XML, XSD, SOAP, RSS , Flash Video;
Web servers — Apache/XAMPP;
Macromedia Flash is a plus.
Sr. PHP / Drupal Developer | Medium Size Interactive Agency
Looking for a Sr. Drupal / PHP Developer.
Qualifications:
-
Experience in installation, upgrade, and maintenance of Drupal.
-
Experience in operation of Single sign-on capabilities (ie. integration with Windows logon credentials, etc), ability to work in and around authorization/access control capabilities of Drupal and host system (and database)
-
Understanding of the Drupal taxonomy and/or free-linking capabilities to ensure content is linked to appropriate topics
Open Source Free Workshop: Drupal Basics
James Walker, from Lullabot, will be looking at core PHP coding, basic concepts and theories, how to get started, best practices, and use, theme development, and integration. It'll be a moment of Drupal in Toronto, at the Rich Media Institute. Presented by PHUG.
Who is this event for?
Looking at core PHP coding, basic concepts and theories, how to get started, best practices, and use, theme development, and integration.
Event info available at http://www.richmediainstitute.com/training/free_drupal_basics/
Web Developer | AnyBody CAN Make Change
Our organization is currently developing a website.
We have a variety of programming projects that done. For example:
1) A project involving Dynamic web pages using JavaScript
2) Integrating CiviCRM with Drupal
a. PHP code using a CiviCRM API to call a webpage
3) Creating of a customized Drupal Theme for our website.
4) Creating custom forms for email submissions.
5) Allowing us to use JPEG thumbnails for flash video embeds
What to implement in the extension
The Drupal core functions are to be implemented : that is basically all the functions defined in /includes/ directory. I am starting off with bootstrap.inc.... lets see




