I'm looking to create a web application that's very modular, and was pointed to the actor model by a friend. After investigating it a little, I realised that developing just the back-end using actors wasn't a bad idea at all, but I also came to the conclusion that having client-side actors would be useful: rather than create pages which ...
Is there a way to mask the URL extensions for pages on my website with PHP?
Example: http://home/subfolder instead of http://home.subfolder.php
...
I have a variable with a 2 digit month number.. is there a built in function that allows me to change it to the month name. I thought maybe the date() function would work, but that requires a full timestamp.
Thanks!
...
I am a coldfusion programmer, and yes I know there are a lot of great coldfusion frameworks out there.
However because of the way the company I work for, code is styled and structured, I want to create a stepping stone framework, that gradually over time moves them to some current coding styles and standards..
But to get there, and ou...
I have to build website in mysource matrix and i have no experience what that is.
User has given me psd files and i have to slice and use it in mysource matrix.
is it possible in mysource matrix to have custom templates.
I don't know from where to start.
I have installed it in VM after 1 week of full research and i only get the login...
Web services and web APIs have managed to increase the accessibility of the information stored and catalogued on the internet. They have also opened up a vast array of enterprise power functionality for smaller thin client applications.
By taping into these services developers can provide functionality that would have taken them months ...
If a method of a JAX-RS application would return a domain object, the representation (say JSON) would contain all attributes of this object - right? But what if this object would contain "private" data, that shouldn't be exposed to the web?
And what is about the other direction from outside in: how could be prevented that private fields...
Scenario is : old site which has lots of JS code already written. If user want to change all the alert messages to new age jazzy Div based alert which are very common using JQuery, YUI, Prototype... etc.
There are mainly tree JS dialogs
1. alert
To changes this its simple we just have to write new funtion which will show the div po...
I am planning to write a .net web application using SOA, which means data operations are made using web methods. There will be many, many methods so I got the next questions:
how should i handle security?
should i split them into more services?
call them using reflection?
Any tips will help because i am new to SOA..
...
Does anyone know of inexpensive "origin pull" CDN service providers.
The only provider that I've found that provides this are SimpleCDN and Akamai. Akamai is crazy expensive and SimpleCDN seems to change their business model daily, so I'm concerned with using them.
...
I'm getting this error when deploying application WAR files from my ant build via a task that calls weblogic.Deployer. This is on Windows XP, server is not in Production mode, there are only 2 other WARs installed on the server, one being just static content (web.xml + png/css/javascript files), no other weblogic servers installed on th...
Hai
i m trying to load the tabs dynamically.(Using AjaxToolKit). Firstly, when i hit button1 on pageload, it loads tab1() (works good) and when i hit button2, itloads up tab2()
All these tabs are ascx pages.
In tab1 i m loading WebUserControl.ascx. it works okay.
Issues:
1) When you runthe code, first click on button2, it doesn't load...
Hello,
I think I am experienced procedural PHP programmer. I've implemented a few bigger projects. Now I would like to try OOP PHP on lesser one (framework for DB import/export + user authentication). Since I've never tried OOP on such a project I have problem with object design.
I would like to implement the framework the way, I'll ju...
I am trying to integrate yelp into a website I'm working on. I'm really hoping to find a widget created by the yelp team, or another reputable source. I'd like to be able to set it up to search for restaurants in a certain location, seattle, for example.
...
I am building a blog archive navigation menu. Currently I run a query to get all the years and months. Then I loop through and run the following query to get all id's and titles of that year/months blog posts:
SELECT `id`, `title`
FROM `news`
WHERE YEAR(`date`) = "2010" AND MONTH(`date`) = "03"
ORDER BY `date` DESC
After that, to...
Greetings! :-)
I would like to describe a workflow strategy with some gaps in it, and I would be glad if you could fill in the gaps and otherwise give comments. If admins think that this does not validate as a question, then please delete away.
I am working on a webproject having files with PHP, Javascript (jQuery), HTML, CSS and postg...
We have a php/mysql based application which has slightly different instances for a number of customers. Also we have more than one developer working on the code base.
What is a good way to manage changes to the database schema in this scenario? Should we require developers to write a small script when a DB change is needed? I'm think...
What platform do you recommend for building a site like this, airbnb.com (can you tell what it is built on?). Only major difference (besides market niche) would be a bit more integration with some of the major social networking sites and features, third part comment system integration with perhaps disqus and some video bloging.
If you ...
http://sensenich.bythepixel.com/support/faq
If you look at the link in IE6 styling appears only when you scroll down. Then when you scroll back up it disappears. How is this possible?
Thanks
...
I hear claims that Ruby on Rails makes web applications ten times faster to write. Is this really true? Do they just make a bunch of tools to make the simple stuff fast and the hard stuff impossible (without serious refactoring)? Can it handle difficult web problems like an advanced searches and AJAX webgrids? Can't other languages j...