Ahoy everyone,
I am using this sliding top panel using mootools (for orientation, the code is basically the same).
I want it to appear when the page is loaded, means, index.html is loaded.
I achieved this simply by adding the corresponding javascript to index.html:
<script type="text/javascript">
window.addEvent('domready', functi...
Guys,
How can I dynamically create a host name in ASP.NET? Like if people come to my site, I want to be able to dynamically create them a .Mysite.Com host name. I've seen this done at other sites before but can't seem to find documation on how to do it. Any help would be appreciated. I'm using VB.NET/ASP.NET 2008 and IIS 6.0
...
If a page has both JQuery and Prototype then I got conflict. There is a option to disable $ sign for JQuery so there is no conflict but, I have to use keyword JQuery instead of $.
I wonder if there is any option for Prototype to solve this conflict. Is there any way to use both libraries without compromising their benefit or short keywo...
Hi,
I have developed web applications using JSF (myfaces components). But in these days of responsive UI, JSF doesnt fare well. I m hearing a lot about AJAX, GWT, etc. So i wanted your opinion on which web technology/framework should i learn inorder to develop web applications for enterprise products.
Some of the web technologies that i...
Suppose I want to make a Web application which uses a fixed width and height, and I want the interface to fit on screen for common screen resolutions. Assume the application will only be used on laptops and workstations (and not on mobile devices), and it will be used by IT professionals.
What is the largest possible size I can make th...
I have a workmate with access to a very good IDE. He wants to use Microsoft FrontPage to write his jsps.
I know exactly what I want to say to him, but what would you say? I need a concise reason why a professional web app developer would never consider FrontPage.
...
We are considering a web version of some of our Windows desktop software. One of the challenges I've faced is that we need to record sound from the microphone for some of the programs.
Any suggestions of what options might fullfill that? (Adobe Air, Flash, Silverlight, etc.) ?
...
Hi,
MailChimp is a very nicely done service, where they tell you things like %clicked, and Google Analytics of recent email campaigns. They are similar to other sites like ConstantContact and CampaignMonitor, and many many others.
Is there anything similar to MailChimp which is open-source or free?
Or is there anything that could be ...
We want to prevent other users from editing other users profile, still allowing a superUser to manage all profiles. I don't know the best way of doing this, I am sure I can accomplish it, I am mainly looking for the best way or best approach.
I thought about putting an IF before the line below that will show that line in that conditi...
I was wondering if anyone knew how to use some components of the Zend Framework without having to actually use the framework. For example, I would like to use their Zend_Validate components, but don't want the overhead of the framework as it's a small one-page script.
Can this be easily done, and if so, are there guides/tutorials on ho...
Hello,
I have around 400 pages in my website. I also have a Wordpress blog. I would like to integrate the two and make it a single blog.
The existing pages on the website have the URLs like;
www.xyz.com/article1.htm,
www.xyz.com/article2.htm,
www.xyz.com/article3.htm
When I create a blog, I want these links to be redirected to new l...
Are there any tools you prefer to use for Effort Estimation for desktop/web development projects? Or is it just Excel/Google Spreadsheets?
Please share your techniques for person effort estimations as well. :)
Thanks,
Sri
...
I am using ASP.NET with VB.NET
I have realize that SEO does not like my page URL's that contain questions marks such as this.........
http://www.erate.co.za/CompanyProfile.aspx?ID=112
Is it possible to change my URL from that to say
http://www.erate.co.za/CompanyProfile/USA
Is this even possible? If so how would i or can i do this...
Hello,
I want to transfer my blog from 'www.currentblog.wordpress.com' to 'www.currentblog.com'.
In this case what will happen to my existing RSS feeds. Will they be automatically updated. I have not burnt my feeds using FeedBurner.
...
Hello,
I have a wordpress blog like 'www.colorlife.com'. I want to update it with few backdated posts. Will these posts show up in the RSS feeds now. I do not want them to show up for some reasons. If they do, is there anything I can do to, not let them come up.
...
I am working on a videos sharing web site and I want to take screen shot from a flv video file from a another website like youtube. I am using PHP but i have no idea how to do it.
any guidance is appreciated.
...
Bit of a philosophical question.
If you have a public website with a site map. Should the site map reference itself?
I can't think of any reason it should but was thinking in terms of accessibility etc or something I had overlooked.
...
I have a situation where the web browser needs to bind to a specified network interface if more than one network connection exists. Is there a way to programmatically specify which network interface the web browser should bind to?
...
Say I just found a bug involving javascript workflow in a web app. Most of the time I will fix the bug and reload the page. Unfortunately this is a time consuming process reloading the page all the time. Does anybody else save time by reloading updated Javascript / CSS without reloading the page. Are there any tools to help make this...
So I have a form that accepts some input from a user that may at a later time be represented on the page.
The way I'm thinking of doing this from a security point of view is to take the input, apply the mysql_real_escape_string() function to all input, then insert using a prepared statement.
When retrieving the data, I'll do a htmlspec...