Jump to content

ijurq

Members
  • Content Count

    61
  • Joined

  • Last visited

Posts posted by ijurq


  1. hye, saya guna ajaxcontroltoolkit,tapi bile run , dapat error ni..

    why this happen?

    how to fix it?

    thanx in advance..

    the error..

    Server Error in '/' Application.

    Configuration Error

    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: Unrecognized attribute 'type'.

    Source Error:

    Line 2: <configuration>

    Line 3: <configSections>

    Line 4: <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">

    Line 5: <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">

    Line 6: <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>

    Source File: c:\Inetpub\one2print.com\wwwroot\temp\MIStemp\web.config Line: 4

    Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032


  2. best practice for me..

    coding yg di buat tu

    1) boleh digunapakai utk masa hadapan

    2) boleh difahami oleh org lain, bila die nak sambung atau selesaikan keje kita tu.

    3) dpt digenerate dynamically..kurangkan line of code..

    4) and then lg pendek coding tu lg bagus..bukannye beribu lain lg bagus..

    sbb aku pernah kene sambung keje org lain..pening sungguh pala tgk coding die..so, bantulah org yg akan menyambung keje kita dikemudian hari...dgn mengamalkan best practice programming


  3. Database Normalization

    When creating a database, it is often useful to learn from the mistakes of

    others. Within the Relational Database Model, a set of rules has been established

    to aid in the design of tables that are meant to be connected through relationships.

    This set of rules is known as Normalization.

    In this Tutorial we will address the first of five normal forms, and

    the ways in which normalizing your database will help prevent problems as you

    add to it.

    The concept of database normalization is not unique to any particular Relational

    Database Management System. It can be applied to any of several implications

    of relational databases including Microsoft Access, dBase, Oracle, etc. The

    benefits of Normalizing your database include:

    • Avoiding repetitive entries

    • Reducing required storage space

    • Preventing the need to restructure existing tables to accommodate new data.

    • Increased speed and flexibility of queries, sorts, and summaries.

    There are five normal forms in all, each progressively building on its predecessor.

    In order to reach peak efficiency, it is recommended that relational databases

    be normalized through at least the third normal form. In order to normalize

    a database, each table should have a primary key field that uniquely identifies

    each record in that table. A primary key can consist of a single field (an ID

    Number field for instance) or a combination of two or more fields that together

    make a unique key (called a multiple field primary key).


  4. aku cdgkan..

    buatlah table

    user_profile

    user_address

    user_contact

    bank_details

    bank_address

    bank_contact

    besar sistem ko ni...

    ce pecahkan lg table lain..tak paham la sistem ko sbb tu tak dpt nak bygkan...haha...

    bile databse ok..kang bab scripting senang je..


  5. database ko ni tak cukup normal..

    ce buat normalization....

    kalau nak buat sistem...kenal pasti la sape actor, ape role masing2....and sbb ko nye ni web based..ce ko buat satu activity flow ke..and then ko kena pasti ape data yg terlibat...baru nmpk ape jenis table ko nak pakai...

    ni pendapat aku la..

×
×
  • Create New...