On my Drupal site I've got a set of Primary Links. The ones that expand I'd like to make the parent not click able e.g
-home
-about
-history
-website
Only home, history, website should link to a page. If the user clicks on aboutnothing should happen. I've tried searching around the admin panels as well as leaving the field...
I have a simple service that does approximately the following:
An HTTP client connects to the server
The server writes the sessionID of the client and the timestamp to the database, and in most cases just returns an empty response
(The cases when it does do real work and return actual data are irrelevant to this question)
In order t...
I just went to a web site called fwix.com
I noticed that the page geolocates me based on my IP extremely quickly. At first, I simply thought they were doing this via Google Maps built in ClientLocation feature BUT it doesn't appear they are doing that.
Instead, looking at the source for the page, I see that my IP address has been injec...
As a programmer my first instinct is to start coding, but then again chapter one of every programming book says that you should NOT sit down and code.
So the question is, where to start?
I've given the project some thought, it's going to be a fairly simple web app, kind of a time logging app, to give you an idea.
Even though it's a sm...
I am fairly new to web development and have never used Digital Certificates before. I assume using a digital certificate on a silverlight web page is the same as using one on any other web page, but i thought i should check.
There are a few example of digitally signing the .xap file on the internet, would it then be a case of simply buyi...
Hi guys,
I am using .slideToggle - Jquery to create an accordion and It works so far.
However, When div#slickbox goes down or up the page does not scroll with it. The page maintain scroll position.
I have 2 huge images(700px x 1300px) inside div#slickbox.
I want to scroll the page with the content, down & up.
How can I do this?
...
Say, for example, you are caching data within your ASP.NET web app that isn't often updated. You have another process running outside of the app which ocassionally updates this data, when you do this you would like the cached data to be cleared immediately so that the next request picks up the new data straight away.
The caching service...
I want to create user directories in an Apache server that are also accessible via the FileZilla FTP server. How do I create these directives and most importantly how do I apply them to Apache?
...
I was wonder is it possible to add dynamicly tooltiptext to a specific tree node, i've tryied to set qtip property but with no success....
...
Hello all,
We designed a web site that runs through PHP+MySQL+JavaScript+HTML and this website is used to collect local people's information. At this point, we have to decide how to select the hosting company and what the basic requirements should be.
Q1> I am looking for a check-list of features that the hosting company has to provide...
Hello all,
In the our website, we adopt reCAPTCHA to prevent spam. However, our clients complain that the validation is too complicated. I also agree that the reCAPTCHA is way too complicated for a regular person to read. It is especially hard for people who don't know English.
I found that the CAPTCHA function of mail.yahoo.com is rea...
I have launched a new Movie Based web portal, I have completed the programming part and Made the site dynamic.
My Question, How can i get the data about the Movies from different languages
For example: www.imdb.com has a huge database collection.
Is there any web crwaling methodology where we can get it?
Or dirty method of Complete Data ...
I have the Joomla K2 plugin installed. Is there a way to read the value of an article's K2 Extra Field from a module? I just need to read the value in PHP from within a module's default.php file. Thanks.
...
I'm building e-commerce application. Path to the order looks like /Orders/Details/{orderId}.
However I don't want expose orderId to the end-user.
How can I identify order, not using database identifier?
Is it necessary to generate some random unique string like GUID?
...
Hi guys,
I have problems with jquery accordion. It seems quite tricky.
The first accordion, project1, is working great (thanks to Nick Craver) but 2nd & 3rd an so on does not work. I do not really know if I should use .filter.
Here is the code & example page: http://jsfiddle.net/THjgV/2/
Thank you.
...
Hi all,
I recently created a website for a friend (asp.net/sql server), the website includes news of his company and he and his team update this frequently.
The question has been asked if i could now create a widget / api of some sort that visitors of the website could now include the news on there own website should they wish too. I f...
Hi,
I am trying to use Vim for web development but having trouble dealing with multiple languages in the same file. I may have php, html, javascript, and css all in the same file, but Vim will base the indentation, coloring, plugins, etc. just based on one of the languages.
Know of any plugins or vimrc hacks to fix this? Thanks.
...
I have been developing Rails applications on windows platform for a couple of month now and I'm still looking for right tools how to do it more effectively.
I'm using Netbeans IDE and running all rails commands through windows CMD (including GIT). But NB feels kind a bloated and slow. I have tried using gVim but i did not have so much t...
I need nto host my site and have been recomended to use Web2Web but not sure? What are you thoughts?
...
Hi,
I'm trying to have JavaScript call a function from my ActionScript.
ActionScript:
import flash.external.ExternalInterface;
ExternalInterface.addCallback( "playSong", playSong );
function playSong():void {
var _sound:Sound = new Sound();
var _request = new URLRequest("music.mp3");
_sound.load(_request);
_sound.pl...