Showing posts with label Web Designer Bangalore. Show all posts
Showing posts with label Web Designer Bangalore. Show all posts

Sunday, 29 September 2013

Top 10 HTML 5 / Responsive Frameworks !

To create a truly awesome responsibe design we have to make use of the available frameworks on HTML5

This articles give us full review of the top 10 UI frameworks by Jacob. 
This is a review of 10 open source responsive HTML5 frameworks, boilerplates and tools for front-end web development (HTML, CSS, and JavaScript). I’ve included tutorials and resources related to each of them, and a comparison table at the end.
10 Best Responsive HTML5 Frameworks and Tools - Design Instruct

http://designinstruct.com/roundups/html5-frameworks/

For creating a great UI responsive Web Design get in touch with us Raghav - Talk to him at +91. 99020-35965 or raghav@ravinatechnologies.com

#RavinaTechnologies

Monday, 9 September 2013

Web Design - 20 Best Wireframes

Wireframing tools make the process of creating an app or website fundamentally easier, by visually stripping the product down and allowing all involved to focus purely on functions and user interactivity.

For more on this interesting article  Click here

If you are looking for an awesome web design solutions come to us. Talk to Raghav @ 99020-35965 or mail raghav@ravinatechnologies.com 

#RavinaTechnologies


Sunday, 25 August 2013

Creating table in MySQL databese - Joomla 2.5

JMM Joomla Mysql Manager.

JMM is a Joomla Extension for managing Mysql Datbase from the joomla administrator panel.

How to Install JMM

Download Latest Zip File From here http://adidac.github.com/jmm/ . Login to your joomla administrator panel go to Extension Manger from Extensions Menu then click on Select or Browse File Icon select your recently downloaded JMM Zip File. Then Click on Install.After successfull installation Click on componnent Menu you can see Joomla Mysql Manager Menu click here and start JMM.

JMM Features?

  • Insert Data into Table via GUI
  • Create Table via GUI
  • Export Table,Custom Query in CSV format
  • You can View All Database Lists
  • You Can View All the Tables Within a Database
  • You can Run your Custom Query
  • You can Save Your Query for Future as Bookmark using Canned Query OR Save as Site Table.
  • You can Generate Visual Table In the Frontend From Your Query,you can enable pagination also.
  • Now has template system where user can select theme or they can step further by customize the looks using css and javascript or jquery.
Brought to you by :

Raghav 
Director 

Ravina Technologies
No.24 Pattamal Plaza
3rd Cross Kammanahalli
BANGALORE 560084 

09902035965

Get the Best from US !!

#RavinaTechnologies

Monday, 19 August 2013

Tech Lead / Senior Developers - Php

Tech Lead / Senior Developers - Php

Job Description:

Architect, design and develop server-side components (Security and Data privacy domain)
Hands-on implementation and development of server side code using PHP and Zend Framework
Integrate web-services and server code with client applications
Coach and guide team members.

Skill Set:
PHP application expertise
Excellent in Zend Framework
Good skills in Design and Product Architecture
Excellent in implementing Webservices
Good exposure to servers such as Apache Tomcat, IIS, Weblogic etc.
Should be able to program in C++
Key Words: PHP, Zend, C++

Qualification : BE / MCA

Experience: 6 to 8 years

Rush your cvs to raghav@ravinatechnologies.com

Wednesday, 31 July 2013

Installing Zend Framework 2.0

All,

Here is a quick guide to do for installing your ZF 2.0 in Wamp


Step

1 Install wamp, only the x86 version because the latest version of php is already most recent on x86 with wamp (usefull or mendatory to use PHPUnit). After installation, activate rewrite_module @ wamp icon in the task bar > apache > modules
2 Go to wamp > bin > php > php version folder, open the file php.ini and uncomment one line, usefull for the command line with composer.phar and others .phar (don't use the icon wamp in the task bar, it's not the same effect, one is for php as module of the http server, this other php.ini is for php as php application, only this change work for cli request).
extension=php_openssl.dll
3 Download composer.phar http://getcomposer.org/
5 Download and install http://getcomposer.org/Composer-Setup.exe to fix the windows path environment OR you can add yourself, type "variable path" in the windows search, hit "...system...", click "Environment variables" in the (just opened) window, search "path" in the list, select, then click modify, and add @the end of the line: ;C:\wamp\bin\php\php5.4.16 (change the values for your good version and path).
6 Follow the instruction if you use the executable (the only one thing requested @ the installation is to match correctly the wamp directory of php.exe like wamp > bin > php > php version > php.exe)
remark: if you don't need extra install, you can define the variable path yourself or use all phar command in your shell with .\ before the.phar, and the command line run correctly
e.g.
cd c:/wamp/www
php .\composer.phar self-update
7 After downloading, put composer.phar and zftool.phar to the www directory of wamp
8 Go to > wamp > bin > apache > apache version > conf folder, open the file httpd.conf and uncomment the line
Include conf/extra/httpd-vhosts.conf
9 Download and install the github/shell @ http://windows.github.com/ (or another shell)
10 Start your Git shell or your shell
11 command line now...
cd c:/wamp/www
php zftool.phar create project c:/wamp/www/zf2
cd ./zf2
php composer.phar self-update
php composer.phar install
12 Go to > wamp > bin > apache > apache version > conf > extra folder, open the file httpd-vhosts.conf and add
<VirtualHost *:80>
    ServerName localhost
    DocumentRoot "c:/wamp/www"
    SetEnv APPLICATION_ENV "development"
    <Directory c:/wamp/www>
        DirectoryIndex index.php
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>

<VirtualHost *:80>
    ServerName zf2.localhost
    DocumentRoot "c:/wamp/www/zf2/public"
    SetEnv APPLICATION_ENV "development"
    <Directory c:/wamp/www/zf2/public>
        DirectoryIndex index.php
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>
13 Open as administrator (right click) your text editor and open the file > windows > system32 > Drivers > etc > hosts and add the line
127.0.0.1   localhost
127.0.0.1   zf2.localhost localhost
14 Mendatory: Restart your computer OR console: ipconfig /flushdns + restart wamp
15 Start now your wamp server, open your browser and visit zf2.localhost - Welcome to Zend Framework 2 coders !
From now, it's a few step to start any project with zf2, just create the project with the step 11 (just choose another folder name) and also step 12 + 13 (just add a virtual host but just choose another folderpath name and another domain.localhost name)

Monday, 22 July 2013

How to create Chat Application for your Website

Chat-js | jQuery plugin for instant messaging

ChatJS is a full-featured, lightweight, Facebook style jQuery plugin for instant messaging.
This jQuery plugin has got the following features :-
  • Real time message sharing.
  • Automatically parses URLs and emoticons.
  • Automatically remembers opened windows across diferent requests (through cookies).
  • Triggers a sound notification when the user receives a message.
  • Indicates when the other user is typing.
  • Supports multiple chat rooms. If you have a multi-tenancy app you can create a room for each tenancy, for instance.
  • Supports multiple browser windows opened with the same session. They all get properly sinchronized.
  • Customizable texts. You can easily translate it to your language.
  • Both client and server code ready to be used for ASP.NET with SignalR.
Created by André Pena  you can download the app 
https://github.com/andrepena/chatjs/archive/chatjs-main.zip
For a customized chat solutions or any other Web Apps development talk to Raghav +91.99020-35965
or mail to raghav@ravinatechnologies.com

Sunday, 21 July 2013

Improving your Website Performance

Speed counts on the web, and by using CacheFly for your website you can deliver your website up to 10xfaster than traditional hosting.
   Whether you're looking to increase your revenue by increasing visitor retention, or trying to impress prospective clients, your success is based on your ability to impress your visitors. Over 60% of visitors said they would not return to a website which had slow-loading pages, and studies have shown that visitors make a decision about 'liking' a website within the first 5 seconds.

So... how fast is your website?

CacheFly makes it faster:
  • CacheFly's BestHop™ traffic management system delivers your content at blazing speeds by delivering your content from the 'edge' of the internet, placing it closer to your visitors.
  • Your content is always available. Guaranteed. So there is no need to worry about losing customers because of an ineffective server or network issues.
  • Offload images, flash, javascript and stylesheets from your origin infrastructure
  • Full support for gzip compression and expires headers
The load-time of your website affects your bottom line, period.

Quick facts about the critical impact of load times:
  • E-commerce sales losses may be as high as $4.35 billion due to slow download user frustration
  • Visitors who consider a website 'fast' will visit an average of 1.6x more pages than on a site they consider slow. That's60% more chances to close a sale, or a 60% revenue boost for advertising based sites.

Our customers gain a business partner who understands that performance is paramount. We are not in the hosting business; we are in the performance business.

CacheFly delivers over 20 billion hits per month, at speeds that leave even the fastest single-location hosts in the dust. For more on the subject visit their website - www.http://www.cachefly.com/website.html
For all your Web Apps Development Projects contact Raghav - Talk 99020-35965 or mail raghav@ravinatechnologies.com

Thursday, 11 July 2013

Creating awesome graphics using Google Charts

Developers

Here is a wonderful resource for the Developer community to use Google Charts for creating awesome Graphics for your Dashboards.


If you are looking for creating a high featured Dashboard get in touch with Raghav 99020-35965 or mail him raghav@ravinatechnologies.com

Ravina Technologies
No.24 Pattamal Plaza 
3rd Cross Kamanahalli 
BANGALORE 560084 

Get the Best from US !!

Wednesday, 3 July 2013

Web Apps Development - Angular JS

the goal of Angular “is to augment browser-based applications with model–view–controller (MVC) capability” and it does just that, providing a binding/MVC framework. That’s two-way binding, mind you. Delicious. With a structure as simple as {{ my data }}, you bind data to your page. The $scope service detects changes to the model and modifies HTML expressions in the view by way of controllers. Working in the other direction, changes to the view are reflected in the model. This removes the need for the vast majority of data-centric DOM manipulations many of us, myself included, take for granted when working with a library like jQuery.

Angular has the $http service and powerful directives that make it almost always unnecessary.” One thing is for sure, if you stick to Angular, the jQuery loops and explicit back-and-forth with the server will be absent from your code, since Angular provides such a succinct and clean method of achieving the same things.

Directives
Angular uses directives to plug its action into the page. Directives, all prefaced with ng-, are placed in html attributes.
Some common directives that come pre-built with Angular are:
ng-app: this is essentially the initial entry point of Angular to the page. It tells Angular where it gets to act. <html ng-app> is all it takes to define a page as an Angular application.

ng-bind: changes the text of an element to the value of an expression.
<span ng:bind=”name”></span> will display the value of ‘name’ inside the span. Any changes to ‘name’ are reflected instantly in the DOM anywhere the variable is used.
ng-controller: specifies the JavaScript class for the given action. Controllers are typically kept in external .js files.
ng-repeat: creates the very clean loop structures in your page.
<ul>
<li ng-repeat="item in items">
{{item.description}}
</li>
</ul>

effortlessly loops through each item in the collection.

I haven’t used them yet myself, but I have read that creating custom directives can be a tricky issue, something that takes some time to wrap your head around. Angular offers a video to help clarify
 the concept.  Visit their website <a href="http://angularjs.org/"></a>

Get in touch with us for building your robust Web Apps Development Call Raghav 099020-35965 or mail raghav@ravinatechnologies.com today for customized solutions !!


Tuesday, 2 July 2013

Website Review - IMCreator

IM-Creator is a new way to create your website: choose a design, insert your content and publish it to the world – all in one simple, clear and seamless process.

We initially built IM-Creator as a solution for our friends & family- they were in need of a website but the process frustrated them.
It was just too complicated, expensive and confusing- they spent time & money but many of them gave up even before completing the process.

We decided to solve it.

IM-Creator is all about making website building a simple and enjoyable experience, accessible for everyone.

Our team of web-design professionals and developers will make sure you always have the finest collection of web-designs, easiest editing environment and reliable hosting, all so you’ll have a great sustainable website.

IM-Creator is powered by Google & Amazon, creating robust and reliable foundations for your website.


How does it work?

Step 1 – Choose a Design: each month we publish dozens of new templates to accommodate your needs: portfolio websites for designers, photographers and artists, websites for business professionals, websites for restaurants and more. Check out our catalog and choose the design that will fit you best. All templates are wisely-structured and come with compelling and relevant content, so they’re pretty close to completion. Our goal is to provide you an “almost-done” site.

Step 2 – Customize: after selecting a design, you can start inserting your content – text, pictures, videos etc. It’s all very simple. Just click on the element you wish to edit and insert your content. IM-Creator will then adapt your content to the existing design, hassle-free for you.
All of our designs come with suggested structure and pages. However, you can always change it as you wish and add/delete pages. Simple and flexible.
If you encounter any issues when you create your site, click on the “support” tab and the IM-Creator support team and community will be there to assist you.

Step 3 – Publish: once you finished creating your website, you can connect it to your existing domain or purchase a new one. It’s a fast & easy process and at the end you’ll have a live, easy to update and Google-friendly website (you can even have your own email!)
Start now, creating the website is free.


IM-Creator for web designers:

IM-Creator allows you, the web designer, to provide a better solution for your clients.  Through our tools, you will be able to design websites faster without the need of expensive developers. In addition, you will be able to provide your clients with simple & flexible tools for them to freely update the website. The tools and designs are all provided free for your use.
As a designer, you will be able to offer your clients to choose an existing design from our catalog or create a brand new one. After, your client can log in, insert his or her content and you will be able to focus on the design.
In any case, you won’t need to deal with HTML coding or any of the technical aspects of hooking up the site to a domain and hosting.

For awesome webdesigns and highly complex Web Apps Development get in touch with Raghav 09902035965 or mail raghav@ravinatechnologies.com

How to - Building your company page in Linkedin

Market your business to the LinkedIn community by creating a LinkedIn Company Page. Raise awareness of your brand,  promote career opportunities, and educate potential customers on your products and services.

Click on the link below to get started to build your Company Webpage on Linkedin and how you can greatly benefit your business by having your presence on Linkedin Company pages.

http://www.marketing.linkedin.com/company-pages/

If you are looking at expertise in customized building of your company web pages and get the best from it - Call Raghav 099020-35965 or mail raghav@ravinatechnologies.com

Ravina Technologies
No.24 Pattamal Plaza 
3rd Cross Kamanahalli 
BANGALORE 560084 

Get the Best from US !!




Thursday, 27 June 2013

Customized Shopping Website Development

No two eCommerce stores are the same. Every online retailer has unique requirements, unique clientele and unique goals. We believe that in creating custom solutions that fit your business, we can generate a user-friendly experience that will contribute to the continued success of your business. Whether it be convenience, speed, social connection or product reviews, the list of desired custom features is long and we can do it all. We analyze your requirements, design a solution, create a plan, and deliver a fully developed solution.
Ravina Technologies provides rich, flexible, scalable eCommerce solutions that are designed, developed, and tested to meet your unique business requirements.  Our team has expertise to handle complex websites with greater functionalities and features for our clients.  
Get in touch with us today for your eCommerce / Shopping Portal development projects.
Raghav 
# 990.203.5965
 
Ravina Technologies
No.24 Pattamal Plaza 
3rd Cross Kamanahalli 
BANGALORE 560084 
 
Get the Best from US !!

Wednesday, 26 June 2013

Building Your First Web Application using Yii

To give you an initial experience with Yii, in this section we describe how to create your first Yii application. We will useyiic (command line tool) to create a new Yii application andGii (powerful web based code generator) to automate code creation for certain tasks. For convenience, we assume thatYiiRoot is the directory where Yii is installed, and WebRootis the document root of our Web server.

http://www.yiiframework.com/doc/guide/1.1/en/quickstart.first-app

If you are planning to develop your Web Application get intouch with us today 

Raghav 99020-35965


Ravina Technologies
No.24 Pattamal Plaza 
3rd Cross Kamanahalli 
BANGALORE 560084 

Get the Best from US !!



Monday, 24 June 2013

Export MYSQL to EXCEL / CSV via PHP

Friends, 

Please go through the source code and use it for our upcoming projects This will help us to down load the data from MySQL Database.

http://snipplr.com/view/46808/


#RavinaTechnologies

Purpleframe Technologies

I had the privilege of meeting up with Mr Vinod Chithambaram, COO of Purple Frame.  His profile is given below :
Services :

Services

Purpleframe offers end-to-end learning solutions, media, and technology services. In a world that innovates every second, our team's consistent creation and delivery of dynamic, relevant and engaging content, is what forms the crux of our company.

Our commitment to quality, and a process-oriented approach supported by cutting-edge technology, ensures precise and creative solutions for communication and learning needs in the fields of education, entertainment, edutainment and infotainment.

Our range of services spans across verticals, such as, Education, Human Resource, Aerospace, Engineering, Information Technology, Manufacturing & Automotive, Gaming, Web, Banking and Healthcare, to name a few.
For more info log on to their website http://purpleframetech.com/index.html 
From
Raghav 
# 099020.35965 
 
Ravina Technologies
No.24 Pattamal Plaza 
3rd Cross Kamanahalli 
BANGALORE 560084 
 
Get the Best from US !

Working on a project using php + mongo db - looks interesting

We have got a School Management Software to develop purely on Php suing Mongo as Database.

MongoDB (from "humongous") is an open-source document database, and the leading NoSQL database. Written in C++, MongoDB features:
Document-Oriented Storage »
JSON-style documents with dynamic schemas offer simplicity and power.
Full Index Support »
Index on any attribute, just like you're used to.
Replication & High Availability »
Mirror across LANs and WANs for scale and peace of mind.
Auto-Sharding »
Scale horizontally without compromising functionality.
Querying »
Rich, document-based queries.
Fast In-Place Updates »
Atomic modifiers for contention-free performance.
Map/Reduce »
Flexible aggregation and data processing.
GridFS »
Store files of any size without complicating your stack.
Professional Support by 10gen »
Enterprise class support, training, and consulting available.
For more details about the db http://www.mongodb.org/
If you are planning your project using Php and Mongo DB get intouch with us today !!
Call Raghav 99020-35965
raghav@ravinatechnologies.com

Sunday, 23 June 2013

Website Review - Online PDF Converter

Ravina Technologies
We are glad to introduce about us. We are a complete Web Solutions Company focused on building awesome websites.  We work on Static, Dynamic, and eCommerce Websites.  Our Team has built more than 100's of Websites earning laurels from our delighted customers.
We do online promotion and partner with Google for our suite of web promotions including Pay Per Click (PPC) and Search Engine Marketing Services for our clients.  Most of our web development projects were done for our US clients and we have started our Indian operations only recently.
About us
Ravina Technologies is fastest growing Web Design company having marquee clients. We have been working with clients on the latest technologies and giving the best customer satisfaction.
Infrastructure :
We are located very near to the M G Road and is accessible being near to Ring Road. Our is a enabled office with latest Intel i5 Desktop and Laptops given to employees to have enhanced productivity. The broad band internet ensures 24 x 7 access to the web all through the year !  With 100% back up our team works on projects with cutting edge open source technologies giving best of the solutions.

Website Review :

From :

Baltsoft is a development studio passionate about brand, the web, and application experiences

Baltsoft Software is an information technology company founded in 1997 and specializing in the development of high-quality software for businesses and individuals. Its family of products include MakeSurveyOnline PDF ConverterConvert CenterEncrypt EasyConvertApi and Web2PDF Converter which are consistently recognized in the IT world,having seen the highest customer acceptance over the last ten years.

Bought to you by - Ravina Technologies
For all your Web Design, Web Development, Web Apps Development, Drupal Development, Wordpress Development Call Raghav 99020-35965 or mail raghav@ravinatechnologies.com