13,937 Topics

Member Avatar for
Member Avatar for CaffeineCoder

OK, I hope this is the right forum for this thread, and my apologies if it is not. I was wondering if anyone knew of a good enterprise search solution comparable to the Google Mini Appliance? I am searching through and found Nutch (with which I am reviewing now) but …

Member Avatar for dianeberry
0
76
Member Avatar for viperman224

does anyone know how to make animated logos, pictures, or .gif files? what program do you have to use to create them?

Member Avatar for peter_budo
0
435
Member Avatar for mruthyunjaya

Hi all, i am designing a web interface for a system for which I was forced to use C for CGI application. as you all know, no session management in C, i am using cookies after normal validation. my issue is, with 2 or more people accessing the website from …

0
91
Member Avatar for new_divine
Member Avatar for oneat

[CODE]<html> <style> div {border-color:black;border-size:1;border-style:solid;} *{margin:0px,0px,0px,0px;} </style> <body style="display:inline"> <div style="width:20%;height:30%;display:inline;"></div> <div style="width:20%;height:30%;display:inline;"></div> </body> </html>[/CODE] I was trying to make an effect like two boxex placed next to each other. But when I am trying to set size divs don't "listen" to me. They are as big as big is text …

Member Avatar for ko ko
0
74
Member Avatar for sevamaster

Hi all, I want to place [B]wordpress mu[/B] [B]weblog [/B]hosting on my site. Tell me please, which common plugins should I use? Which difficulties will I have if I choose wordpress mu? Thank you.

Member Avatar for sevamaster
0
79
Member Avatar for laurencen

I can't understand why when I go to certain web pages, I now cannot see the pictures on those pages (sometimes also the banners). There is a small red "x" along with the name of the picture in the upper left hand corner. I have already checked my settings in …

Member Avatar for mianca
0
161
Member Avatar for vishalkhialani

Hi, I am searching for a software to help me make my sites templates. I currently use [url]http://www.artisteer.com/[/url] but was wondering if there are any other ones out there. Cheers, Vishal

0
118
Member Avatar for statutoryape

Hi all, Here's the code I've come up with. I deliberately left off an expiration date since I want the cookie to expire when the browser is closed. [CODE]<html> <head> <script type="text/javascript"> function setCookie(name,value) { document.cookie=name+"="+value; } </script> </head> <body> <a href="#" onClick="createCookie('Role',Parent)";>Parent</a> <a href="#" onClick="createCookie('Role',Student)";>Student</a> </body> </html> [/CODE] I've …

Member Avatar for statutoryape
0
2K
Member Avatar for AycheKay

I have a fixed width layout where I'm displaying the header and footer at 100% width and my content in the center is fixed at 960px wide. I'd like to make the center content fill the screen even when there isn't enough content to do it. You can view the …

Member Avatar for Phaelax
0
145
Member Avatar for SKANK!!!!!

deleting all browsing history. i have to delete browsing history PLUS most of the time just restart or close the browsers, the reopen them until the css changes take effect. does ANYONE KNOW HOW I CAN JUST INSTANTLY HAVE THEM CHANGED. i delete the history i dont know what takes …

Member Avatar for nileshgr
0
88
Member Avatar for shaieen

hello, we just switched to Windows 7. and when i tried to surf using Mozilla Firefox, i get "No results" in clicking the google search results' links. and if not, i get redirected to Spam sites like ads, and etcetera. i also experience this with Chrome. ive been performing some …

0
95
Member Avatar for lima2001

Hello, Please help, I am new to web design. I have created a landing page [url]http://www.holidayclick.co.uk/all_inclusive_family_holidays.phtml[/url]. It looks ok in IE but when viewed in Firefox the header is out of line and the paragraphs are not the same size

Member Avatar for Phaelax
0
68
Member Avatar for samarudge

Hi, I have created dynamic text on a button. How can I get the text to display the hand tool instead of the arrow tool. I have made the text not selectable and given it an instance name then used [CODE]itbl_text.buttonMode = true;[/CODE] it is all contained inside a movie …

Member Avatar for aarenaaron
0
85
Member Avatar for minigweek

Hi there folks, I have Visual C# Project- Windows Application , It has a Webbrowser Control , and I intend to load a local HTML file with images into it. I want to embed the embed the html file and image files as resources. So I did. While using the …

Member Avatar for sknake
0
2K
Member Avatar for Reliable

Hello Everyone, Having newly discovered tweeing with code I now would like to learn the AS3 classes in their entirety to know what options I have for animation. It's looking like the only way to learn these classes and their respective methods, events, event handlers, and properties is to go …

Member Avatar for rajarajan2017
0
69
Member Avatar for Kruptein

I've seen on a lot of sites that when you scroll down a text, the background image stays the same; If I scroll down the image stays on the place and the piece of text that can't fit on the image height is shown on a white background; how can …

Member Avatar for Kruptein
0
72
Member Avatar for grungina

Hi Everybody, I'm trying to get rid of margins on the top of a content but actually not able to do so. I have removed the margins and padding of the elements but it still doesn't work. Can you please have a look at the code? [CODE] <!DOCTYPE html PUBLIC …

Member Avatar for macneato
0
152
Member Avatar for ArtphotoasiA

4 corner liquid box issue sample... Waiting for CSS version 3 (I read that probably we need to wait several years) we all poor webdesigners / webmaster are forced to get mad for the 4 round corner box issue. - 1 it is possible do the box layout base with …

Member Avatar for ArtphotoasiA
0
91
Member Avatar for leegeorg07

Hi, I am working on a WP theme with a friend and I'm trying to make it more widget-friendly but with twitter-tools after every link it adds a new line, how can I stop this? you can see a live version [URL="http://leegeorg07.co.cc"]here[/URL] thanks.

Member Avatar for leegeorg07
0
82
Member Avatar for prachipote

I am trying to use a transparent png image on a site. its work in firefox but in IE white background is still showing. please suggest

Member Avatar for ko ko
0
75
Member Avatar for prachipote

i want to highlight particular box in the web site and remaning part should be in transperent black color and that particular area must be heighlighted.

Member Avatar for macneato
0
17
Member Avatar for dtrain31

Currently designed a website using dreamweaver which works fine in safari on my mac, but the links to other pages do not work when opened in explorer on a pc, funny part is you can see where the link should go at the bottom of the page and the roll …

Member Avatar for macneato
0
50
Member Avatar for Steveorevo

I'm in the process of developing a new extension for my product and I'm wondering what developers use when creating custom typography solutions. sFIR, Cufon, PHP with GD rendering, using a third party type linking site, or perhaps ThemeForest's recipe ( [url]http://blog.themeforest.net/tutorials/how-to-achieve-cross-browser-font-face-support/[/url] )? If it was a snap to do …

Member Avatar for pritaeas
0
129
Member Avatar for yusfebri

I am currently testing this function in all browser using php. <style> #preview_desc{ text-wrap: suppress; word-break: break-all; word-wrap: break-word; /* IE>=5.5 */ white-space: -moz-pre-wrap; /* For Fx<=2 */ white-space: pre-wrap; /* Fx>3, Opera>8, Safari>3 */ white-space: -o-pre-wrap; /* Opera 7 */ white-space: pre-line; width:158px; padding-left:5px; padding-right:5px; line-height:12px; font-family:'Arial', Helvetica, sans-serif; …

0
121
Member Avatar for Moirae

Hello everyone! I'm making some rollover buttons in flash, and I could use some help. I have this button that has text on it e.g home, contact and stuff like that, and I would like to make this text an hyperlink. I couldn't find a tutorial for this :( . …

Member Avatar for almostbob
0
181
Member Avatar for Moirae

Hello everyone!! I'm doing a webpage in Dreamweaver, just using HTML and CSS. I made navigation buttons using Flash and inserted it into website, but it looks a bit messy, so I'm wondering is there a way to put my navigation buttons in other HTML file and just link it …

Member Avatar for almostbob
0
87
Member Avatar for Just69

Hi, I have been through many different CMS programs, but I dont really know which one will give me what I need. I have designed a site. I have a page which I would like to have as a "for sale" page, basically where I can go through a back …

Member Avatar for Tekkno
0
59
Member Avatar for Vb2008

[B]HI to all[/B] I have got one problem: [I]I use vb 2008[/I] On some websites i go whit my Web browser i got an error!!! it say: [U]An error has occurred in script on this page. Line: 133 Char: 74 Error: Unterminated string constant Code: 0 Url: [url]www.url.com[/url] Do you …

Member Avatar for Vb2008
0
187
Member Avatar for sotilife

Hello My website is too slow , i have a 13000 members database and the site runs 150.000 products , my server is a fast deticated server . I think that the code from the script is not so good and need to Clean up Can someone Help me please??

0
50

The End.