website

Building a CMS for bilingual website - need tips

Hi guys, I'm building a really simple CMS for a bilingual website. The website would have 5+5 pages each of which would have varying content. Its like you have an about us page, services page a news page and contact us page in two languages. I was wondering that on the CMS backend admin panel I would be making .. what is the better opti...

Including sample site into php and making it interactive

Hi there, I am working on a small project for learning PHP better. This project has a primary file, which opens another website (e.g. youtube) by using fopen + fread. (or file_get_contents ?) The site will be saved into a variable and after that a function will parse the file's content and should replace certain items with advanced con...

when to start performance tuning a website

i have a asp.net mvc website and the volume of traffic is increasing. I have the site pointing to a backend sql server 2008 database. at what point, do i need to figure out what the bottleneck of the system and look to review if i need to load balance machines, or change the way i am doing database connection management. are there spe...

Large blank space below banner, only on IE6

I am trying to fix this issue for three days, but still no success. Site displays correctly on all browsers except ie6. There is large whitespace only on IE6. Here is link of the site http://tr.im/Cj3N What could be problem ? Is that some known bug with IE6 ? Thanks for answers in advance. Here is screenshot http://www.dodaj.rs/f/W/jG/...

How to make a C code to fetch some content from the internet?

Suppose I want my C code to fetch the headline from a website, like www.example.com How to do that? Can I write a program in C to do this? give me a start... ...

ASP.Net 3.5 website project VS web application project

I have an interesting scenario: - Site has 209,000+ pages. - Evertime a user submits a new article/item a new page is generated and if it has a refernece to one of the existing pages then that page is also re-generated and saved. - A windows service is looking after the generation of pages which creates a page(file) in the site directory...

Mysterious url in our html website

Dear Community members, The home-page of our static html website http://www.iffort.com is transferring data from a mysterious website rawalrohi.com. You can check this by going to iffort.com and noticing the footer there. It says transferring data from rawalrohi.com. From our side we did the following things to rectify the issue a.)...

I need a simple custom authentication in spring

I need to have a custom authentication in spring, it should be a simple class that takes the username and password provided by a user and compares it with some values and based on that it should authenticate. We are using a system made in GWT, our login form, on success, opens another page in a new window. This is what i have attempted...

problem scheduling cron job at hostmonster

hello, I am trying to setup cron jobs for a website hosted at hostmonster.com. At the time of configuring timestamp when I use * * * * * the script runs perfectly. but whenever I made changes to these timstamps the script doesnot work say if I use 30 18 * * * script doesnot execute. This automated script insert data in the data...

Keep website theme the same.. cookies?

I think I will need to use javascript to do this so I put it here on stack overflow. So, I have two themes for my website, the only difference is that one is a solid colour (background), the other a repeated image, so I didn't make separate css files for them. I have two links in the navigation bar that change it (with javascript). In th...

How do you setup SVN for general website development/deployment?

This is for general websites development (LAMP Stack), not necessarily web applications though. I'm just trying to setup some version control for client websites im building. Just trying to figure out the best way -- well how to do this... I don't know how to setup SVN on my server. Do I have to do an additional step to push what's in ...

What are the things to remember when one designs a website

Hi, We are planning to sell our own product in medical domain. Its a Patient management System. Before we start marketing we need to have website for the same. We already have done some basic things like booking a domain name for the website, purchasing the hosting service. Before we design the website, can somebody guide us what thin...

Does spring security support Windows live ID ?

for more details about the live id : https://accountservices.passport.net/ppnetworkhome.srf I have seen jar files in spring-security-2.0.5 indicating support for acl (i dont knw wht it is) cas (no idea again) NtLm open id does it support windows live id / is there any extension for spring that supports it ? ...

how to crowd source my web crawling

Hello, I want to crawl a website anonymously without having to rely on an anonymous proxy server. So I was thinking of letting users of my website help me by inserting an invisible IFrame in my template - the IFrame src would be set to a webpage URL I needed, and then uploaded to my server with AJAX. (I can't use AJAX for the downloadi...

simple way to prevent flood of login requests?

If my website uses a POST form for login, what is a quick and easy way to prevent a rogue client from flooding my web server with POST requests trying to brute force crack my user accounts? PHP/MySQL/Apache. ...

How do I embed a web browser into my Cocoa application?

I need to learn how to add a web browser into a cocoa application. (Mac) ...

Basic website for software outsourcing business

I want to start a software outsourcing business. I registered it and need to make a professionally looking website. Just one page is OK. I need also to create an email system to send out email from my website email, not gmail or yahoo mail. Can you advise me on the cheapest and fastest way to do it? ...

MSBuild: Building asp.net 4.0 web sites: .metaproj -files

Hi! I have a solution-file with ASP.NET Web Sites. When I build the solution with .NET 4.0 Beta 2 using "c:\WINDOWS\Microsoft.NET\Framework\v4.0.21006\MSBuild.exe" d:\MyPath\MySolution.sln Everything works fine, no errors. Then I try to build the same solution with CruiseControl .NET task (msbuild-script ran by a service), the sa...

Reset or Configure Sharepoint Central Administration

My Central Admin for sharepoint works but shows messages on the status bar 'page with errors' and when i open a setting e.g. Authentication providers and when i try click Save/OK button it does not work at all...page does not refresh or anything. This happens with most of the pages I had made few changes to the .css files earlier but i ...

How do I get the Session Object in Spring?

I am relatively new to Spring and Spring security. I was attempting to write a program where I needed to authenticate a user at the server end using Spring security, I came up with the following: public class CustomAuthenticationProvider extends AbstractUserDetailsAuthenticationProvider{ @Override protected void additionalAuth...