6,564 Topics

Member Avatar for
Member Avatar for bhanu1225

Hi everyone, I am very new to use python scripting language. I am having a doubt that, [COLOR="Red"]how could we write the html programs on python for web applications ? [/COLOR] Please give quick response to my post.

Member Avatar for Stefano Mtangoo
0
79
Member Avatar for veledrom

Hi, I want to buy a JavaScript book to learn. What is the best book that should also have information about form validation, HTML DOM etc. with examples. Thanks

Member Avatar for Luckychap
0
54
Member Avatar for tripX

Can any one help with getting this script to work? Am i Missing something? [url]http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_114a.html[/url] When i try, I get the whole list opened all down left side of page, like normal link type page. any help much appreciated. Thanks, Trip

Member Avatar for brechtjah
0
36
Member Avatar for squarkman

Happy Holidays! I have a one field form. Upon submission with the submit button, I wish to drive this field value into my SQL database table called MEMBERS and field called NAMES, thus adding a new record. Can this be done with an OnSubmit() call to a function, in the …

Member Avatar for Aamit
0
376
Member Avatar for farshidk

Hi; how can a predefined text be printed in a html page? it means, when the "print this page" button/link is clicked all the elements in the window is printed even the button. now is there any way to print just the texts & etc. without printing the buttons and …

Member Avatar for farshidk
0
98
Member Avatar for daviddoria

Here is my demo.css [code] #sidebar {} #sidebar ul { list-style-image: url(images/bullet.gif); } ul { list-style-type: circle; } [/code] and demo.html [code] <html> <head> <link REL="StyleSheet" TYPE="text/css" HREF="demo.css"> </head> <body> <ul class="sidebar"> <li> Test1</li> <li> Test2</li> </ul> <ul> <li> Test3</li> <li> Test4</li> </ul> </body> </html> [/code] I would expect the …

Member Avatar for daulex
0
443
Member Avatar for choice43015

hello I am new to this blogging thing and have decided to try it. I am also a Noob to JS and am late with my webpage I am trying to enlarge an inmage in it's own pop up window without useing html as you can see in my gallery …

0
34
Member Avatar for pocnib

I need to write a Python program which parses webpages and returns a dictionary of unique words and their frequenies. What I came up with was [CODE]#!/usr/bin/env python from HTMLParser import HTMLParser, HTMLParseError import urllib import urlparse import sys import os import MySQLdb import re class WordHarvester: def __init__(self): self.db …

Member Avatar for woooee
0
443
Member Avatar for veledrom

Hi, This is my XML file. I want to retrieve information stored in a HTML Table in index.html page. How can i do it? Thanks [code] <?xml version="1.0" encoding="UTF-8"?> <memo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="memo.xsd"> <header> <companyName>XML development LTD</companyName> <to>myemail@yahoo.com</to> <from>xml@yahoo.com</from> <date>1979-11-07</date> <reg>I don't know the reg</reg> </header> <body> <message> <parag>Hello, How are …

Member Avatar for veledrom
0
160
Member Avatar for servis

Hellow, Can we prevent exposing java script and css in source code of web page on the user machine??? please if anybody know about it???? shuja

Member Avatar for jbennet
0
191
Member Avatar for digidreams

Hello All, Can anyone help me how to insert html code in mysql database coloumn and also how to change the var char to 1000, for now it is 100. Please help me out thanks 7 regards Raj

Member Avatar for indianrock9
0
68
Member Avatar for php_noob

What is the DIFFERENCE in CSS2, CSS3? I always heard those CSSs but still no idea? Thanks for the HELP!

Member Avatar for TheBuzzer
0
58
Member Avatar for Tom Tolleson

Hi! I just inherited a rather large legacy site here at work that has no database behind it. It's a large volume of HTML pages with the content written right into the HTML page. I need to extract the content and bring it into a database, or XML files. Each …

Member Avatar for MidiMagic
0
82
Member Avatar for cwarn23

Hi and I am trying to embed a modified version of a javascript/css script from [URL="http://www.javascriptkit.com/script/script2/dbmenu/#"]http://www.javascriptkit.com/script/script2/dbmenu/#[/URL] but since have made a few problems. At the moment, my script is only compatible with Internet Explorer 7 (not compatible with earlier versions) and can anybody help me debug the top menu at …

Member Avatar for cwarn23
0
92
Member Avatar for squarkman

I have a template for web pages which is asp.net Inside the content object or whatever it's called, it wish to place a simpe PHP form. I tried it and the PHP code doesn't seem to be recognized as PHP but as text. Can this NOT be done? [code=syntax] <%@ …

Member Avatar for serkan sendur
0
226
Member Avatar for jk_bscomp

hello everyone, i hope you could help me with this simple yet confusing css problem.. I want to have a three header - h1, h2, h3 to be in different font style... one is tahoma, arial and sans-serif.... how can i do that by calling the css below... [code=css]body, h1, …

Member Avatar for shruti sepra
0
90
Member Avatar for hugokang
Member Avatar for IT_Techno

hi i have problem with css and accordion when i change the color of accordion head at css the accordion become very slow when close and open it i do not know what is the problem this is the part of css code that belong to accordion header .accordionHeader { …

0
62
Member Avatar for parhs

Hello. I have downloaded some ready projects and i saw that they seperate html from php. They are echoing everything through a class.For example they make a class for <html> tag for <body> etc. This is driving me insane.Whats wrong with just having some classes and then mix html and …

Member Avatar for parhs
0
148
Member Avatar for Omer.Registry

:'( Hi to all I'm new in the forum and this is my first post, I hope, you can help me with the following problem, I have a blank page with a flash object (swf) that plays a FLV movie. I'm trying to remove and return the object when the …

Member Avatar for Luckychap
0
125
Member Avatar for jk_bscomp

hello everyone!!! what is the difference between this two css [code=css] p { color : red; } .name p { color : blue; }[/code] how do i call this two css so that i can have a two results of p? one is color red and the other is blue. …

Member Avatar for wickedsunny
0
105
Member Avatar for buddylee614

i tried to change my desktop wallpaper today and i keep getting this message: "[COLOR=Red]internet explorer cannot find the active desktop html file. this file is needed for your active desktop. -to turn off active desktop, click OK[/COLOR]" - so i went on google and did a search for the …

Member Avatar for razaadeel
1
274
Member Avatar for MaxVK

Hi. I have an HTML Control on my frame and I am able to display pages in it: [CODE] self.krtc = html.HtmlWindow(self, style=wx.NO_FULL_REPAINT_ON_RESIZE); self.krtc.LoadPage("apitest.html") [/CODE] However, I'm having real problems trying to pick up a CTRL + C event (Or a right mouse click event) to copy any selected text. …

Member Avatar for MaxVK
0
123
Member Avatar for jimbob90

I've got a blog up simply using html and css. what should i learn next, i want to add a comment feature stuff like that. my next project is going to be a forum wat languages are used to create forums?

Member Avatar for erico564
0
117
Member Avatar for tiger86

Hi I am having trouble with the hotspots tool and slice tools in photoshop extended cs3 and fireworks cs3. I get a hotspot or a slice and it works fine until I put it online then it doesn't work. I can't use XHTML to make it work because I am …

0
84
Member Avatar for CasTex

Hello, how can I do this ? [URL=http://imageshack.us][IMG]http://img528.imageshack.us/img528/1996/ggg1mh2.jpg[/IMG][/URL] The table is simple table, you can imagine that as a picture. But my point is, how to make the writing like that ?

Member Avatar for sasankasekhar
0
130
Member Avatar for sfrider0

I have created a POP3 email client. I am having problems viewing the html and attachments in the message. Can somebody point me to a tutorial or a good site for this? I have googled it and found many ways to send an attachment, but right now I'm more interested …

Member Avatar for EastStreetEagle
0
104
Member Avatar for reena12

Hi, I want to Convert 1. HTML file into PDF file and 2. PDF file into HTML file through code in vb.net or c#.net without using third party component

Member Avatar for sierrainfo
0
104
Member Avatar for noshdb

I am trying to import my bookmarks into Safari. I have never used safari before. The format of my bookmarks is a HTML file. When I try and import Safari displays the HTML file with the list of URLs but I cannot seem to import that list of bookmarks into …

Member Avatar for grace88
0
120
Member Avatar for aagaeta

How can you get an event (like pressing the submit button) to run a scrip on the server with out changing/reloading the clients webpage?

Member Avatar for buddylee17
0
56

The End.