Archive

Archive for the ‘PHP’ Category

Tizen Linux for mobile tablet smartphone will takeover the world. Backed by Intel, Samsung, Linux foundation. Good luck.

February 26, 2012 Leave a comment

Tizen Linux for mobile tablet smartphone will takeover the world. Backed by Intel, Samsung, Linux foundation. Good luck.

- Android is less important in such case

- IPhone also

 

Ubuntu now runs in Android. Finally C programmers are happy to have there GCC back in the mobile battle.

February 26, 2012 Leave a comment

Ubuntu is now running on top of Android. Soon there will be no more NDK/SDK requirement. Android made a mess mistake for GCC developers. Everything in past need to use NDK/SDK to retype every single lines to JNA code, which is idiot implementation actually of Android.

- Android Ubuntu will then allow GCC

- Tizen linux from Intel, Samsung will soon release there dragon Linux with GCC support to take-over Android, IPhone

 

NeBeans IDE 7.2 is almost ready. The Best IDE ever then Eclipse :)

February 26, 2012 Leave a comment

NeBeans IDE 7.2 is almost in stable release. There was Github problem in the nightly release.

 

Categories: centOS, Fedora 12, PHP, Ubuntu, Zend

www.melzoo.com – new search engine, like google, looks very nice and advanced

December 20, 2011 Leave a comment

I was searching for nice results. And came to new search engine and started to use it now always, check it out www.melzoo.com

Categories: Ajax, cakePHP, Flash, HTML, IE, JavaScript, PHP, Zend

Top 10 points for SEO experts

August 5, 2011 Leave a comment

@todo

Please ask, i will post how to’s

Categories: Ajax, HTML, PHP

Top 10 tips for web experts

August 5, 2011 Leave a comment

@todo

Please ask, i will post how to’s

Categories: Ajax, CSS, Flash, HTML, JavaScript, PHP, Zend

How to create a database without any database server?

August 5, 2011 Leave a comment

@todo

Please ask, i will post how to’s

Categories: MySQL, Oracle, PHP, Zend

How do i make my website to do live chat?

August 5, 2011 Leave a comment

@Todo:

Ask plz i will write it.

Categories: Ajax, CSS, HTML, JavaScript, PHP, Zend

PHP – How to solve the problem when error shows like PHP Warning: SimpleXMLElement::__construct()

July 25, 2011 Leave a comment

In CentOS 5.5 i solved this as following steps, where i needed PHP APC, and i need to make YahooBoss.php work. Basically its a url which allow to grab search, was not friendly, it does not mean i cant? I am a scientist :) i can do anything. Here is for future reference:

Problem: SimpleXMLElement::__construct() /application/search/models/Search/Adapter/Web/YahooBoss.php on line 39, referer:
Prase error or whatever etc etc.

Solution:

1) I included the repository from REMI: http://blog.famillecollet.com/pages/Config-en

cd /tmp
wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm
cd /etc/yum.repos.d
wget http://rpms.famillecollet.com/enterprise/remi.repo

yum -y install php53.x86_64 php53-cli.x86_64 php53-common.x86_64 php53-dba.x86_64 php53-devel.x86_64 php53-mbstring.x86_64 php53-mysql.x86_64 php53-odbc.x86_64 php53-process.x86_64 php53-soap.x86_64 php53-xml.x86_64 php53-xmlrpc.x86_64
yum --enablerepo=remi install php-ZendFramework-Cache-Backend-Apc.noarch php-ZendFramework-Cache-Backend-Memcached.noarch

2) I installed the Base php53 packages from default repository, only the APC installed from REMI.

# yum list installed *php*
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.symnds.com
* base: mirror.rackspace.com
* epel: mirror.cogentco.com
* extras: centos.aol.com
* updates: mirror.symnds.com
Installed Packages
php.x86_64                                                                                          5.3.6-4.el5.remi                                                      installed
php-ZendFramework.noarch                                                                            1.11.9-1.el5.remi                                                     installed
php-ZendFramework-Cache-Backend-Apc.noarch                                                          1.11.9-1.el5.remi                                                     installed
php-ZendFramework-Cache-Backend-Memcached.noarch                                                    1.11.9-1.el5.remi                                                     installed
php-bcmath.x86_64                                                                                   5.3.6-4.el5.remi                                                      installed
php-cli.x86_64                                                                                      5.3.6-4.el5.remi                                                      installed
php-common.x86_64                                                                                   5.3.6-4.el5.remi                                                      installed
php-devel.x86_64                                                                                    5.3.6-4.el5.remi                                                      installed
php-pdo.x86_64                                                                                      5.3.6-4.el5.remi                                                      installed
php-pear.noarch                                                                                     1:1.4.9-6.el5                                                         installed
php-pecl-apc.x86_64                                                                                 3.1.9-1.el5.remi                                                      installed
php-pecl-memcache.x86_64                                                                            3.0.6-1.el5.remi                                                      installed
php-process.x86_64                                                                                  5.3.6-4.el5.remi                                                      installed
php-xml.x86_64

# php -m
[PHP Modules]
apc
bcmath
bz2
calendar
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gettext
gmp
hash
iconv
json
libxml
memcache
mhash
openssl
pcntl
pcre
PDO
pdo_sqlite
Phar
posix
readline
Reflection
session
shmop
SimpleXML
sockets
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
zip
zlib

[Zend Modules]

Categories: centOS, Fedora 12, PHP, Zend

How to use poedit for phtml extension files?

July 3, 2011 Leave a comment

This problem is due to xgettext not recognizing *.phtml files. Change php-settings in tab for code interpreters

1. Add to files: *.php;*.phtml
2. Add -L php to xgettext: “xgettext –force-po -o %o %C %K %F -L php

 

Categories: PHP, Zend
Follow

Get every new post delivered to your Inbox.