May 18, 2012

Is web programming is a part of computer science ?

Question by Minh Ho: Is web programming is a part of computer science ?
I am now a student in university in 2nd year. I am studying computer science. But I am not sure what type of jobs computer science provide. I know some of them are software programming or network management. Recently, I hear some about web programming. I wonder if it is a part of computer science. I have looked the course catalog ( elective course) but can find anything relate to web programming. So can you tell me more about web programming is that a new major or something. I just want to hear some information about what field I should go in the next 2 year ( junior and senior year)

Best answer:

Answer by R.F.
“Web Programming” or “Web Development” (not to be confused with “Web Design”) is just programming but specifically for web applications. You might find more info looking under “Web Development” instead.
This typically involves backend application development that that interacts with a database and creating applications from that data to a web front which retrieves data and processes it back to the database. But it can also involve other behind the scenes processing such as Web Services where you use the Internet as a medium to transfer data back and forth with other systems.

There’s a lot of different technologies involved in all this, and Computer Science coursework should provide the foundation for understanding how all this works. But my general impression has always been that the Computer Science curriculum of most academic colleges tend to be more theoretical and focuses less on practical programming. So unless a college has a specialty degree in programming, most people study Computer Science for programming jobs.

If you’re finding that your school’s coursework isn’t providing enough programming exposure, be sure to pick up the knowledge yourself. Your coursework should provide the necessary foundation knowledge like system architectures, software & programming principles, algorithms, databases, etc. So if you want to pursue web development, you should broaden your own skills by picking up what they don’t teach you. For example, if they teach you only C++, then learn Java (especially J2EE for web development). If you’ve learned only Java frameworks, then pick up .NET, etc. And keep up to date on the development trends because by the time you graduate in 2 years, a lot of things can have changed. The more experience and skills you can get in different areas, the better your job outlook.

Give your answer to this question below!

ASP.Net or PHP ? Which is a better web programming language

ASP.Net or PHP ? Which is a better web programming language

There are several languages that are used for internet programming and web designing, but there are two that are being used extensively and are considered to be very effective on all aspects – the .Net framework and PHP. It can be a little complicated when it comes to comparing or deciding on which language to implement.

Data integration, swapping information, adding enhancements, maintenance and security are the most common clients’ requirements these days. Both these programming languages are known for their effectiveness in these areas. However, there are quite a few dissimilarities which can help you choose between the two.

Here are a few distinctive features of ASP.NET and PHP

Cost for Design and Development

PHP is an open source programming language which is available for free downloads. ASP.NET follows an entirely different rule. It only runs in specific windows operating systems. It also requires additional programs like Dreamweaver and Visual Studio for development and implementation. This not only toughens the work of a programmer, but also increases cost when compared to programming in PHP.

Efficiency and Effectiveness

Hyper Text Pre-processor is an interpreted language. The code directly gets executed each time you run it. ASP.NET on the other hand, is an optimization and compilation language. Here, each time the program is written it undergoes a compilation process and then gets executed. It is known that compiled applications run faster but an interpreted language must follow manual instructions given on that machine. This is an effective way of execution since the programmer knows what is happening and maintenance is simpler.

Compatibility and Language Support

PHP runs on all servers and platforms like Windows, UNIX, Linux and Apache whereas ASP.Net runs only on Windows servers. PHP follows the C++ language which is voted by all as the best ever programing language. ASP.Net support different platforms such as Visual Basic, C++ and C#. It can only be advantage when the programmer is comfortable using all languages. But statistics and reports show that the majority of the programmers still prefer using C++ as their core programming language.

Google I/O 2010 – Programming the web with Native Code

Google I/O 2010 – Beyond JavaScript: Programming the web with Native Code Chrome 201 Dave Springer, Ian Lewis Although JavaScript performance is rapidly increasing, there are still applications for which native code is a better choice. Learn about Native Client and how you can use it to build rich applications with all of the advantages and power of the web. For all I/O 2010 sessions, please go to code.google.com
Video Rating: 5 / 5

How is a new web programming language written ?

Question by nothing_imp7: How is a new web programming language written ?
I’m wondering how programmers develop new web programming languages because I want to learn how everything begins from the start. Let’s say I’m planning to write a new language for the Web. How do I do this? Is there anyone who knows about the way web programming languages first appear ? I’m asking these questions because I’m particularly interested in the World Wide Web.

Best answer:

Answer by xxserenabobinaxx
You can’t write a new language without creating a new internet, which is fairly impossible for 1 person to do, but the way they started it in the beginning was HTML, for basic functions, CSS for the way everything looks, and binary code which tells the computer how to read it

What do you think? Answer below!

Web Programming and Design: Images and Thumbnails

Web Programming and Design: Images and Thumbnails

Let’s start with an example so you see where we’re going to with this article. Consider a listings type site; in this case, let’s think of a real estate website which lists properties. Each property has a picture. You have a page where you list all properties in a given neighborhood, about 20 properties per page. For each property, you display a smaller version of its picture (this is called a thumbnail), and a brief description of the property, so site visitors can click on the property they like to learn more about it. The problem is: this page takes really long to display in the browser.

There is a high probability that this problem is related to the images. You need to analyze how your site generates the thumbnails. In many scripts, the thumbnails are just the original pictures, but displayed in smaller width and height. If this is the case, then each picture takes too long to load. You should change this approach and generate real thumbnails of each picture. You also need to change your script to work with the images thumbnails, and not just the original big images.

There are different ways to generate the thumbnails:

1) Using a graphics program. You load the original image, and resize it to the thumbnail size. Then you save it with a different file name. For this approach to work, your script must let you upload the big image for each property, and also the thumbnail.

2) Your script can generate the thumbnails automatically when pictures are loaded, and save them on the server. You only need to upload the big picture. If your script is written in Php, for example, this can be accomplished by using Php image functions, which make use of the gd graphics library. These functions let you generate thumbnails in different image formats like gif, jpg and png.

3) Your script can generate the thumbnails on the fly and serve them directly to the browser. This will save storage space in the server, but requires a lot of server processing time. It is not recommended if you have many images, or if your site has many daily visits.

The important aspect to remember here is that you should not resize original images to show them as thumbnails, especially if you’re showing several of these images on the same page. It will not only slow the page load in the browser, but it will also use a lot of extra bandwidth you can save.

written By Sergio Roth

Open Source Customization : PHP Web Development India PHP Web Programming and Ecommerce Website Design Company India gujarati hindi localization

Open Source Customization : PHP Web Development India PHP Web Programming and Ecommerce Website Design Company India gujarati hindi localization

Open source applications are a better way to implement solutions within short span of time, however open source solutions might not be well suited to each and every business needs. The team at Synergy Technology Services helps in open source customization of different products to suit your needs by creating/designing templates, adding custom modules or changing the core functionality in the product.

We help you by identifying, customizing and implementing the right open source product/tool for your requirement, considering the number of options that are available in the world of open source.

Our strength lies in extending Open Source Customization services on various products to suit our client’s requirment. Below is a list of few tools which we have implemented or customized.

Content Management Systems (CMS) Joomla Joomla! an award-winning Content Management System that helps building websites, portals to complex corporate applications. Drupal Drupal is a Content management platform, equipped with a powerful blend of features. Drupal supports a variety of websites ranging from personal weblogs to large community-driven websites. Zen Cart Zen Cart truly is the art of e-commerce, user-friendly, open source shopping cart software. An ecommerce web site design program being developed by group of like-minded shop owners, programmers, designers, and consultants that think ecommerce web design could be and should be done differently. PHP Nuke PHP-Nuke is a news automated system specially designed to be used in Intranets and Internet. The Administrator has total control of his web site, registered users, and he will have in the hand a powerful assembly of tools to maintain an active and 100% interactive web site using databases. Please contact us for more details.Visit Our URL : http://www.cranti.com

PHP Web Development India PHP Web Programming and Ecommerce Website Design Company India gujarati hindi localization,CMS – Extended Definition :

PHP Web Development India PHP Web Programming and Ecommerce Website Design Company India gujarati hindi localization,CMS – Extended Definition :

CMS – Extended Definition :

Now-a-days CMS has become a debatable issue because you must agree with me that there are many technologies those can be used for Content Management.

E-Commerce Solutions are also a part to discuss but in the next article I am going to tell you some interesting things related with E-Commerce Solutions.

There are many issues that are related to the core definition of content management. We think a fully featured content management system should provide more and more of our expectations. Think of “content” as any object of information that is being sent, received, created, stored, or otherwise managed in some way. A good content management software package should provide a framework upon which to build the tools required to connect humans with this information.

A good CMS should include following elements respectively :

User management

Forms management

Authentication

Tools to help build any kind of content driven web interface

Index and search (well, James Robertson outlined this already)

Personalisation services, i.e. the ability to target content to individual users and groups

Starting points for purpose-specific content management applications – e.g. forums, surveys, shops, websites, intranet tools, extranet tools, information input and tracking, etc

On Our Website www.cranti.com all information about CMS, Website Development, E-Commerce Web Solutions etc.. are being provided.

Offshore PHP Web Development India PHP Programming VB Application Development India.Web development India PHP programmers hire ASP.net developers india Ecommerce application development India, Ecommerce Web Site Design, Custom Software Development, Social networking and portal site development Company cranti technologies, Ahmedabad, Gujarat, India.

For more Visit Our URL : http://www.cranti.com

PHP Web Development India PHP Web Programming and Ecommerce Website Design Company India gujarati hindi localization,CMS – Extended Definition :

PHP Web Development India PHP Web Programming and Ecommerce Website Design Company India gujarati hindi localization,CMS – Extended Definition :

CMS – Extended Definition :

Now-a-days CMS has become a debatable issue because you must agree with me that there are many technologies those can be used for Content Management.

E-Commerce Solutions are also a part to discuss but in the next article I am going to tell you some interesting things related with E-Commerce Solutions.

There are many issues that are related to the core definition of content management. We think a fully featured content management system should provide more and more of our expectations. Think of “content” as any object of information that is being sent, received, created, stored, or otherwise managed in some way. A good content management software package should provide a framework upon which to build the tools required to connect humans with this information.

A good CMS should include following elements respectively :

User management

Forms management

Authentication

Tools to help build any kind of content driven web interface

Index and search (well, James Robertson outlined this already)

Personalisation services, i.e. the ability to target content to individual users and groups

Starting points for purpose-specific content management applications – e.g. forums, surveys, shops, websites, intranet tools, extranet tools, information input and tracking, etc

On Our Website www.cranti.com all information about CMS, Website Development, E-Commerce Web Solutions etc.. are being provided.

Offshore PHP Web Development India PHP Programming VB Application Development India.Web development India PHP programmers hire ASP.net developers india Ecommerce application development India, Ecommerce Web Site Design, Custom Software Development, Social networking and portal site development Company cranti technologies, Ahmedabad, Gujarat, India.

For more Visit Our URL : http://www.cranti.com

What web programming languages should i learn?

Question by camaross427AKA HEAVY METAL FAN: What web programming languages should i learn?
I am learning web programming, so far i am learning html,xhtml, css, java script….

What I want to know is what other web programming languages should i learn?

Best answer:

Answer by wefixcomputers.net
You’ll want to learn either php or asp. These are both good for creating dynamic content and linking to databases.

Give your answer to this question below!

Best Deals on Converting Web Programming Codes

Best Deals on Converting Web Programming Codes

We have a team of experienced developers who convert psd to xhtml at very competitive prices. We ensure that we develop codes for our clients that are of the highest quality. In addition we design the codes to meet the client’s exact tastes and needs. Further more we guarantee our clients confidentiality on projects undertaken. The data and code work is only accessible by us and the client.

We also apply smush technology which is a code language that enables web pages on your websites to load faster. Our programmers take a lot of time and effort to hand-craft these codes. This is to ensure that the final project meets the standards required by the clients. We endeavor to meet our client’s deadlines. We also advise our clients on codes and designs. We also do front to end code conversions at unbeatable prices. In addition we design markups that are of world class standards. We give a money back guarantee incase you don’t like our products.

We boast of having the most experienced experts and programmers to convert psd to xhtml files and also XHTML and CSS web based programs. With a keen eye for detail and quality, our products and services are tested and proven by the industry. In addition we also apply W3C code in our projects which is compliant with most web programs. You can rest assured that the program that we create for your website is compliant with every browser available on the internet. Among the browsers include internet explorer, safari, opera, and Fire Fox among others. We use SEO coding optimized practices on our programs. This gives the websites optimum resolution.

The coding process involves you the client specifying the details of the project to us. Our experienced project managers go over your order and get any further clarification from you. Once payment is made our programmers design and execute the development of the client’s website. Each webpage is tested for any error with all kinds or browsers. On completing the markup the XHTML code is refined for imaging. On completion, the client can download the completed project on our site.