News   

Building a Data Warehouse Blueprint for Success

One of the most integral components and critical success factors of any enterprise data warehousing initiative is the Solutions Architecture document, a high-level conceptual model of a data warehousing solution. Learn why this collaborative effort that addresses the needs of all major stakeholders, including both the business units and Information Technology (IT), is essential.

How to Find a Good Joomla Developer
Tue, 27 Jul 2010 14:27:14 -0500
This article describes the qualities that differentiate a good Joomla developer from a mediocre one. Make sure to look for the mentioned points while availing the Joomla development services for your websites. Read more to know what you should look for before hiring a good Joomla developer.

How Can Web Development Services Get Huge Traffic to Your Website?
Tue, 27 Jul 2010 14:37:51 -0500
Increasing the volume of traffic to a website is one of the major criteria that influence site designing and site content. It is the ability to draw more web surfers to your site that will ultimately decide the popularity and likability of your site. It is here that professional web development service providers can bring their expertise into play to design the web pages in such a way that they bring more traffic.

What is Making BPO's to Re-Plan Their Web Development Strategy?
Tue, 27 Jul 2010 14:43:17 -0500
With continuous and never ending change in technology and marketing tactics, the web development service strategy of a company must not remain the same. It should be in accordance with the ups and downs of market. Re-planning and reshaping of software development strategy have become the need of the hour especially when it comes to offshore web developing services providers.

Custom Web Development Services - Tailored to Meet Your Specific Needs
Tue, 27 Jul 2010 15:06:51 -0500
It is not easy to decide between custom made web development services and ready-to-use ones. Though both of these services have their own advantages and disadvantages, a majority of professionals vote for the former rather than the latter, as you need your own signature on your website to help it stand apart in the crowd. Read on to know more.

Hiring a Professional Web Development Company
Tue, 27 Jul 2010 21:59:02 -0500
Hiring someone to create your company's website is one of the most important professional decisions you will make. Your company's website is its public face; it may be the only thing your customer sees before making a decision as to whether or not to do business with you. That is why it is so important to make sure that you hire a professional web development company to design your company's web site.

Epic Browser - First Indian Web Browser Featuring Built-In Anti-Virus
Wed, 28 Jul 2010 08:50:17 -0500
There have been excellent reviews from users about the Epicbrowser within a day of its launch. If you have been using the Internet Explorer, Mozilla Firefox, Opera or Safari as your web browser, try giving it a desi change; here's an insight to the red hot Indian web browser - the Epic Browser, which is the buzzword today!

Determining the Content of Your Website
Wed, 28 Jul 2010 12:01:31 -0500
If you are a newbie marketer wondering what you can base your website on, here are some ideas to help you get started. Read on to find out...

Why to Choose Drupal For Web Development?
Wed, 28 Jul 2010 14:18:14 -0500
Websites have attained a special place in the current scenario where everything is going online. The Internet is flooded with the websites, which are totally different in nature, style, and the content.

WebHostingHero Blog: A Look at the Original PHP Developers
Wed, 28 Jul 2010 09:44:23 -0500
On the WebHostingHero blog today there's a new post going back to the roots of the PHP language and some of the original contributors like Rasmus Lerdorf, Zeev Suraski and Andi Gutmans. When PHP began in 1995, it represented a fork on common object oriented programming languages. Designed to help provide scripting for the web, the language took on a life of its own as it became one of the primary web development standards. Today, PHP is used by millions worldwide and powers a majority of sites. They talk about how some of the original developers are active in helping to better the languages (directly and indirectly) and how the advocacy of the community has helped it grow even stronger over the years. There's also mini-spotlights on each of the three mentioned above.

IBM developerWorks: Build a web-based notification tool with XMPP
Wed, 28 Jul 2010 10:57:50 -0500
On the IBM developerWorks site there's a recent tutorial about using PHP and Javascript with the XMPP to create a small web-based notification tool (called Pingstream). Real-time web applications are networked applications, with web-based user interfaces, that display Internet information as soon as it's published. Examples include social news aggregators and monitoring tools that continually update themselves with data from an external source. In this tutorial, you will create Pingstream, a small notification tool that uses PHP and JavaScript to communicate over the Extensible Messaging and Presence Protocol (XMPP), a set of XML technologies designed to support presence and real-time-communications functionality. You'll need to already have the usual software installed - PHP, Apache and MySQL - as well as a few others: Openfire, jQuery, Strophe, XMPPHP and LastRSS. They introduce some of the concepts behind real-time messaging, the XAMPP protocol and, of course the code to show how to create their service.

Gonzalo Ayuso's Blog: Clustering PHP applications. Tips and hints
Wed, 28 Jul 2010 11:09:20 -0500
In a new post to his blog today Gonzalo Ayuso offers some tips for those out there wanting to cluster their PHP applications effectively. Sometimes a web server and a database is fair enough to meet our project requirements. But if the project scales we probably need to think in a clustered solution. This post is an attempt at being an unsorted list of ideas working with clustered PHP applications. Maybe more than a list of ideas is a list of problems that you will face when swapping from a standalone server to a clustered server. He touches on a few different topics you might need to consider: consistency in source code writing to the file systems deployment problems authentication/authorization issues handling sessions/logs/cache files

How to create a 'suggestion' app.???
Mon, 26 Jul 2010 22:45:53 UT
Hi there, I'd like to have a go at building an app whereby people fill in a series of questions based on their ski/snowboard taste etc... Once completed, the app suggests a specific board for them to purchase. Now the buying part isn't important, but the isea of being able to suggest a ski or snowboard is what I want...

Default rendered error file and hash to nice string how to
Mon, 26 Jul 2010 23:09:55 UT
Hi, When rails raises an exception which file (view?) gets rendered and outputs in the browser the backtrace, request, parameters, etc. I'm asking that because I'd like to know if Rails provides an easy way to convert a hash to a readable string, eg: "{:key => 'value'}" instead of yukky #to_s which gives "keyvalue".

tutorials for virtual rails
Tue, 27 Jul 2010 00:48:24 UT
I just finished installing virtual box and virtual rails on my laptop running vista os. this is all I know other then a bit of ruby code. im just starting out and learning ROR on my own. Does anyone have recommendations for tutorials on virtual rails?

Capistrano - override default, get/copy source from local
Tue, 27 Jul 2010 02:50:47 UT
I am working on getting Capistrano running for an app but need to ask it to download source to a local directory and then send it to the deployment server via scp/etc (there are reasons for this I won't get into). Below is where I am and what I am trying --- if anyone has done this or can show me where I am going wrong I'd appreciate it.

Sorting with related tables
Tue, 27 Jul 2010 07:59:38 UT
Hi I have two tables: users and tickets. A user has many tickets which is defined in the model. I want to order the users based on the number of tickets they have. What is the easiest way to do it in Rails without writing to many SQL statements.

Rails 3.0.0.rc1 update - issue w Bundler 1.0.0.rc.1 and ruby 1.9.2.rc1
Tue, 27 Jul 2010 09:11:56 UT
I upgraded my rails 3 version (now using bundler-1.0.0.rc.1 but bundle install in my test_app raises an error : bundle install Fetching source index for [link] Using rake (0.8.7) ... Using railties (3.0.0.rc) Using rails (3.0.0.rc) Updating .gem files in vendor/cache /Users/yves/.rvm/rubies/ruby-1 .9.2-rc2/lib/ruby/1.9.1/rubyge ms/package/

upgrading from rails2.3.5 to rails2.3.8
Tue, 27 Jul 2010 09:58:47 UT
Hi Please guide me to upgrade my rails application which is 2.3.5 version to 2.3.8 step by step. Thanks for your help Tom

New alternatives for rails/init.rb in Rails 3 gems
Tue, 27 Jul 2010 10:09:52 UT
In Rails 3 the rails/init.rb in gems is not automatically executed anymore (see [link]). As I see there a now two options: 1. Put scripts in config/initializers. 2. Create a lib/my_gem_name.rb The second alternative seems to be used for example by devise (http://


«   1  2  3  4  5  6  7   »

Categories

Ads