Server Side logic vs Client Side logic

2008-11-20 | by admin [mail] | Categories: Programming

I think Server Side and Client Side, both have advantages and disadvantages.

Server Side:
Adv:

  • More efficiency
  • Easy to scale up(if the process is too complex, we can use load balancing)

Dis:

  • Hard to deploy, to some complex operations, it may be required CLI store procs.
  • More expertises required

Client Side:

Adv:

  • Easy to be implement, You need to know C#
  • Easy to deploy
  • Easy to be manage

Dis:

  • Less efficiency

I think, in generally, for complex operations, we can try to put that into the server side. For simple operations, just putting them into the client side logic. That is simple.

 

JoomGallery

2008-11-19 | by admin [mail] | Categories: Tips for PHP

I love JoomGallery. It has Juploader, so I can upload multi-files.

I love it!!!!

http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,5481/Itemid,35/

Email search are very very important

2008-11-18 | by admin [mail] | Categories: Opinions

Nowadays, the most of webmail providers, such as Yahoo, Google and MS, provided a huge storage or even unlimited. Therefore, you will have a lot of email. Now, I got 11915 in my inbox at Yahoo and I have around a hundred new incoming email per day. This morning, I need to find an email which have some information I need but I got that email at the early of this year, maybe Jan or Feb(I can't remember). Well, email search is my life saver. I remember some keywords in email and I know the email received this year. I entered the keyword and limited this year. I can't find the exact emai. But I found an email with similar information. They are a kind of related. It should be received similar period of time. Then I got my inbox, went to the page has the email I found and I scrolled a page. Then I found the email I need. So, email with a search function, that is a "must have" function!

Wordpress 2.7 Beta 3

2008-11-16 | by admin [mail] | Categories: News

Joomla Photo Gallery Component

2008-11-15 | by admin [mail] | Categories: General PHP

I have tried a number of photo gallery components. I want somethings simple. The component should have only thumbnail and view photo. I found JoomGallery is fitted with my requirements!

http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,5481/Itemid,35/

That is simple and can view the full view image in an ajax window. That is good, reducing popup!

:: Next Page >>

IT Blogs

These blogs are about IT careers, PHP, .net. -----------------------------

Please don't forget to click the banner ads, thank you for your support and keeping these blogs running.

| Next >

November 2008
Mon Tue Wed Thu Fri Sat Sun
 << <   > >>
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30

Linkblog

Announcements [A]

  • A blank page with DocMan

    Some people told me, they can't a DocMan page in Joomla with IE6 of Win 2000. Does anyone have the same problem?

    Permalink
  • a replacement of DOCMAN for Mambo 4.6.2

    I got a Mamabo 4.6.2 in my own server.
    I used to use DocMan for my old mambo webserver.
    But I can't get it to install in the new one.
    It keeps to generate sql errors , Error 1064 somethings like this.
    I did a google search I found a replacement Remository. That is similar with DocMan. Moreover, please remember to get the latest one. I have tried 4.20, it doesn't work for Mambo 4.6.2

    Permalink
  • Be aware Mambo 4.6.2 with BIG5

    I am doing customization for the web site of my church. I have a big headache for BIG5. All Chinese Characters can't get into Mambo 4.6.2. After Googling on the web for two hours, I found a number of entries across different forums, Mambo 4.6.2 only supports UTF-8. Please be aware this point.

    Permalink
  • Give up using my own code, start to use open-source

    I am a IT guy in my fellowship. Three years ago, I started to learn PHP. I developed the first version contact management system. Now, I will use open-source system, may be I will develop some codes. I may add some aJax function.

    There are some open source existing system in my fellowship. Mailman is the email list system. It enhance the communications among the members. Now, we have an email address which reach all members. Moreover, I used CopperMine as the photo album. Previously, we had a big photo. If someone take a photo his/her camera, he/she needs to send to everyone. In most of the cases, he/she forgot about it. Now they need to send it to me , I will upload for them. Or I trusted him/her enough and give an account to him/her, he/she can do it by himself/herself.

    Permalink
  • I still can't html editor working

    I am trying to install html editor in b2evolution. But they only support the latest version. I think I need to upgarde again.

    Permalink
  • Joolma 1.5 MVC

    I am learning to use Joolma 1.5.
    Tonight, I have create my FIRST component in Joolma 1.5 Beta.
    I was following this tutorial
    and this wiki page( too bad, the download link is not working.)

    Permalink
  • Joomla 1.5

    I just had a quick look on Joomla Framework. Finally, I like that, because that looks like a java framework. Moreover, they have a more clear architecture than previous version.

    Permalink
  • My eGroupware instance is working fine

    After my webhost company changed my account to a PHP5 server, my eGroupware instance has not HTTP 500 error anymore. I believe that is more suitable for it.

    Permalink
  • MySQL 5.0 looks cool!

    Last week, I have a chance to look at the administration menu of MySQL in a bookshop.
    I found they got a store procedure in version 5.0.
    MySQL

    Permalink
  • PHP 5.0.5 is Released

    PHP 5.0.5 is Released

    PHP

    Permalink
  • PHP 5.1 RC1

    PHP 5.1 RC1 is avaiable now.
    Please visit www.php.net

    Permalink
  • PHP 5.1.0 is released

    PHP 5.1.0 is released.
    I like the PDO.

    PHP.net

    Permalink
  • PHP future?

    Yesterday, I am writing some PHP codes for myself.
    I am woundering which way PHP will go.
    PHP got some OOP features.
    But PHP is very good at scripting.
    If I have somethings need to be done in very quick manner, I must choose PHP.
    OOP or Scripting?

    Permalink
  • PHP OR .Net

    Which platform will you choose, PHP or .Net?

    Please leave a comment about this?

    Permalink
  • Search Engine

    I have tested a search engine,PhpDig.
    That is quite good.
    It has a spider and search page.
    Moreover, it supports templates.
    It got most of functions I need.
    But , at this stage , it is not able spider chinese web sites.

    PHPDig

    Permalink
  • Setup PHP into windows

    Last night, I setup PHP server in my Windows XP box.
    There are steps I did:
    1. Download PHP installer from PHP.net

    2. Run it.
    (Note: Remember PHP will run in CGI mode, there are no PEAR library)

    3. Go to pear.php.net/go-pear and it as a PHP file in the PHP root dir.

    4. run http://localhost/php/go-pear.php.

    5. edit [WINDOWS]\php.ini
    include_path = ".;c:\php\includes;[PHP_root]\PEAR"

    I hope these steps can help you.

    Permalink
  • WordPress 2.3.1 is released

    WordPress 2.3.1 is released. Please go to http://wordpress.org/development/2007/10/wordpress-231/

    Permalink

News

  • b2evolution 2.0 is ready now

    b2evolution 2.0 has been released.
    Please click here to download.
    I will get the update very soon.

    Permalink
  • Delphi for php

    I found Delphi can write php web application as well. As well as, all others Modern Web Programming Language. Delphi for php has event-driven and RAID by using their own framework.I have watched their presentation, it is cool, but too short, a minute long. Click here to view.

    Permalink
  • PHP 5.1.4 has lanched

    PHP 5.1.4 has lanched.

    Visit PHP.Net

    Permalink

Misc

XML Feeds

What is RSS?

powered by b2evolution free blog software