Tech Sharing Blog

Computer knowledge, news, product, SEO, earn money online sharing place

Advertisement

Posts Tagged ‘ web site ’

myegad fullpage1 721x1024 Malaysia E Government services   MyEG

MyEG Services Berhad (www.myeg.com.my) is a concessionaire for the Malaysian E-Government MSC Flagship Application.  MyEG role as a Service Provider for the E-Services component essentially provides the electronic link between the Government and citizens/businesses. The company was incorporated on 17 Feb 2000 as an I.T company and after that renamed to My E.G. Dot Com Sdn Bhd before assuming the present name on 13 Oct 2011. On 13 April 2005, the company changed it’s status to public company and assumed its present name, My E.G. Services Berhad.

 

Through MyEG portal, MyEG offer the Malaysian public a single point of contact between the Government and the people it serves. MyEG portal enables Malaysians to dynamically interact with numerous agencies within the Federal, State and the Local Government machinery providing services ranging from information searches to license applications.

 

To cater the services which require physical presence/interaction, MyEG has set up E-Service Centers located throughout the country to complement our online presence. We believe that through this dual approach, we can enhance the relationship and quality of interaction between the Government of Malaysia and it’s citizens.

 

myeg malaysia eservices check jpj pdrm tnb tmb dbkl jim jpn immigration online services Malaysia E Government services   MyEG

 

MyEG Services has established the electronic link between the Government and citizens/businesses. This website enables the Malaysian public a single point of contact between the Government and the people it serves. There are a few other services currently being offered at the website such as

 

Jabatan Pengangkutan Jalan (JPJ)

  • KEJARA Information
  • Check & Pay RTD Summons
  • Driving License Renewal
  • Auto Insurance Renewal
  • Road Tax Renewal
  • LDL Application

 

Polis DiRaja Malaysia(PDRM)

  • Check Summons/Enquiry

 

Tenaga Nasional Berhad (TNB)

  • Register Your Account Number
  • Registered Customer Bill Inquiry

 

Telekom Malaysia Berhad (TMB)

  • Check Utility Bill/Enquiry

 

Dewan Bandaraya Kuala Lumpur (DBKL)

  • Check/Pay Assessment Bill
  • Check/Pay Composite License
  • Bankruptcy Status Enquiry (Individual)
  • Liquidation Status Enquiry (Company)
  • E-Insolvency Fulfillment System (Delivery Checking)
  • View Transactions

 

Jabatan Pendaftaran Negara (JPN)

  • Mykad Replacement

 

Jabatan Imigresen Malaysia

  • Maid Working Permit Renewal

 

MyEG road tax renewal ad on TV

 

 

 

MyEG maid permit renewal ad on TV




Popularity: 1% [?]

Do nothing for 2 minutes

By on February 22, 2011


Just found out a web site call “Do nothing for 2 minutes” and the only purpose for this web site is for you to relax your self, give your self 2 minutes times to look at the sun set sea view, listen to the wave. If you move your mouse or press on your keepboard, a fail word will display on the top of the timer, that’s the most challenging part for this web site.
If you are require to snap on a bed for few minutes without any movement, that’s easy job, but if want you to sit in front of a computer with the Internet connection provided but without any movement, that’s should be a bit challenging; at lease for me, but not sure how about you?


do nothing for 2 minutes Do nothing for 2 minutes

Counting down of 2 minutes time by do nothing




Popularity: 1% [?]

EC Lifestyle Home page EC Lifestyle Renovated reopen


After sometime of testing and renovate, finally my online laptop sleeve store has change the interface. Previously I’m using the Zen-Cart to run my online store – http://www.ec-lifestyle.com, but recently had changed to Prestashop after I found out that that’s much more features and better interface experience if compare to the previous one.

EC-Lifestyle is the online laptop sleeve store for the brand of POFOKO which have varienty of design for difference type of laptop range from size 10inch to 15 inch. Besides that, we also selling the camera bag as well as cable tie.

With the new changing of web store engine, currently we accept the payment by Paypal as well as most of the Malaysia Online Banking transfer including:

  • Maybank2u.com.my
  • Public Bank Online
  • CIMB clicks online
  • AM Bank online
  • Alliance Bank Online
  • Hong Leong Bank Online
  • RHB Online
  • EON Bank Online


At the new renovate and reopen back my online store, here by give out the voucher to all my blog reader of 15% discount.

Please use the following voucher code when you check out from the store and you will get additional of 15% discount.

DKX93KRV0

 


Popularity: 1% [?]

Because of I need to handle a project in my comany which include the forum features, but the language is Chinese Simplify, so I manage to find out this 9 years old product.


phpBB is a free and open source forum application. phpBB was created in June 2000 as UBB-like forum solution using the PHP language and the latest version up to today is phpBB 3.0 ‘Olympus 3.5′ (Release at 31 May 2009). phpBB is available at no cost, released under the GNU General Public License.


I choose this as my forum in the new project is because it come with an intuitive adminstration system and extensive customisation capabilities. Besides that, it is capable to supporting hundreds of million of discussions in any language and boatst some of the largest forum communities on the Internet. phpBB is developed by six core developers, more than forty team members and is supported by a community of almost 300,000 users and developers up to today.


The lastest version support the UTF-8 encoding including the Simplify chinese , tranditional chinese encoding, Russian, Thai, Turkish and more. Besides that, it support most of the most common database in market such as MSSQL, MySQL, PostgreSQL, Oracle, Firefird, SQLList. The release of phpBB 3.0 is come with nearly 500 enhancements, modification and extenstion compare to the previous version.


phpBB also is a highly recomended forum application for those who like to customize and quickly integrate into any content management system or static web site because it come with very flexible framework, documented Application Programming Interfaces (APIs).


Click here for more phpBB forum features list
Click here to go to phpBB forum official page
Click here to go to phpBB forum download page


phpbb sample forum home page phpBB open source forum application

phpBB forum home page

phpbb sample forum backend admin phpBB open source forum application

phpBB sample forum backend admin control paner


Popularity: 11% [?]

Just working out on the phpBB3.0 on the user registration integration with the main web site. Because of I plan to write the main web site using the coldfusion + MS SQL, so the only way as I may thinking of to do the integration is write a web service a like page for my coldfusion application to call.


After read through some forum, blog, web site and finally find out the way for the integration and here to share my simple PHPBB 3.0 user registration integration code.


  < ?PHP
  define('IN_PHPBB', true);
  /* set scope for variables required later */
  global $phpbb_root_path;
  global $phpEx;
  global $db;
  global $config;
  global $user;
  global $auth;
  global $cache;
  global $template;

  # your php extension
  $phpEx = substr(strrchr(__FILE__, '.'), 1);
  $phpbb_root_path = "../";

/* includes all the libraries etc. required */
  require($phpbb_root_path ."common.php");
  require($phpbb_root_path ."includes/functions_user.php");
  $use-->session_begin();
  $auth->acl($user->data);

// username of the user being added
$username = 'david';

// the user’s password, which is hashed before inserting into the data base
$password = 'password';

// an email address for the user
$email_address = 'admin@david-cheong.com';

// since group IDs may change, you may want to use a query to make sure you are grabbing the
// right default group...
$group_name = ($coppa) ? 'REGISTERED_COPPA' : 'REGISTERED';
$sql = 'SELECT group_id
        FROM ' . GROUPS_TABLE . "
        WHERE group_name = '" . $db->sql_escape($group_name) . "'
            AND group_type = " . GROUP_SPECIAL;

$result = $db->sql_query($sql);

$row = $db->sql_fetchrow($result);

$group_id = $row['group_id'];

// timezone of the user... Based on GMT in the format of '-6', '-4', 3, 9 etc...
$timezone = '8';

$language = 'zh_cmn_hans';

// here if the user is inactive and needs to activate thier account through an activation link
// sent in an email we need to set the activation key for the user... (the goal is to get it about
// 10 chars of randomization) you can use any randomization method you want, for this example,
// I’ll use the following...
$user_actkey = md5(rand(0, 100) . time());
$user_actkey = substr($user_actkey, 0, rand(8, 12));

// IP address of the user stored in the Data base.
$user_ip = $user->ip;

// registration time of the user, timestamp format.
$registration_time = time();

// time since the user is inactive. timestamp.
$user_inactive_time = time();

$user_row = array(
    'username'              => $username,
    'user_password'         => phpbb_hash($password),
    'user_email'            => $email_address,
    'group_id'              => (int) $group_id,
    'user_timezone'         => (float) $timezone,
    'user_dst'              => $is_dst,
    'user_lang'             => $language,
    'user_type'             => '0',
    'user_actkey'           => $user_actkey,
    'user_ip'               => $user_ip,
    'user_regdate'          => $registration_time,
	'user_dateformat'   	=> 'D M d, Y g:i a'
);

$user_id = user_add($user_row);

echo 'userid' . $user_id;

?>

Click here for PHP Cross Reference of Architecture PHPBB3

Popularity: 13% [?]

CopyTaste make online sharing easy

By on October 18, 2009

copytaste logo CopyTaste make online sharing easyCopy Tasteis a Google Notebook a like web application that allow you to copy and paste your text and share it over the Internet. To use CopyTaste, there is no log in require, but if you would like to store and managed the post in the future, then may to log in to the copytaste using any OpenID provider as they included.


CopyTaste provide the normal text editor and also Rich Text editor which it also allow you to insert image or video into your note. After you enter your content, you may set the permission whether allow the public to read it or you want to make it private. To make it private mean that you can set the password or let’s the system to choose the random key to view your content. Besides that, you may also set the permission whether this text is allow comments or not.


After all done, just click on Submit button and a copytaste auto generated URL will be display on top of the text area which you may share your text with other by providing this special URL.


CopyTaste also provide the plugin for IE so that you can just right click on the text/content and post it directly from IE to CopyTaste easily.


To view my sample CopyPaste Content: Sample 1, Sample 2

Click here to go to CopyTaste home page

post some text on copytaste CopyTaste make online sharing easy

Just type or copy your long long text and paste it over the main text area

copytaste text posted CopyTaste make online sharing easy

A random link generated after the content submited, share your content with your friend by provide them this URL

login to copytaste with openid CopyTaste make online sharing easy

Login to Copytaste using the Open ID to managed your post at anytime

copytaste edit profile page CopyTaste make online sharing easy

After login, you may easily manage all the post done by you


Popularity: 1% [?]

Check the page’s last update date

  1. Go to any web site as you like
  2. Delete the content in the URL address bar
  3. Enter the following script javascript:alert(document.lastModified)
  4. Press Enter
  5. This code will display any web page’s last update including the specific time, so by using the this script, you will know that the content you get is that the latest or not

tech share latest update URL Hidden Tricks to check pages last update

Tech share latest update is 11 Oct 2009 16:36:23


Popularity: 1% [?]

Convert web site to PDF

By on October 5, 2009

HeartRails Capture is a free web service tools for you to save and capture the web site as PDF. Just go to the HeartRails Capture web site and enter the URL address to capture. HeartRails Capture will auto capture the snapshot of the web site then generate the PDF for you.


PDF file created URL will be displayed for the tags to embed or blog.HeartRails Capture is a free web service tools for you to save and capture the web site as PDF. Just go to the HeartRails Capture web site and enter the URL address to capture. HeartRails Capture will auto capture the snapshot of the web site then generate the PDF for you.


PDF file created URL will be displayed for the tags to embed or blog.


Click here for sample TechSharing PDF
Click here to go to HeartRails Captures home page


heartrails web site capture1 Convert web site to PDF

Enter the web site URL to generate the snapshot


heartrails web site capture2 Convert web site to PDF

PDF generated from the URL anter


Popularity: 1% [?]

pofoko logo Online laptop sleeve store    www.ec lifestyle.comI being busy for sometime with my new online laptop sleeve store – EC-Lifestyle. It take me few weeks just to choose which shopping cart to use for, while I’m busy with the supplier for the stock order, register a new company, register a new domain name, open a new bank current account and so and so.


Now only I know that is not simple as everyone thinking of. After working hard for day and night for few weeks times, finally my new web site can launch on KL PICOM PC Fair date from 10 April 2009 to 12 April 2009. Hopefully with the online ad, offline ad, month to month marketing can bring some traffic for me.


Currently there are few series of bag in the store including the Elegant series, Mini Series (For 10 inch laptop), Business Pro series, Mini 2 series, EPC (for the epc with the size of 8.9 inch), and Engine series.


Welcome to visit the new EC-Lifestyle online store – www.ec-lifestyle.com

ec lifestyle screen shot Online laptop sleeve store    www.ec lifestyle.com

EC Lifestyle new web site

[More]

Popularity: 1% [?]

SEO Powered by Platinum SEO from Techblissonline