Let me Show you!
Newest legal info, hacks, tricks and tips of web development, iSO and Andriod and specialist of SEO.
Saturday, April 02, 2011
Who is "boo"?
Let me Show you!
Friday, April 01, 2011
PHP vs Perl
Perl vs PHP
PHP is another computer language. In a way, Perl and PHP are competitors in the programming world. Both languages have relatively similar learning curves, work well in the server environment, and have similar overall capabilities.As you would expect, each language has its pros and cons. Ideally the webmaster would be able to use either language and choose the best one for a given project. However most programmers have a preference for one over the other and will tend to use their favourite.
In recent years PHP has become more popular with new programmers, in particular, web designers learning their first programming language. This may be because PHP is slightly easier to learn from a web design point of view. PHP pages are constructed like HTML pages, with standard HTML markup. PHP code is inserted into the page and executed when the page is requested. Conversely, Perl scripts are run as stand-alone programs and create HTML pages when the script is run.
Another issue is speed and efficiency. PHP is generally considered to be faster than Perl, although this is debatable. In any case there are certainly ways to make Perl perform as fast. PHP supporters often cite speed as a good reason to choose PHP, but in reality it is not normally a concern and any differences are usually academic.
Perl is a very powerful, robust language with more history than PHP. Although the newbie might think that Perl is more complicated than it needs to be for web development, experienced programmers will appreciate the vast array of options available with Perl.
In our opinion....
In regard to web development, we have yet to find a single thing that Perl can't do, whereas we have found limitations in PHP. We feel that the added power of Perl makes it the better choice. We have not found the efficiency issue to be much of an issue at all - in most cases it's only academic and won't actually affect the performance of your website.
In the end, either language will be adequate for most web development requirements.
Thursday, March 31, 2011
Robert Bunsen Profile
Robert Wilhelm Eberhard Bunsen
[GPC] There's no debate: Elizabeth May belongs in the debates
Instead of speaking up to defend true democracy, other party leaders seem relieved—perhaps due to the glowing reviews Elizabeth received after her first appearance in the 2008 debates.
What kind of democracy excludes a party with the support of one million of its citizens?
What kind of democracy allows a handful of TV executives to decide that a party that only runs candidates in one province has more right to be in a national leaders’ debate than a party with candidates in every riding?
Wednesday, March 30, 2011
Kelly Lin Hsi-Lei Profile
Biography
Lin was born in Taiwan in 1975. She moved to Santa Barbara, California with her family at the age of 10. She graduated from the University of California, Irvine with a Degree in Economics. Not knowing what to do after college, Lin decided to pursue a career in show business in Taiwan.
Career
Lin initially wanted to be a singer and has already recorded demo tapes for a record company, but she was given numerous offers for modeling on television and print ads. She was hailed by FHM as "Asia's Sexiest Woman" in 2002, and has graced the cover of numerous fashion magazines in Hong Kong, Taiwan, and China. She has also appeared on copies of Marie Claire - French Edition (2005) and VOGUE Italia (2007).Lin has been seen in various Hong Kong films and has worked with film directors such as Tsui Hark, Patrick Tam and, most frequently, Johnnie To. Lin has co-starred alongside Asian superstars, including Andy Lau, Stephen Chow and Ekin Cheng. With her success as an actress, she decided to drop her hopes of becoming a singer.
Tuesday, March 29, 2011
Joomla vs. Drupal: An open source CMS shootout
Drupal vs. Joomla
:An open source CMS shootoutChoosing a Web content management system often comes down to one question: Joomla or Drupal?
For many organizations (or individuals) with content to post and manage, blog tools like the highly popular WordPress may be more than adequate. But for companies with greater amounts of content, users, or complexity, including integration with ecommerce and also with other internal and external applications, a more comprehensive content management systems (CMS) is needed.
Here's a look at two popular open source content management systems: Drupal and Joomla! (the exclamation point is part of the official name, tsk tsk, but for punctuative simplicity I'm omitting it for the rest of this article). I've asked developers to weigh in on the strengths, weaknesses and unique features each offers, to help determine which is the best match for your organization's content needs.
Before we begin, it should be noted that both Joomla and Drupal keep getting updated -- e.g., Joomla 1.6 was released January 10, 2011, and Drupal 7 on January 5, 2011 -- and get more add-on modules. This is a good thing, obviously. But it also means that the opinions expressed in this article may become outdated or invalidated.
Friday, March 25, 2011
Google Chrome 11.0.696.16 Beta faster than ever!
Google Chrome 11.0.696.16 Beta is the fastest ever!
Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.You can download it from here!
chrome_installer.exe
Wednesday, March 23, 2011
Ruby on Rails New Releases: 2.3.11 and 3.0.4!
New Releases: 2.3.11 and 3.0.4
Posted by michael February 08, 2011 @ 10:39 PM
Two new versions of Ruby On Rails have been released today. As well as including a number of bugfixes they contain fixes for some security issues. The full details of each of the vulnerabilities are available on the rubyonrails-security mailing list. We strongly urge you to update production Rails applications as soon as possible. Rather than post the advisories individually to this blog, I’ll just link to the google talk archives.
Install the latest version using gem install rails. Or if you’re using bundler, edit your gemfile and run bundle update rails.
Summaries
Affecting 2.x.x and 3.0.x
- XSS Risk in mail_to :encode=>:javascript CVE-2011-0446
- CSRF Bypass Risk CVE-2011-0447
Affecting 3.0.x only
- Filter Problems on Case Insensitive Filesystems CVE-2011-0449
- Potential SQL Injection with limit() CVE-2011-0448
- RVM and Bundler in Five Seconds
- Security patch releases to Rails 2.3.x, 3.0.x
- Rails 3 Baby Steps - Part 1
- Boston Companies Using Ruby on Rails