Tampilkan postingan dengan label Sains. Tampilkan semua postingan
Tampilkan postingan dengan label Sains. Tampilkan semua postingan

Meteor

Written By Anonim on Senin, 22 Agustus 2011 | 18.42


Meteor is the appearance of lines meteoroids fall into Earth's atmosphere,commonly known as shooting starsThe apparition was caused by heatgenerated by the ram pressure (not by friction, as is generally assumed beforethiswhen meteoroids enter the atmosphereMeteors are very brightbrighter than the sighting of Venuscan be called a bolide.
If a meteoroid does not burn out on its way in the atmosphere and reachesEarth's surfacethe resulting object is called a meteoriteMeteor hit the Earth orother objects can be formed impact crater.
18.42 | 0 komentar

Know the Language C / C + +

Written By IMAGINATION on Sabtu, 20 Agustus 2011 | 01.32

Know the Language C / C + +
C language was developed at Bell Laboratories (USA) around 1972 by Dennis Ritchie who is an expert in programming. C + + language is a refinement and development of C created by Bjarne Stroustrup. C and C + + compiler is to make a general application and is also an intermediate level language that is often used to make computer interfacing and microcontroller applications. Both languages ​​are categorized as middle level language because sometimes we need to know also to programming Assembly language related to hardware or computer equipment. We can insert Assembly Language to C / C + + programming for computer hardware using asm command. To learn C / C + +, you can use the software Turbo C, Turbo C + +, Borland C + +, C + + Builder or Visual C + +, while Visual C + +. NET already has a lot of difference in terms of GUI and several models of programming known as Managed C + +. However, making interfacing applications using Visual C + +. NET and Visual C #. NETtetap it is something that is interesting and a challenge. Turbo C + + compiler is based on DOS, while Borland C + + version 4 upwards running under Windows. You can also create C + + program based on Linux and compiled using gcc.
01.32 | 0 komentar

Know Your JavaScript

JavaScript was first introduced by Netscape, which is in 1995. At first the language is now called JavaScript is named LiveScript that serves as a simple language for the browser Netscape Navigator 2, the browser that is very popular at the time. Then, in line with the onslaught of cooperation between Netscape and Sun (Java programming language developers) at the time, then on the 4th of december 1995 Netscape to give JavaScript the name of the language. At the same time, Microsoft's own attempt to adapt the technology they refer to as JScript in the browser is Internet Explorer theirs 3. JavaScript itself is a modification of the C + + programming language by writing a simpler pattern than the C + + language.
UnderstandingJavaScript is a programming language that is specifically used for web pages to become more alive. When viewed from the syllable, JavaScript consists of two syllables, namely Java and script. Java is object-oriented programming language, while the script is a series of program instructions. Although JavaScript can not be used to create applications or applets, but with JavaScript we can create an interactive web page with ease.
JavaScript and Java differences1. JavaScript: Translated by the client (not compiled)Java: Compiling the server before execution on client2. JavaScript: Working on an objectJava: Applet is separated from HTML (accessed from HTML pages)3. JavaScript: The code uses objects built-in, and can be developed but are not required classesJava: Types of data variables must be declared4. JavaScript: Dynamic Association (dynamic binding)Java: Institute of static (static binding)5. JavaScript: object references are checked on a timelineJava: Reference objects must exist at compile time.
Reading the above, one question arises, how to structure the writing? Well, the answer is easy. writing JavaScript programs thirst begins with tag <SCRIPT LANGUAGE="JavaScript"> and terminated or closed with the tag </ SCRIPT>. JavaScript tag has two attributes that can be used, the JavaScript is written in HTML documents and HTML documents are written out in a separate file. Easy, right? Now we just apply it into our website. Good luck!
01.30 | 0 komentar

Functions Tool Google Webmaster Tools

Written By IMAGINATION on Kamis, 18 Agustus 2011 | 18.16

Google Webmaster Tools are tools and media used google to communicate in both directions between the google and we as webmaster.Dengan Google Webmaster Tools you can optimize the indexing process.

For example, if we ever see a "website that has pages in", meaning from:

Home -> Category -> Catalog -> Product

Where the product page does not get the link from the front page, google bot would be very difficult to crawl reaches its product page. Well this is one of the advantages if we use Google Webmaster Tools, especially tools called "Google Sitemap" and of course if you can also build Web Pages Being Search Engine Friendly, Function more about "Google Sitemaps" I will explain below:

1. Google Sitemaps: This is a sitemap which lists the url of our website. Its function is to make it easier to enter and google bot crawl, pages pages we have provided its url above.

Components in Google Sitemaps:

loc: content with your URL

lastmod: content with the latest date, the format year-month-day examples of 2007-10-05

changefreq: content with the frequency change ex. always, daily, weekly

priority: set priorities between 0.1 - 1.0

Example:

<? Xml version = "1.0" encoding = "UTF-8"?>

<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">

<url>

  <loc> http://www.ilmuwebsite.com/ </ loc>

  <lastmod> 2007-10-05 </ lastmod>

  <changefreq> always </ changefreq>

  <priority> 1.0 </ priority>

</ Url>

<url>

  <loc> http://www.ilmuwebsite.com/sitemap/ </ loc>

  <lastmod> 2007-10-05 </ lastmod>

  <changefreq> daily </ changefreq>

  <priority> 1.0 </ priority>

</ Url>

<url>

  <loc> http://www.ilmuwebsite.com/gb/ </ loc>

  <lastmod> 2007-10-05 </ lastmod>

  <changefreq> always </ changefreq>

  <priority> 0.9 </ priority>

</ Url>

</ Urlset>

2. Robots.txt. 60% sure you all already know Robots.txt yes .. Robots.txt is a file containing restrict / regulations on are due to bots / crawlers not to mengindek a web page or directory, or even the entire website structure, depending restrict it, in Google Webmaster Tools also have his robot validator

3. Link. On the menu link you DAPT see a list of inbound links, internal pages, and you can also see how many pages your site has in the index by Google

4. Domain Preference. Preference domain prefix is ​​the selection of the domain you are using the "www" or "tabpa www"

Ex.

using www

www.ilmuwebsite.com

do not use www

ilmuwebsite.com

Domain Preference very influential in the Search Engine Result Page

5. Crawl Speed. You can specify the frequency will slow down or speed up the google bot comes to your website, if you think google bot come and spend too much bandwidth, then you can reduce the frequency of its

Go to google webmaster tools you must have Google Accounts, other language you should at least have a Google Email

This is his link to the Google Webmaster tools:

http://www.google.com/webmasters/

or

http://www.google.com/webmasters/tools/

There are still many other functions from Google Webmaster Tools I have not yet describe.

so the explanation of my ... thanks

To see his blog: Official Google Webmaster Central Blog
18.16 | 0 komentar

USE OF INFORMATION AND COMMUNICATION TECHNOLOGY AS A LEARNING MEDIA

Written By IMAGINATION on Rabu, 17 Agustus 2011 | 07.20

Currently the computer is no longer a luxury, this tool has been used in various fields of work as well as in the field of education. At first computers used in schools as a support for the smooth work of the fieldadministration by utilizing the software Microsoft word, excel and access.With the influx of material Information and Communication Technology in the new curriculum, the role of computers as a major component in ICT has a very important position as one of learning media. Excerpts from the Curriculum for the Subject Information and Communication Technology· Vision subjects of Information and Communication Technology is for students to and accustomed to using Information and Communication Technology tools are appropriate and optimal to obtain and process information in learning, work, and other activities so that students can be creative, to develop imaginative attitudes, develop exploration capabilities independent, and easily adapt to new developments in its environment · Through the subjects of Information Technology and Communications is expected that students can engage in rapid changes in life that have additions and changes in the use of various information and communication technology products.Students using the Information and Communication Technology to explore, explore, analyze, and exchange information efficiently and effectively. Using Information and Communication Technology, students will be withquickly get ideas and experiences from various walks of life. The addition of a student's ability because the use of Information and Communication Technology will develop the attitude of initiative and self-learning ability, so studentsand consider themselves can decide when and where the use of Information and Communication appropriately and optimally, including the implications of the present and the future.· Technology Information and Communications Technology (ICT) includes two aspects, namely Information and Communications Technology. Information Technology, covering all matters relating to process, use as aids, manipulation, and information management. Communication technology is all things relating to the use of assistive devices to process and transfer data from one device to another. Therefore, Information Technology and Communication Technology is an equivalent of an integral containing a broader sense of all activities related to the processing, manipulation, management, and transfer / transfer of information between the media.· Specifically, the purpose of studying Information Technology and Communication are:1. Students aware of the potential development of information and communication technologies are constantly changing so that students can be motivated to evaluate and study the Information and Communication Technology as a foundation for lifelong learning.2. Motivating students' ability to adapt and anticipate the development of Information and Communication Technology, so students can carry out and live life activities independently seharihari and more confident.3. Developing student competence in using ICT to support learning activities, work, and various activities in life seharihari.4. Develop study skills-based Information and Communication Technology, so that the learning process can be optimized, interesting, and encourage students skilled in communicating, skilled organizing information, and accustomed to working.5. Developing self-learning ability, initiative, innovative, creative, and responsible in the use of Information and Communication Technology for learning, working, and problem solving seharihari.By viewing the contents of the curriculum, we must integrate ICT in teaching and learning at the school not only for the subjects of technology and information only. Looking at the current condition of ICT and its development in the future, we must prepare ourselves and do the planning in implementing ICT in schools. If we do not start now then the madrasas as one of the educational institutions other than schools under the Education Ministry will be missed by other schools. If this happens, our efforts will be increasingly hard to align the madrassas with other schools. On the one hand, we're trying to catch up in subjects especially Mathematics and BahasaInggris, on the other side of ICT will make us further behind. Observing developing a program conducted ICT Ministry To catch the utilization of ICT in schools from other countries, when iniDepdiknas have ICT development program in ia.There are three important positions in the Ministry of Education in ICT development program, namely:1. Fields of vocational, ICT became one of the majors at SMK. ICT development is technically both hardware and software into the education curriculum. Establishment of ICT centers throughout Indonesia. To connect sekolahsekolah built around ICT center WAN (Wireless Area Network) City.2. Pustekkom, as one of the spearheads in the development of interactive educational TV, Elearning and ESMA. The program aims to narrow the gap between the educational quality of a big city with the area.3. Jardiknas (National Education Network), aims to integrate the two programs above in order to form a network that connects all schools in Indonesia. So I assume that in future all schools in Indonesia will be connected to the Internet. Looking at a program organized by the Ministry of Education we can use the facility because it is open.ICT development in Madrasah in MandiriWe're not too late to prepare for the mastery of ICT as a medium of learning in schools. From now on the madrassas and the Majlis Madrasah should make an overall ICT development program. There are several points to create an ICT development plan, including:1. Uniting the vision and mission of ICT development to be achieved between the principals, teachers and madrasah majlis.2. Formation Technology Committee (Organization Labkom) independent3. Identify infrastructure agency, whether hardware, software and systems and networks are owned4. Determination of hardware and software to be used or developed.5. Identifying HR owned6. Determine the shape of the mastery of ICT training for teachers and other staff.7. Time presence of a clear schedule for achieving program8. Determination of investment required at regular intervals each year9. Identify software development and new curriculum10. Hold a revised plan tailored to the developments.With careful planning, we can gradually develop ICT at the school so as not to lag behind other schools. Program created emotion implemented on an ongoing basis despite the change of the head and majilis madrasa. Utilization of ICT For Learning ICT Media is not a stand-alone technology, but it is a combination of hardware and software.Ada important things that must be considered in utilizing ICT as a learning medium that is hardware and software that is available and the types of learning methods will be used. Some use of ICT in learning including:1. PresentationThe presentation is a long way already in use, by using OHP or chart. The equipment used today typically use a computer / laptop and LCD projector. There are several advantages if we make use of ICTs among us can display animations and movies, so it looks to be more attractive and easier for students to catch the material that we deliver. The most widely used softwarefor presentations is Microsoft PowerPoint. There are several things that must be considered in making the presentation materials,including:a. Not too many posts to be displayed.b. Posts do not be too small as to be seen by many students.c. Expand to insert images and animationsd. Try to form an interactive presentation.2. DemonstrationDemonstrations are usually used to display an activity in front of the class, such as experimental. We can make a film Such measures do an activity such as how to take measurements with a micrometer is right or take some important activities. So in this way can we direct students to do the activities that right or draw conclusions from such activities.Another way is to utilize the Internet media, we can display an animation-related material that we teach (although not all available). As an example to show the direction of the vector cross product we can access the Internet at the addresshttp://www.upscale.utoronto.ca/GeneralInterest/Harrison/Flash/ClassMechanics/RightHandRule / RightHandRule.html3. Virtual ExperimentThe purpose of the virtual experimental laboratory here is an activity that moved in front of the computer. Children can do some experiments with virtual experiments utilizing software such as Crocodile Clips. This software can be downloaded at http://www.crocodileclips. com/s3_1.jsp, but you must register first to get an active code that is valid for a month.This method can be used if we do not have a complete science lab or used before performing the actual experiment.4. Virtual ClassroomThe purpose here is the virtual classroom students learn independent web-based, for example using moodle. I give examples of virtual classes that we are developing in MAN 2 Ciamis.Pada virtual classroom, pupils will get the material, assignments and tests online. We as teachers gain the ease of the task of examining and assessing students' exam results. Especially the results of the exam students will be assessed automatically.Actually, many other forms of utilization of ICT can be used to assist students in teaching and learning. But it all depends on us how to use it.
07.20 | 0 komentar

What Is Autosurf?

Written By IMAGINATION on Selasa, 16 Agustus 2011 | 17.21

Autosurf is actually a form of advertising on the internet where anything these ads will be presented on a web browser or web automatic gob tempoh follow a certain period. The advertisers would pay money to users who use the web browser was followed peratusan komisyen or follow kadaran hours or more.

Found this definition from Wikipedia

How resurfacing autosurf?

If you register for Account autosurf, you will be given a value for money. Then you are asked to navigate a number of web pages in a day as a minimum requirement for you to receive komisyen a particular value of the money given. Habit you just need to open your browser and let our other features and webpages that are advertised will be automatic exchange follow a predetermined period, the way 20 times. The terms and revenues are differing follow autosurf programs that followed. If you want to double your income, you need your expertise menaiktaraf.

Example calculation 1:

You enter a program in which you were given $ 10 for starters. Then you are asked to navigate as many as 100 web pages that will be exchanged is automatic in the browser. If you get a komisyen succeeding as much as 1% of the value of existing money.

1% than USD 10 = EUR 0.10 (earnings per day)
USD 0.10 X 365 days = USD 36.50 (revenue a year)

Hypothetic example II:

Suppose you would like to improve your skills than USD10 to USD100, you only need to spend USD90. Now, if you navigate victorious 100 web pages a day, you will be mistaken komisyen of USD100, no longer $ 10.

1% than USD 100 = EUR 1.00 (earnings per day)
USD 1:00 X 365 days = USD 365 (income year)

What are examples of autosurf programs are there?

Here is what I accompanied autosurf program and syorkan:
1. StudioTraffic
2. 12DailyPro
17.21 | 0 komentar

Understanding Domain Cloaking

Domain cloaking or URL Frame feature is the domain used to hide the address / domain originals on display in the browser. It is generally used to make your domain name looks more professional or just memorable.

For example, suppose your current website URL address is 'your website, www.geocities.com/ ~ /', with the domain cloaking, the name of your long URLs that can be abbreviated to its website or web-bisnis.com anda.com or what just as long as the domain name owner does not already exist.

When visitors enter the domain address cloaking, which appears in your browser still is the domain address cloaking while the contents of his website are from the '-site www.geocities.com/ ~ you /'.
17.18 | 0 komentar

Understanding Hardware (hardware) Computer

Written By IMAGINATION on Senin, 15 Agustus 2011 | 18.19

Understanding of hardware or in the Indonesian language is also called by the name of the hardware is one component of a computer that is the nature of its tools can be seen and touched by man, directly or in the form of real, which serves to support the computerization process.

Hardware can work on orders that have been specified therein, or also referred to by the term instruction set. With the commands that can be understood by the hardware, the hardware can perform a variety of activities that have been specified by the command.

Physically, the computer consists of several components of a system. System are components that work together to form a unity. If one component does not function, will result in the malfunction of a computer properly. Computer components are included in the category of hardware elements (hardware). Based on the function, the computer hardware is divided into:
1. Divice input (input unit)
2. Process device (processing units)
3. Output device (output units)
4. Backing Storage (storage unit)
5. Peripherals (additional unit)
basic components of a computer consists of input, process, output and storage. Input device comprises a keyboard and mouse, the device is a microprocessor Process (ALU, Internal Communication, and Control Registers section), Output devices consist of a monitor and printer, external memory storage consists of hard drives, floppy drives, CD ROM, magnetic tape. Internal storage memory comprises RAM and ROM. While the Peripheral Device component is an additional component or as a component that does not exist or did not exist before. Peripheral Component's an example: TV Tuner Card, Modem, Capture Card.
18.19 | 0 komentar

Understanding Google Pagerank

Written By IMAGINATION on Minggu, 14 Agustus 2011 | 05.39

Google PageRank is a value or ranking of web pages provided by search engines whose value is determined from google pagerank algorithm created by the founders of google "Lawrence Page" and "Sergey Brin". Pagerank algorithm used to determine page ranking has been through so many changes and modifications to provide the most relavan search results for users of Google's search enggine.

A few moments later with increasingly crowded with people who are very fanatical google pagerank of this, make some people examined it and found that google pagerank sometimes do not deliver results as expected. But anyway google pagerank is one key to success in seizing the google search engine market and become the most widely used today. How PageRank algorithm works already published by the author, but many things remain a secret google. To better understand in this article will discuss some of the google pagerank algorithm that was published which is the foundation of the PageRank algorithm.
05.39 | 0 komentar

Understanding CSS

Written By IMAGINATION on Sabtu, 13 Agustus 2011 | 04.36

Cascading Style Sheets (CSS) is a stylesheet language used to set the display of a document written in markup language. The most common use of CSS is to format web pages written in HTML and XHTML. However, the language itself can be used for any type of XML document, including SVG and XUL. CSS specifications set by the World Wide Web Consortium (W3C).

CSS is used by the author and readers of web pages to define colors, fonts, layout, and various aspects of the document view. CSS is used mainly to separate the document content (written with HTML or other markup language) with the presentation of documents (written in CSS). This separation can improve content accessibility, provide more flexibility and control over the look, and reduce complexity and repetition in the content structure.

CSS enables the same page to be displayed in different ways for different presentation methods, such as through a screen, print, voice (when read aloud by voice-based browser or screen reader), as well as braille reader. HTML page or the same XML can also be displayed differently, both in terms of display style or color scheme by using CSS.

I use this article only to remember just because many people the word "CSS" but I do not understand.
04.36 | 0 komentar

Understanding MySQL

MySQL database software is a relation (relational database management system or RDBMS), such as ORACLE, Postgresql, MS SQL, and so on. MySQL AB refer to the product as the most popular open source database in the world. Based on the research revealed that that the Web platform, and good for the category of open source and public, MySQL is a database of the most widely used. According to the company's developers, MySQL has been installed in about 3 million computers. Tens to hundreds of thousands of sites relying on MySQL to work day and night to pump data for the visitors.

MySQL Features

When MySQL starts at 3:22 series adopted a lot of people and increased user population, then at 3:23 and the 4.0-series there was a considerable increase from the technology. It is inseparable from the demands of users who increasingly rely on MySQL, but need the features more.

Series 3.23. At 3:23 MySQL series adds three new table types: first MyISAM, which until now become the default table type; both BerkeleyDB, the first to add transactional capabilities to MySQL and third InnoDB, potential new prima donna.

Series 4.x. In the new series goes up to 4.0 alpha stage, the MySQL developers promised to make the MySQL one degree higher. These features are always asked to be granted, such as subselek (at 4.1), union (4.0), foreign key constraint (4.0 or 4.1-though InnoDB already provides this in 3.23.x), stored procedure (4.1), view (4.2 ), cursor (4.1 or 4.2), trigger (4.1). MySQL AB remains dedicated to develop and improve MySQL and MySQL to maintain as most popular open source database.

Advantages of MySQL

The main cause of MySQL is so popular among the Web is because it is suitable to work in that environment. First, MySQL is available on various Linux platforms and various Unix variants. Something that does not have access, for example-while Access is very popular on the Windows platform. Many Unix-based Web servers, this makes the automated Access can not be used because he did not have the ability client-server/networking.

Second, the features that MySQL is normally held in great demand in Web applications. For example, its SQL LIMIT clause, practical to perform paging. Or FULLTEXT index type field, for full text searching. Or call it wealth builtinnya functions, ranging from the format and manipulate dates, processing strings, regex, encryption and hashing. The latter for example, practical to perform the password storage site members.

Third, MySQL has a low overhead connection. To speed the transaction or performance at high load conditions may be debated by a variety of different benchmarks, but when it comes to this one MySQL was the champion. These characteristics make MySQL suitable to work with CGI applications, where on every request script will establish a connection, send one or more SQL commands, and then disconnect again. Try doing this with Interbase or Oracle. So with a few requests per second load alone web server / database you may soon give up because they can not offset this burden.
02.41 | 0 komentar

Creating And Fulfilling Commitments

The very core of our Circle of Influence is our ability to make and fulfill commitments and promises. Commitments we make to ourselves and others, and our integrity on that commitment, is the essence and clearest manifestation of our proactivity.

This is also the core of our growth. Through the grace of the human form of self-awareness and conscience, we become aware of areas of weakness, areas for improvement, areas that can develop the talent, the region needs to be changed or removed from our lives. Then, when we recognize and use your imagination and our free will to act on that awareness - making appointments, setting goals, and faithful to the promises and goals were - we build strength of character, which allows all the other positive things in our lives.

Here we find two ways to make ourselves the direct control of our lives. We can make an appointment - and fulfill it. Or we can set a goal - and try to achieve it. When we make and meet commitments, even though less commitment, we begin to enforce the integrity of the self that gives us a sense of self-control and courage and strength to accept more responsibility for our own lives. By making and keeping promises to yourself and others, little by little, our honor becomes greater than our moods.

The power to make and fulfill commitments to ourselves is the core of the development of effective basic customs. Knowledge, skills, and desire it's all in our control. We can train anywhere is to improve the balance of the three. As the field of the intersection becomes larger, the deeper we live the principles that form the basis of habit and create strength of character to move us in a balanced way toward improving the effectiveness of our lives.
02.37 | 1 komentar

JAVA

Written By IMAGINATION on Jumat, 12 Agustus 2011 | 05.28

Java is a programming language on a computer just like its predecessor c + +. This programming language developed by Sun Microsystems that was developed in 1995. Java was originally invented in 1991 by Patrick Naughton, Mike Sheridan, James Gosling and Bill Joy of Sun Microsystems and its programmers. The unique name is taken from the name of the island of Java Java (English language from Java) because James Gosling "Father of Java" like instant coffee that comes from the island of Java. So we should be proud to be citizens of Indonesia.

Java itself is an object-oriented programming language, the intention is contained on all aspects of Java is an object so it is easier to design, create and develop a java program quickly. The advantages of this makes it easy for Java programs used by many people. This programming language can also be used by many operating systems, such as: Microsoft Windows, Linux, Mac OS, and Sun Solaris (Multiplatform).

Advantages of Java:
Object-oriented, Make it easy to design and develop programs quickly and thoroughly, sehinnga easy to use. One object-oriented programming language that is pure.
Similar to c + +, Have a syntax similar to C + + programming language. So that the users of C + + migrate many of which use Java.
Multiplatform, Can be used in many operating systems.
The development of a broad, from games to mobile phone operating system using java program. For example Mobile Sonny Ericsson and Opera Mini 3 of type. Jar (Java Archive).
Have automatic garbage collection.

Java Disadvantages:
Compile process, Require users compile the program before it is run, in contrast with the python programming language that does not need to compile it first.
Memory usage is great, contrast with other programming languages ​​which only requires a little memory
05.28 | 1 komentar

PHP

PHP stands for "PHP: Hypertext Preprocessor", which is
a scripting language that is attached to the HTML. Most of the syntax is similar
in C, Java and Perl, PHP plus some specific functions.
The main purpose of this use of language is to allow web designers
writing dynamic web pages quickly.
Relations PHP with HTML
This web page is usually composed of html code that is stored in
a file extension. html. Html file is sent by the server (or file) to
browser, the browser then translate those codes, so
produce a beautiful display. As with the php program, the program
This must be translated by the web-server so it produces the html code
sent to the browser in order to be displayed. This program can stand alone or
inserted between the html code so that it can be instantly displayed together
with the html codes. Php program can be added to the flanking
program between the marks. The signs are usually called
sign for escaping (blurred) from html code. Html file that has been spiked with the program
php extension it must be replaced. php3 or. php.
PHP is a web programming language that is server-side
= Embedded HTML scripting, where the script together with HTML and are
the server. The meaning is syntax and commands that we give will
fully executed on the server but included plain HTML. PHP is known sebgai
scripting language that integrates with HTML tags, is executed on the server and
used to create dynamic web pages such as ASP (Active Server
Pages) and JSP (Java Server Pages).
PHP was first created by Rasmus Lerdroft, a programmer C.
PHP was originally used to calculate the number of visitors on the web.
Then he issued a Personal Home Page Tools version 1.0 for free. Version
This first came out in 1995. Its contents are a set of PERL scripts that
made to create a dynamic web page. Later in the year
1996 he released PHP version 2.0 which has the ability to access
database and can be integrated with HTML.
In 1998, precisely on June 6, 1998 out PHP version 3.0
issued by Rasmus himself with a group of software developers ..
The latest version, the PHP 4.0 came out on May 22, 2000 is
versions are more complete than previous versions. Change
The most basic of PHP 4.0 is an integrated Zend Engine created
by Zend Suraski and Andi Gutmans is a refinement of PHP
scripting engine. The other is to build in the HTTP session, no longer use
Additional libraries like in PHP. The purpose of this scripting language is to
create applications that run on top of web technology. In this case,
applications in general will result in a web browser, but the process
overall run a web server.
Advantages of PHP
When e-commerce is growing, these sites are increasingly statispun
abandoned, because they no longer meet the needs of the market, whereas the site
must remain dynamic. At this time the language was far PERL and CGI
outdated so most web designers are switching to the language
server-side scripting such as PHP which is more dynamic.
The entire web-based applications can be made with PHP. But the power
PHP is the ultimate in connectivity with the database system in
in the web. Database system that can be supported by PHP are:

1. Oracle
2. MySQL
3. Sybase
4. PostgreSQL
5. and other

PHP can run on different operating systems like Windows 98/NT,
UNIX / LINUX, Solaris and Macintosh.
05.27 | 1 komentar

HTML

HTML (Hyper Text Markup Language) is a markup language used to create a web page and displays various information in an Internet browser. Starting from a previously widely used language in the world of publishing and printing are called SGML (Standard Generalized Markup Language), HTML is a standard that is widely used to display web pages. HTML is currently the Internet standard defined and controlled its use by the World Wide Web Consortium (W3C).

HTML form tag code that instructs the browser to produce a display according to the desired. A file is an HTML file can be opened using a web browser such as Mozilla Firefox or Microsoft Internet Explorer. HTML can also be identified by opening the email application or from PDAs and other programs that have the capabilities of the browser.

HTML documents are similar to regular text documents, only a text in this document may contain instructions that are marked with codes or better known as a particular TAG. For example if you want to make the text appear to be thick like: PERFORM THICK, then the writing is done by: Appear THICK. The sign is used to enable instruction bold, followed by the text you want bold, and ends with a sign to turn off the bold print.

Broadly speaking, there are 4 types of HTML elements:

* Structural. sign which determines the level or levels of a text will instruct the browser to display the "Golf" as the big bold text that shows as a Heading 1
* Presentational. signs that determine the appearance of a text is not concerned with the level of the text will display bold. Presentational signs are now being replaced by CSS and is not recommended to set the display text,
* Hypertext. sign indicating link to part of the document or link to another document,
* Element widget that makes other objects

In addition to presentational markup, markup lin does not specify how the appearance of a text. But for now, the use of HTML tags to define a view has been encouraged to begin to be abandoned and instead use Cascading Style Sheets.
05.26 | 0 komentar

4 Ways To Stay Motivated

Written By IMAGINATION on Senin, 08 Agustus 2011 | 05.10

Being successful is the dream of everybody. Surely it is necessary for a strong motivation to overcome challenges to achieve what you want. This motivation must be grown from within
own. You could read hundreds of books or go to dozens of seminars to get an injection of motivation, but what often happens is an increase in emotional moment for change. Perhaps this last one or two weeks and after that you feel everything back into mediocrity like the old conditions. Ever feel that way?

"Motivation is a tree that you are flush with the self-discipline"

How do you stay motivated to work to achieve the desired objectives? The bottom line motivation is the art of communicating with yourself. This communication involves the feeling that you felt through the emotions that arise.

So what's the difference between feelings and emotions?

This example, if you feel guilty then the emotions that arise can fear being judged, to escape, and so on. If you feel happy, emotion can be a joy, joy, desire to share, etc.. Emotions arise as a result of the feelings that occur within the self.

So really easy to live motivated. The key is to feel things that are happy and imagine that you will achieve success. I guarantee you will be motivated to work.

In addition there are a few tips that I want to give so that you can be motivated anytime and anywhere:

1. Always consistent

Ease arises from habit. Motivation is the same. It requires discipline, so you get used to life with motivation. There is a great expression that says, "Something that you repeat every day for 21 days will become a habit". I encourage you to practice it. Start with simple things like smiling in front of a mirror, say "Yes" before work, and more.

2. Be responsible

You need someone who will remind you to stay on purpose. He was assigned to provide support and become a partner brainstorm for ideas and the ideas you have. From here you will feel the responsibility to provide the best for him. The process of achieving goals becomes easier with the presence of someone who is a mirror of yourself.

3. Surround yourself with people who are visionary equal

If you want to lose weight, make sure you are with friends who have similar goals. If you want to build a business, friends with people who have been in the business world or those who want to start a business. You can gain energy and motivation from them. It would be very easy to be motivated when you are getting support. What you perceive as obstacles when working alone can be resolved with the help and support of friends that same vision.

4. Focus on process, not a destination

It is very important. Often you down mentally when faced with the difficulty of achieving the goal. Focus on the process. Each process takes time. Whether fast, slow either. Your goal is clear, but the journey to get there can be winding and up and down. With a focus on the process you avoid the mental burden because now you have control over the process itself, rather than controlled by the target to achieve the goal.

Now you know better that the motivation is the key to success. All you need now is a strong will to apply it in everyday life. As what the saying goes "There's a willingness there is a way". Congratulations doing and do not forget to appreciate yourself in every moment of success no matter how small it is.
05.10 | 0 komentar

Stand Firm

Written By IMAGINATION on Minggu, 07 Agustus 2011 | 13.08

"O Allah, teach me an address so I should not say to others. Messenger s.a.w. answered, "say 'I believe in God, then shall you stand firm." (Narrated by Muslim).

Stand firmly upon faith not able to take care of all people. But so important beristiqamah or keeps having faith. Moreover, the tides have faith bias at any time. Even the tide of faith is often experienced after they work hard in order to install (faith) during the month of Ramadan.

Of course very risky for people who live in faith receded or even no faith. Because, not impossible in the current term is so inviting. Until the Lord is reminding the holy Quran that do not die except a believer or a Muslim.

While this is clearly noted, people were given the opportunity to choose to die a believer or not. Not some of us are unable to control his life, and eventually found himself die without faith. The evidence, not everyone is able to act straight or live according to the demands of faith. Night and believe the day has changed.
13.08 | 1 komentar

How to Apply AlertPay

Written By IMAGINATION on Kamis, 04 Agustus 2011 | 07.44

Alertpay can be said is one of the accounts must be owned by the
PTC actors. Imagine, the most proram-PTC programs that exist today
utilizing the services of this account in the various transaction processes.
Account registration process is actually not so difficult. As the process
online registration in general, you will be asked to fill in your personal data yourself
with the real data point, create a password and so forth, which
The most distinguished only in terms of making the addition of PIN transactions,
and menguploadan scanan documents & proof of address data themselves.
As account Paypal, Alertpay also use email as a data
address / account ID, so the transaction can simply use our email data
them.

You can start registering by clicking www.alertpay.com Alertpay
Click the "SIGN UP for your free account today"
You will be delivered to the registration page, select the country where you live, new
select the type of account you want. For the beginning I strongly recommend you
to choose the type of account "personal starter" course first so much simpler.
Then click! Get Started button
Note: Your account will be upgraded automatically if it has exceeded the limit
receipt of cash transactions over $ 2,000 per year.
Next input the data yourself, from the name, address, zip code, etc.
with data that truth.
Note: For phone no, replace the 0's in front with country code +62
(For Indonesia), for example to be 081 326 785 656 Phone No. +6281326785656.
After all the data filled in correctly, click the next button
Fill up the data in the data requested as email, password & forth.
Enter the verification code in accordance with the displayed image
Checklist "I agree to Alertpay's terms and conditions"
Click! Register button

Furthermore, you are immediately logged into the email you have, in accordance with the address
email that you register in Alertpay, to validate your email address
by clicking the link provided Alertpay email validation.
You will be redirected to the official website Alertpay.
Enter the password required (in accordance with the password we created when
register Alertpay).
Enter the Transaction PIN code that we want (Must be a number that ranges
between 4-8 numbers)
Then click! submit button

Congratulations!
Since you have managed to have one account (e-currency) which Alertpay
you can use to transact internationally.
But even if your account is already can be used to receive
money from Alertpay account owners that exist around the world, you still
can not use it to transfer money or take money
in the form of a check, given your current account is still in status:
Pending Account Verification
07.44 | 0 komentar

Hati-hati dengan PTC yang SCAM

Ada hal nya suatu PTC itu sangat baik dan sangat di sayangkan bagi orang yang bergabung tanpa melakukan upgrade, lebih di sayangkan lagi bila kita sudah upgrade di suatu PTC tersebut, lho kemudian PTC tersebut SCAM. Ini sungguh benar-benar penipuan. Nah tips agar kita update apakah PTC ini SCAM atau tidak , langkah yang harus kita lakukan adalah, aktif di forumnya, dengan kita aktif di forum maka kita akan tahu semua perkembangan dan penurunan dari suatu PTC tersebut, kita dapat berintraksi langsung dengan para member yang lebih jauh master dalam PTC tersebut, dan kita juga dapat memantau aktifitas yang di lakukan oleh admin, sehingga kita tahu kalo keadaan suatu PTC sedemikian rupa, maka artinya PTC tersebut baik-baik saja. Kalo hal yang sebaliknya terjadi, maka siap-siap aja, enggak akan lama PTC itu bertahan, walaupun dia bertahan palingan dia tidak akan membayar para membernya lagi. Maka dari itu saran saya, jika memang anda kurang yakin dengan suatu PTC, maka sebaiknya untuk sementara waktu jangan melakukan upgrade dan juga beli atau sewa reff, karena yang rugi nanti juga anda, tunggu sampai PO pertama, kalo PO pertama anda sukses,  dan keadaan di forum sama seperti keadaan yang saat anda bergabung, damai-damai aja, maka terserah dech mau upgrade dan sewa reff atau gx. Ingat!! Jangan mau anda tertipu.

07.42 | 0 komentar

5 Reasons Why People Read Blogs!

Written By IMAGINATION on Rabu, 03 Agustus 2011 | 09.11

1. People like to read blogs
This is a simple reason. Just because people like to read blogs only have we
need to start blogging. The existence of the blog itself able to shift the position of the mass media.
Every time we surf the Internet, most of us will get detailed information on
particular blog.

2. Blogs Can INFECTING information widely.
When a certain information interesting story to tell, then blogs can be a means
to disseminate information with ease. Quickly throughout the Internet can
know the existence of certain information. Bloggers usually know many bloggers who
another. The nature of word of mouth will speed up certain information transmitted among bloggers.
 
3. Blog Media The More Humane.
A blog is a personality. Character / attitude of the owner of the blog will be very easy
known. If the person is pleasant, it would appear from his writings. Way
of view and his attitude to something can be easily observed in a blog.
Passions and hobbies are also usually opened bluntly in a blog. That's because people
like to share things on their blogs.
Blogs truly become an online journal where people share stories with each other and
experience.
 
4. Blog More Interactive
In a blog, visitors can instantly give a specific response to this is known
with a 'leave comments'. They can ask questions, provide input, or
reply comments of other people. If the previous websites that you are on the internet
are cold and are not interactive. Then remove the blog and answer the problem.
 
5. Present Information Faster blog.
Because whenever anyone heard of certain information, he can immediately go to his blog
and create posts about the news. Blog actually contains the information
fresh and from the standpoint of the author.
09.11 | 0 komentar

Stats

free counters
My Popularity (by popuri.us)
Check Google Page Rank

Sahabat

ShoutMix


ShoutMix chat widget