1,281 Topics
![]() | |
Dear all, I'm creating a set of functions to handle stl vectors. Some are useful for achieving my goals. I'm coding some other just for fun. But after some coding I see I cannot compile them propperly. One example would be a vector print function which prints all the elements … | |
Hi folks, please help. My php script combine different fetch records and I use the jQuery pagination as the kind of menu. (jPagine from [URL="http://www.phpixel.fr/jpagine/"]http://www.phpixel.fr/jpagine/[/URL] I need change page numbers to words. I know the total number of pages. I tried use array in javascript but without success ... Many … | |
hi, folks. I want to use flash templates in my asp.net application, bt dont know how to do it. So i hv basically two questions to ask: 1) Is it possible to use flash templates without much difficulty in asp.net project. 2) Can we somehow using some tool or application … | |
Hai i am struggling to find out what is wrong with this code. the next and prev buttons are not working. So any guy can look at this the url is http://www.hindlist.com/subc/Administrative%20Jobs/ I am giving out the code for further detail. Pls look at it and reply. <?php // session_start(); … | |
How to make Layout like Daniweb Footer My Favourite Forums Todays Posts ............. | |
Hi guys, At the minute, I'm writing a simple Java application under Lucid Lynx, the latest and greatest Ubuntu release :) Can anyone tell me how to make the windows in my application, match the look and feel of the other windows in the system? I've tried setting the default … | |
Argh!!! I need some help, badly! My clients site ([url]www.skcfed.com[/url]) displays perfectly in firefox and most other current browsers ... except MSIE 7 and 8. Does this have something to do with the meta tags? I found this code, which is suppose to go into the index.php file (??????) <meta … | |
hi, I want to build a technology site for afghan. i want a domain name suggestion, afghantech.com is already taken and i want it to be short and related to technology. can you suggest some. thanks | |
Hi, Now days there are a lot of CMS some are well know others not so much. But I wanted to know which CMS should I use if I want to add my own design to it ? I would like to convert my design to theme file for one … | |
Its working PERFECTLY In IE6 But in Chrome Back Button is not Working. Code for Back button [CODE]<td><a href="lims_New_North.php"><img name="lims_pages_r5_c2" src="images/lims_pages_r5_c2.jpg" width="74" height="23" border="0" id="lims_pages_r5_c2" alt="" /></a></td>[/CODE] There is no Issue with Pagination above Back link not work in Google chrome but work in IE6 code Pagination [CODE=php]<?php /* Place … | |
Hello all, I've made my first wordpress theme from scratch and as expected I'm running into some trouble getting it to function. Here's the error message: Parse error: syntax error, unexpected $end in /home/seve4033/public_html/blog/wp-content/themes/sevensharks/footer.php on line 35 ...line 35 is </html> so I'm lost as to what is unexpected. If … | |
im terrible at titles.. sorry. im starting to implement a includes'mypage.php' footer in some pages so i can make changes easily to one file.. great.. my qustion is.. i use to use a different style on the link of the page i was currently on... so if i had info/contact … ![]() | |
Hi, I'm having problems with word press footers site map. at the moment it's displayed like this: [IMG]http://i52.photobucket.com/albums/g9/Rydra/Footer-1.jpg[/IMG] I would like it displayed like this: [IMG]http://i52.photobucket.com/albums/g9/Rydra/Footer2.jpg[/IMG] I've tried looking in footer.php, but there is only this piece of code: [CODE] <ul id="bottomLinks"> <?php wp_list_pages('title_li=') ?> </ul>[/CODE] I've tried looking in … | |
I am trying to customize a flash template for my needs. The site is consisted of Portfolio (Photo gallery), About Me, Archives, Awards and Contacts pages... I managed to customize the Portfolio page changing the previously added photos. Now i have to change the text of the other 4 pages. … | |
I'm a newbie so if I'm posting this in the wrong place, please forgive me. I created a couple of interactive maps using Visio (not sure what version) and saved them as HTML to post on our portal. I was recently given a new laptop with Visio 2007 and have … | |
Hi there everyone, I have a site over here: [url]http://www.vikgfx.com[/url] If you view it in a resolution of 1280 x 1024, the whole page would sit on the left side of the screen. I tried my level best to adjust the CSS but it just doesn't sit in the center. … ![]() | |
Rebuilt an existing site: Old site used aspx pages, for example: [url]http://www.americascarshow.com/Detail.aspx?dct=11&mid=1656[/url] (broken) New site is in Joomla; new link is: [url]http://americascarshow.com/gadgetcentral[/url] I tried a 301 redirect in .htaccess file but cld not get it to work. I need a solution to redirect links to new pages and/or at least … ![]() | |
Hi all, I'm having a problems with a web page I'm making. I have a container div which has a child div inside it. I want a scroll bar in the child div, to keep consistency throughout other pages. [CODE]#videoclips-main { position:absolute; overflow: auto; top:0%; left:0%; width:100%; height:80%; z-index:1; } … | |
Hi all, I have created a three column CSS website and I am now a little stuck. I have got a top navigation bar which gives overall navigation around my site. I now want to put a tab navigation bar within the centre content colum which will call up and … | |
ok my problem with this my frame page looks like this and works fine locally:[CODE]<html> <head><base target="_parent"> <title>BLARG!</title> </head> <frameset rows="10%,*" border="0" noresize base > <frame src="catalognavigation.html" border="0" base scrolling=no> <frameset cols="20%, *"> <frame src="price breakdown.html"> <frame src="catalog.html"> </frameset> </html>[/CODE] but when i upload to my server it turns to … ![]() | |
Hi All, I have a question. I have a div, which has an image slideshow using innerfade. I have another div which overlaps this div which contain some text. Basicly, the slideshow is working but I want it to be in the background so that I will be able to … | |
hi all, i am working with this site actu.. [URL="http://www.hitechinfosoft.com/wfc"]http://www.hitechinfosoft.com/wfc[/URL] i am generating dyanamic div of controls in web page. when you add controls to right side div , controls are not fitting in proper way in step. and in IE it will not displaying good. any help appreciated thnx ![]() | |
Hey All; Does anyone know of any good widgets or dashboards that could show the availability of various websites? I'm looking for something I can run on my system that will give me the status of a bunch of our websites and let me know if they are up or … | |
im curious if somene can help me out. i have a site that has content that changes once a year (dates when our hotel opens and when we close) i have the dates/times of various pages, and every year i forget to edit at least one of the pages (leaving … | |
Writing a function to search an array for a value and return the index if found. in finding what the size of the array is for use in the while loop condition i found that here inside the templated function sizeof(data) comes back as 4(it should be 40) but when … | |
Hi every one. I want to ask that what in there inside the work flow layer in the n-tier architecture. I know that its an optional layer? But What differentiates this layer from the presentation layer? Can some one please provide me with an example. tanks in advance | |
I am developing a site. i want to add Login Dialog box same as below site [url]www.unigo.com[/url] -See Login Dialog Box Of This site. Can any one help me what i have to do for develop this type of popup Dialog box ![]() | |
After reviewing the analytics, it seems that the most popular link on my home page is the logo linking to the home page. It has around 18% of the clicks for the last month. This seems really strange to me. My best guess is that people don't realize that they … | |
I really need help, I have a client who likes the design I helped them with but its not compatible with IE6. I am posting some screenshots. The site to the left is the IE6 browser shot, and the one to the right is IE7/8. I don't know what to … | |
I have a problem that occurs in Firefox and probably IE when the right plugins are installed (However, tested only in Firefox). My website uses jquery loads to change content on the page. One set of content contains an iframe that is displaying a pdf. If you have plugins to … | |
Hi Guys, I am having trouble getting the getItemAt method of the ArrayCollection class to work in ActionScript even though it seems to work fine in MXML. Any help greatly appreciated. In the attached code lines 95->97 work fine whereas line 35 throws a "Cannot access a property or method … | |
What is the best way to handle site navigation? When I first started learning web development I had html-files which I linked to. Later on I sent variables through the url and used a php-script with $_GET to load the appropriate content. Let's say that the url looked like this: … | |
[CODE]Hi Folks, I am trying to insert a free script from [B]Dynamic Drive[/B] for a flexible slideshow. I am using Dreamweaver CS4 and the code goes in ok and works well in Live view. But - the slideshow is on the left of the cell in which it is inserted. … ![]() | |
Hello everyone, I have a site which uses YUI to build a drop down menu system. There are two pages in this site that have embedded .pdf files in them. When one of the pages with the .pdf is open the drop down menu goes behind the .pdf and you … | |
I'm sure this question has been asked before, but a quick search on google and on here did not yield results so I thought I'd just ask: Why does Internet Explorer/Microsoft ignore web standards? Is it that hard to keep track of the current web standards and make IE compliant? … | |
Yes, this is homework. Yes, I know how to make this layout. But what I don't know is the font used. I'm supposed to make the html skeleton look as close to this screenshot using css. Easy, right? Yeah, I know. Obviously I know it's a sans-serif font, but is … | |
When designing webpage it should be ensured that the homepage of the website should have consistent patterns and the usage of various designs elements should be symmetrical as homegenity brings consistent pattern, thus aiding user experience. | |
Hi guys, need your help again. I'm having problem on our page which I shared over on the network. The site works fine on the pc in which the php and html files is being stored. But if access through other pc on the network the page doesn't load it … | |
ok, ive tried and tried, no luck. what i am trying to do is at [url]http://pjrey.com/guestbook[/url] is have 1) the modal dhtml sign/window auto load (but only one time per user) 2) on completing the form, and hitting submit, i want the parent window refreshed (to show new content that … | |
Hello, I made a couple of web sites. In my machine, their screen size was good as I could see the specified margins. :(:-O:$ [LIST] [*]When viewed in my machine (1440 * 900 resolution), it looked OK with IE and Firefox; [*]But, when viewed in different machine, and in IE, … | |
Hi, I have created a horizontal menu bar using Dreamweaver CS4. My client wants it working in IE6/Windows XP. All the functionality is working correctly in that combination EXCEPT - the mousover background color changes when the cursor is moved to the next level. The color should change from burgundy … | |
Hi all, It is waste time to design a layout, menu and navigation. Can you list of tools of idea to start to generate a new website quickly ? Thanks. | |
I am using Visual Web Developer 2008 Express, and was wondering is there a list I can print from with in the program that list all resources used to create the site, ie taking loaded pages in the website and then it spits out a list of all jpg's, gif's, … | |
Hello, I am new to Adobe flex and trying to create a website. This may sound like a stupid question, but would anyone be able tell me how i would link between different instances of my website. Like, linking between pages, as you would using HTML. Would appreciate anybody's advice, … | |
HI, i am trying to high light sub menu when selected just like Daniweb IT Community as it shows: Web Development > web design i am using site reptile to build site and there they use tags to genertae menu's automatically in DHTML here is it's Structure style in which … | |
I am new in building website, but I have an issue with the navigation bar menu display. when I open the page in firefox, the sub menu of of the navigation bar appear fine, but when opened in internet explorer, the sub menus show all the way on the left. … | |
Hello friends i wanted to know if there was a standard dimension for a web page? i.e width and height Thanks | |
Hi everyone, I have a website and its being displayed perfectly in Firefox and in the AOL browser but for some reason graphics and banners are being displaced into different positions when viewed in Internet Explorer 8 and I just wondered why that would be? My web designer says that … | |
Hey all, I'm looking to bounce and brainstorm some ideas. I'm curious about new techniques for handling global navigation. We're all familiar with standard menu's with flyouts, drop downs etc.... If you've worked on enterprise systems you know how unruly a huge hierarchy can be. 3...4..or more flyout levels (nooo!!!!) … | |
Hello Can any one help me to find out a shopping cart systems that work with PayFlow Link? |
The End.