Thursday 16 August 2012

HTML from Scratch ! Learn how to !!

Here a Good Video teaching some pretty basic stuff about HTML and XHTML .. Obs: The video is not mine, I found on youtube, but still very Good.. So, if you fill like just leave a comment !! Cheers

Friday 3 August 2012

What is the difference between mysql and mysqli?


In relation to PHP programming language, MySQL is the old database driver, and MySQLi is the Improved driver. MySQLi takes advantage of the newer features of MySQL 5. Lifted verbatim from the php.net site:

- Object-oriented interface
- Support for Prepared Statements
- Support for Multiple Statements
- Support for Transactions
- Enhanced debugging capabilities
- Embedded server support

You have the choice of using mysql, mysqli, or PDO essentially.

If you're simply looking for a relational database, you need look no further than MySQL, though there are many options available. You can use DBD, Postgres, MySQL, MSSQL, sqlite, etc etc etc...

HTH

Source(s):

Thursday 26 July 2012

Dinamic based search button with Ajax technology


Hi there,

I am a newbie into the Joomla world, I've being working in web programming fro the last 6 years mainly in front-end using HTML4, XHTML, JavaScript, PhP and CSS. And now I am basically starting on Joomla for the first time this month. I got previuos experience in a different cms based platform {WordPress} but seems like Joomla is way more advance and better that WordPress.

What I need to know today is if is there any plugin would allow me to place a search button in a page, in which that Search button would react to user key entries .. Mean a good Ajax search based button, for joomla...


Thank you in advance for all feedback.

Cheers

Thursday 19 July 2012

How to solve the Lampp Linux install Error on a 64bit Architecture

Xampp to Linux error –

XAMPP is currently only availably as 32 bit application.  Please use a 32 bit compatibility library for your system. 




ERROR If your are running XAMPP in a Ubuntu 64 bits, and found the following error: XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system. 



You must go to Sypnatic package manager, in the search field, insert: ia32-libs and install that package. 




here is Lampp running correctly but it presents another error, which you'll find the solution in another poster of mine here

 Source: Ubuntu Help

This is another posting showing "how to do computing" for everyday computer usages... For a general public 

How to Create a Ansible Lab on your Local Machine using Vagrant in 5 min using ChatGPT - Part 2

Update the above Vagrantfile Centos 8 servers and add Public IP and dhcp on each server .. To update the provided Vagrantfile for the three ...