Email Newsletter Blog

Archive for the Programming & Design category

How much of web development happens on the server or by the host?

posted by admin in Programming & Design


I am wanting to get beyond simply writing html code and designing nice looking pages and I want to learn more abotu content rich, dynamic, database driven websites.

I have heard that if you want to have dynamic material on your site a lot of it depends on your host and your hosts server. Like if you want to run cold fusion programming that your server must support it. Or if you want to use perl, php, server sife includes.

I don’t even know what much of that really means. This is what I want to learn about.

Specifically, I want to know right now how much of dynamic content is actually dependent on the host.

I would like to use sql for my database as that is what I have edited in the past. Does my host and server need to know this? Do they need to do anything for this to work and will they charge extra?
But what exactly is backend? What is application framework. I have na idea and I have heard these terms dozens of times but its never been explained- even by IT professionals. I want to learn this stuff but no one is willing to TALK about it. Yes, I can pick up a book ( I have and will regarding web developing). But I want to hear some of backend developing 101 from a person willing to explain it in plain english.

1) What factors will you consider to make a choice between DIV tag and Table?

posted by admin in Programming & Design


2)What are the differences between SPAN and DIV tags?
3) What is the difference between “Display” and “Visibility”?
4) What is DOM? What is the child node of Table element?
5) There is one table cell, how to make several words aligned at the left side while other words on the right side of the cell? (Hint: how do you define your style sheet class?)
6) Can you provide some real time web site references on your previous work if available? Or any screenshots of HTML screens that you worked on?
7) When do you use
tag in HTML? Provide some examples? 8) What does it mean by the example style definition given below and what are the pros and cons of doing this from dynamic content generation perspective?

#timeLineControls a {

text-decoration: none;

padding: 0px 9px;

}

Which web scripting language is ideal for generating dynamic content on a webpage from files on the server?

posted by admin in Programming & Design


I’m currently in the process of revamping a website, and I was hoping for some input (pros/cons?) on which web scripting language to use. I have been considering PHP, but I’d like to find out if there’s anything that might be “better.”

I’d like to have “dynamic content” on the pages by having a script check through all of the files within a directory, parse through them to organize the information, and filling the content on the page. Unfortunately, I don’t know details in terms of the web server being used, but I can find out if that factors into the problem.

I’m under the impression that making the switch to having webpages script-generated will streamline the process significantly. I’m also hoping that it will make it easier for others to update in the future (since they could just follow a template for a file instead of digging through HTML).

FYI – I’m a complete newbie to web scripting (am much more familiar with OO/procedural languages), so I’m open to any ideas.

News letter on powerpoint? HELP?

posted by admin in Programming & Design


I actually finished my entire newsletter, but now a want to add the newsletter design to it and its not working.!!…lol
PLEASE HELP.!

dynamic images?

posted by admin in Programming & Design


I got this script

Header ("Content-type: image/png");

$img_handle = imageCreateFromPNG("banner.png");

$color = ImageColorAllocate ($img_handle, 100, 100, 100);

ImageString ($img_handle, 3, 10, 9, "TESTING", $color);

ImagePng ($img_handle);

ImageDestroy ($img_handle);

?>

how can I change the script like that people can enter a text in a input box and the text will be showed on the dynamic image???

C#, vb.net or asp.net for creating dynamic content, i.enavigation content changing based on category selected?

posted by admin in Programming & Design


im looking to build a site and wanted to know which .NET scripting is better for creating things like mouse over effects, or navigation menu changing when a category is selected to allow for search refining options, TARGET does this.

email newsletter

Combine