Go Back   Site Owners Forums - Webmaster Forums > Search Forums

Notices


Showing results 1 to 25 of 33
Search took 0.00 seconds.
Search: Posts Made By: henryc10
Forum: Java 10-31-2012, 07:55 PM
Replies: 25
Views: 8,661
Posted By henryc10
I think there are three main reasons why Java is...

I think there are three main reasons why Java is so popular:

1. It is free unlike the other rivals.

2. Platform independence (Write Once Run Anywhere). Briefly, once you write the application,...
Forum: Java 10-31-2012, 07:52 PM
Replies: 15
Views: 9,673
Posted By henryc10
go to w3schools. and register. You can learn many...

go to w3schools. and register. You can learn many things there.
Forum: HTML / DHTML 10-31-2012, 07:49 PM
Replies: 5
Views: 3,198
Posted By henryc10
Html5 over Html4 Advantage #1: One version...

Html5 over Html4

Advantage #1: One version of the app caters to clients across multiple platforms (iOS, Android, Blackberry, Windows etc).
Advantage #2: HTML5-based apps provide 24-7 reliability....
Forum: HTML / DHTML 10-31-2012, 07:42 PM
Replies: 34
Views: 12,799
Posted By henryc10
HTML- .it is a dynamic HTML. .The pages of...

HTML-
.it is a dynamic HTML.

.The pages of the site do not require any special
processing from the server

side before they go to the browser.means the pages are
always the same for

...
Forum: PHP / mySQL 10-31-2012, 07:11 PM
Replies: 4
Views: 2,469
Posted By henryc10
register to w3schools for free and learn php.

register to w3schools for free and learn php.
Forum: ASP 10-30-2012, 07:48 PM
Replies: 13
Views: 10,202
Posted By henryc10
Asp.net is one of the leading web application...

Asp.net is one of the leading web application development framework allowing programmers to build dynamic web sites, web applications and web services.
Forum: ASP 10-30-2012, 07:47 PM
Replies: 9
Views: 6,633
Posted By henryc10
It typically runs slow to begin with and then...

It typically runs slow to begin with and then picks up speed. I assume you are running with debug="false"
Forum: ASP 10-30-2012, 07:44 PM
Replies: 7
Views: 7,714
Posted By henryc10
try this <asp:TextBox ID="txtValue"...

try this

<asp:TextBox ID="txtValue" runat="server"TextMode="MultiLine" Rows="10"Columns="50"></asp:TextBox>

$(document).ready(function(){
var MaxLength = 250;
...
Forum: ASP 10-30-2012, 07:41 PM
Replies: 30
Views: 20,206
Posted By henryc10
both are great but I prefer PHP because the...

both are great but I prefer PHP because the beauty lies in its simplicity.
Forum: PHP / mySQL 10-30-2012, 07:38 PM
Replies: 2
Views: 3,273
Posted By henryc10
first you need to create connection to the...

first you need to create connection to the database

mysql_connect(servername,username,password);

below is an example we store the connection in a variable ($con) for later use in the script....
Forum: PHP / mySQL 10-30-2012, 07:36 PM
Replies: 19
Views: 9,435
Posted By henryc10
The beauty of PHP lies in its simplicity. It is...

The beauty of PHP lies in its simplicity. It is easy to understand and learn, especially for those with backgrounds in programming such as C, javascript and HTML. The language is similar to C and...
Forum: PHP / mySQL 10-30-2012, 07:31 PM
Replies: 16
Php
Views: 12,663
Posted By henryc10
first you need to create connection to the...

first you need to create connection to the database

mysql_connect(servername,username,password);

below is an example we store the connection in a variable ($con) for later use in the script....
Forum: PHP / mySQL 10-30-2012, 07:25 PM
Replies: 40
Views: 21,060
Posted By henryc10
yes you can, application developers have started...

yes you can, application developers have started using it for development as database connectivity with MYSQL is best & works well.
Forum: PHP / mySQL 10-30-2012, 07:20 PM
Replies: 30
Views: 14,975
Posted By henryc10
w3schools the best!

w3schools the best!
Forum: PHP / mySQL 10-30-2012, 07:14 PM
Replies: 15
Views: 6,346
Posted By henryc10
Zend is the leading provider of software and...

Zend is the leading provider of software and services for developing, deploying and managing business-critical applications in PHP.
Forum: Graphic Design 10-30-2012, 07:07 PM
Replies: 7
Views: 3,450
Posted By henryc10
If you have website that is so boring to viewers,...

If you have website that is so boring to viewers, you can bring it alive and make it look more enticing. A way to do this is to add flash files into the elements used in your website. The amazing and...
Forum: Graphic Design 10-30-2012, 06:55 PM
Replies: 12
Views: 3,430
Posted By henryc10
Graphics designing is a creative process and...

Graphics designing is a creative process and needs too much care to sharpen your designing skills.You should be familiar with the designing soft wares like Photoshop,Illustrator.....The Best way to...
Forum: Graphic Design 10-30-2012, 06:50 PM
Replies: 1
Views: 1,458
Posted By henryc10
here is some secret shortcuts of photoshop ...

here is some secret shortcuts of photoshop

http://webdesignerwall.com/tutorials/photoshop-secret-shortcuts
Forum: Graphic Design 10-30-2012, 06:47 PM
Replies: 12
Views: 4,300
Posted By henryc10
Adobe Illustrator it primarily manipulates vector...

Adobe Illustrator it primarily manipulates vector graphics. It allows you to create or edit vector graphics images. And you can create designs with small file sizes which can be printed in high...
Forum: Graphic Design 10-30-2012, 06:38 PM
Replies: 22
Views: 5,136
Posted By henryc10
Photoshop is more popular and good for graphic...

Photoshop is more popular and good for graphic designing. It has more features, functions, and styles compared to paint.net.
Forum: Graphic Design 10-30-2012, 06:35 PM
Replies: 3
Views: 1,367
Posted By henryc10
Web design is so necessary because it shall...

Web design is so necessary because it shall simply assist you to create your online presence among a myriad number of websites. It will help you impart a unique and distinct identity to your company....
Forum: Graphic Design 10-30-2012, 06:19 PM
Replies: 23
Views: 6,955
Posted By henryc10
Adobe Flash Professional is powerful authoring...

Adobe Flash Professional is powerful authoring environment for creating animation and multimedia content. But sometimes I use Dreamweaver, it can also create some animations.
Forum: Java 10-25-2012, 09:38 AM
Replies: 15
Views: 9,673
Posted By henryc10
Learn fundamentals of programming in Java...

Learn fundamentals of programming in Java language. Learn OOP concepts, Language Basics, Classes and Objects, Interfaces and Inheritance, Numbers and strings, Generics and Packages. Those are topics...
Forum: PHP / mySQL 10-25-2012, 09:21 AM
Replies: 7
Views: 6,473
Posted By henryc10
1. Install wordpress and phpbb as normal. 2....

1. Install wordpress and phpbb as normal.
2. Make sure you are logged out of wordpress (otherwise you will get a gap at the top of your phpbb header, where the wordpress admin bar would go).
3. Now...
Forum: HTML / DHTML 10-25-2012, 09:14 AM
Replies: 4
Views: 4,240
Posted By henryc10
The text-shadow declaration allows you to create...

The text-shadow declaration allows you to create a text shadow; i.e. a slightly moved, slightly blurred copy of a text. I assume it could be useful in serious designs, but I hope it won't be abused...
Showing results 1 to 25 of 33

 
Forum Jump

All times are GMT -7. The time now is 12:46 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.