6,557 Topics

Member Avatar for
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
429
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
159
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
190
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
66
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
57
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
81
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
91
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
223
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
88
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
61
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
146
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
124
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
104
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
272
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
121
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
83
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
129
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
103
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
103
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
118
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
55
Member Avatar for samarudge

Hi, I have a website and I want to have a background that is 200 pixles down but 100% of the width of the page. I do not want the background to repeat. I use photoshop for my image so if there is something I have to do in that …

Member Avatar for Rhyan
0
86
Member Avatar for emaltimuri

Hi All I have a google code project running at the moment to develop a simple-standards web-based slides show system (code.google.com/p/easyslides) At the moment there are several .css and .js files as well as images in one folder and a seperate HTML file. I want to be able to provide …

Member Avatar for Drew
0
2K
Member Avatar for ggeoff

Hi I am using MS Expression Web 2 migrating from Frontpage 2002. I have decided to try to produce an up to standards web site using CSS and this doctype: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -as suggested by an article Getting Started or similar that I think …

Member Avatar for ggeoff
0
205
Member Avatar for glecymay

[COLOR="Green"][B]im a new member of this site i hope you can help me, :) i just want to know how to code in applying text color in html for instance if i leave a comment in my friendster site. :icon_question: i'm willing to wait for your response. ;) thank you …

Member Avatar for buddylee17
0
58
Member Avatar for dragon@dragon64

Hi i have made a stupid mistake in my code which i cannot find,and i am getting this error Parse error: parse error, unexpected T_STRING in /home/content/d/r/a/dragun/html/vote.php on line 107 According to my eye sight it should be o.k. but apparently not. Can anyone give a helping hand. As far …

Member Avatar for dragon@dragon64
0
145
Member Avatar for centraldrugs

Step one is fix current site before redesign: [url]www.anypharmacy.com[/url] - Someone else created the site and it is a total mess that I must fix asap I'm so overwhelmed with it! Can anyone view page source and point me to what is causing the menu to be overlapped by other …

Member Avatar for ccube921
0
101
Member Avatar for dariush29722
Member Avatar for essential
0
88

The End.