Quantcast
Channel: Web Design & Coding
Browsing latest articles
Browse All 71 View Live

WordPress 3.2 now available

WordPress WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time. The core software is built by hundreds...

View Article



Website Builder

Hey, I'm an amateur photographer and would like to set up a website to showcase my pictures. It would only be a simple site - homepage, contact page, about page, and many other "album" pages that would...

View Article

Just built this website...

...for my work, tell me what ya think of it! There is a minor amount of Java and CSS (grabbed the menu off of a site that was offering the code and pictures for free). www.titantg.com

View Article

Image may be NSFW.
Clik here to view.

Image map not working :(

This imagemap isn't working, ive been trying to resolve this for almost an hour, and dreamweaver is not providing any help. Please have a look at it and see what you can see. :bow:Thank You Code:...

View Article

Embedding video

So I have a small project that needs to get done. This is for an entranet. The goal is to embed a media player into the Sharepoint site using multiple video formats mainly because I don't want to...

View Article


How to Load a Website Using VB.net

You can design you project how you like in what ever click event this is just a snipit Visual Basic 2008 - 2010 Code Dim webAddress As String = "Web Address Goes Here" Process.Start(webAddress) This...

View Article

How to repeate text from a textbox as a audio

For this you will need 1 Button 1 Textbox Code Button 1 Dim SAPI SAPI = CreateObject("sapi.spvoice") SAPI.Speak(TextBox1.Text) Enjoy

View Article

How to go to a tabpage by clicking a button

How to go to another tabpage using a click event TabControl1.SelectedTab = TabPage2 tabpage2 would be named where you wanted the tab to go hope this helps

View Article


Send keys.send List

[FONT=&quot]To send the ASCII value A (same as pressing ALT+065 on the numeric keypad)[/FONT] [FONT=&quot]Send("{ASC 065}")[/FONT] [FONT=&quot](When using 2 digit ASCII codes you must use a...

View Article


How To Make A Desktop Wallpaper Changer VB.Net

Add the following Items Label PictureBox Textbox 2 Buttons Name label 1 Picture Location Name Button 1 Browse and place this next to the textbox Add the Picturebox where you like and Finally add the...

View Article

How To Automaticly Click A Percific Buttton

If you ever need to click a button and you want it done automaticly without having to click on the button you can use the following code Code: Button1.PerformClick() Hope this helps someone Kind...

View Article

Open Command Prompt Command

Here is how to open command prompt and keep window open with information already displayed Dim Command As String Command = "ipconfig /all" Shell("cmd /k" & Command, 1, True) pleace this in a click...

View Article

How to Create Admin Accounts Using VB.net

How to create Administrator Accounts Using VB.net you will need 2 textboxes leave them as default name 1 Button 2 Lables Label 1 Stating Username Label 2 stating Password Textbox 1 as username Textbox...

View Article


How To Highlight The 1St Row in A Listview VB.net

Code under Load Event Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ListView1.View = View.Details ListView1.HideSelection =...

View Article

How To Add Scroll Bars To A Form

In this tutorial you will learn how to add vertical and horzonel scrool bars to a form so that the form can have auto scroll, scroll bars on every form in the correct postion. Double click on the form...

View Article


How To Do A Listbox Array VB.Net

If you need to ever do a listbox as a refrance and click on each item and take you to a next page the following code on a click event is what you are looking for, Code under clicker event ie button or...

View Article

How To Do A Array For A Listview Table

This is how to do an array for a fist view table in a table view or click event same as the listvbox but the show states diffrent slightly A bing thanks to dreamincode for there help with this peace of...

View Article


How To Make A Binary Converter VB.Net

For this project you will need the following; 2 Labels 2 Textboxes 2 Buttons Name Label 1 "Convert Binary To Text" Name Label 2 "Convert Text To Binary" Add Textbox 1 Under Label 1 Add Textbox 2 Under...

View Article

Favorite Coding Language

I, as of right now, only know how to code in HTML and partial CSS. I plan on learning more code when I get more time too, but right now, HTML is my favorite coding language. What is your favorite?

View Article

Image may be NSFW.
Clik here to view.

Want to import a specific google map? But not able to configure why?

I am going to launch a gun-firing game next month. It will be online (will be hosted by independent server). I am trying to figure-out a way to host a map, which will show the location of the players...

View Article

Creating Forms

Creating Commentbox/shoutbox etc I'd like to create a proper form to use at my website (http://www.thewaytoyahuweh.com/index.html), but the one I'm currently using on the contact page...

View Article


tring to add wmv file to webpage - firefox issues

Ok, I have tried embedding this, and now I am using a java script, and I still have the same problem - works in IE, not in Firefox. I can get the player to show up, but I click the play button and it...

View Article


Realtime FTP Uploading

Hey all, Just wondering... are there any programs that automatically upload and replace a file when you save a file on your computer? For example, say i have a file called index.html. I want it to...

View Article

vB style & logo problem

I've just switched the forum style on my vBulletin forum, but I'm having trouble figuring out how to adjust the logo into the template. The logo is 770px wide and so should the forum be, but there is...

View Article

Flash

I'm interested in learning flash- does anyone have any experience with it?

View Article


assembly question.

I Came across this script a few years ago when I had a problem with a hdd formatting. Its using the dos debug command. It worked that time and a few times with viruses. Now I'm being told it does'nt...

View Article

Removing AdSense for certain usergroups on vB

If you want to use AdSense on your vBulletin board, but want to prevent certain usergroups from having to see them, how do you go about doing this?

View Article

iframe Alternative

I am using an iframe to post an events calendar (which is created by vCalendar) on a webpage. The page can be found here. Is there a better alternative to an iframe for this page? Thanks guys.

View Article

javascript coding

I'm having a bit of trouble with javascipt at the moment. What Id like to do is have a .js file that calls an image with a hyperlink, a google adsense banner, then another hyperlinked image. eg -...

View Article



if function in Java

So what I would like to do is have the value in Code: <INPUT TYPE = Text NAME = taxes SIZE = 6 value =""> to display 0 when the check box is unchecked As of right now the checkbox (checked or...

View Article

Set thickness of the Underline?

I was just working on making my website more compatable between IE7 and Firefox, and I noticed that all the underlines in Firefox were at least 1-2 pixels thicker than in IE. Is there a way to set the...

View Article

Firefox Vs. Internet Explorer

Hi, Now am developing a site for my company, am using HTML and CSS for site designing. If I view the page in Firefox and IE, Firefox looks correct, but in IE the page looks some extra spaces. Is there...

View Article

Image may be NSFW.
Clik here to view.

Simple rookie tag question - please help me

I'm trying to embed you tube videos on my business web site. That part, I have done. BUT..... I want to justify right, left or center the object. I do not know the correct tag to use and don't want to...

View Article


HTML 5 (Released)

HTML 5 A vocabulary and associated APIs for HTML and XHTML W3C Working Draft 25 January 2008 Latest Published Version: http://www.w3.org/TR/html5/ Latest Editor's Draft:...

View Article

mini-site for my 'Spider' film

As part of my professional practice documentation for my degree, I'm required to promote myself, including building myself a website. Now for the release of my film, I've made/making a mini-site...

View Article

CSS and Divs

hey, I'm re-designing my site (yet again) and I found a good flv player template using CSS, thing is, I'm trying to customize it before I add it to my site. the design Ive chosen is this one:...

View Article


Custom window size pop-up in Flash?

Do you know of any way to get Flash to pop up a browser window in a specified size (with menu bar off as well, preferably) when you click a link? None of the code snippets I've found online have worked...

View Article


Image may be NSFW.
Clik here to view.

CSS border

Now, I know you can set different colours for the different borders (top, right, bottom, left), but is it possible to set two different colours on the same one? I'm thinking, with a 2px solid border, I...

View Article

Flash buttons

I'm new to Flash. I am working with a Flash template and trying to edit it; I've found this to be the most effective way for me to learn stuff. The template has some buttons but they are not associated...

View Article

Blog Integration

Hey its me again, I have a WordPress blog, and a Blogger blog, but I'd like to know if it's possible to grab JUST the most recent post from one of these blogs and display it inside a web page with a...

View Article

Is anyone good with Java?

I am working on this website: www.lefetuao.com On the home page, you will see a slideshow that I just updated. Previously, I had a much simpler slideshow that auto started, without the controls on the...

View Article


Gaps in my table

Hey there! I'm having problems removing some gaps from my table - I've tried removing all of the spaces and a few other things, but to no avail. Please take a look at the site at:...

View Article

HTML5 - Anyone else as excited as I am?

So, the new HTML5 is just around the corner - http://html5doctor.com/ I especially like some of the new elements: <footer> and <header> removing the need for having <div id="header">,...

View Article


Image may be NSFW.
Clik here to view.

Local Webserver

I was just wondering which applications you guys use to test out PHP on your local server? I normally use IIS in production, but until now I've just used XAMPP on my local machine as it's a fast way to...

View Article

Image may be NSFW.
Clik here to view.

Best WYSIWYG editor?

I'm still using an old version of Dreamweaver to do all my coding in (and have been for years), and I've not explored any of the other options for a long time... am I missing out any any great...

View Article


SSO Solution...Need Urgent Help

I dunno if I'm posting in the correct forum but I need urgent help. I'm currently a student doing my final year project in school. I've been task to come up with a prototype/solution for a Single Sign...

View Article

PHP & MySQL Login System with Personalised User Areas etc.

Hi all. I have numerous questions to pose, the answers to which will hopefully allow me to move forward with my web design project. I am looking to create a website, which allows users to register with...

View Article

PHP Woes!

Hey guys. I can get a basic form (stolen from a template) to work, it is as follows: The HTML Form Code: <form method="post" action="sendmail.php"> Client Email: <input name="email"...

View Article

DHTML Scrolling Issue

Hi guys, using CoffeCup's free DHTML menu creator, I made a menu and positioned it on the page. Everything is fine and dandy, until the page is long enough to be scrolled. The DHTML menu moves as the...

View Article


PHP Pagination reloaded problem

I am extracting values from database and want to display them. However, since the results are huge, so I've done pagination by scripts on phpkode.com/scripts/tag/pagination/. The first page works well,...

View Article

Browsing latest articles
Browse All 71 View Live




Latest Images