30
Sep

TIS India launches 2 new Web Designs

TIS India, the eminent website designing company from India has launched new designs for two websites according to the latest trends and techniques. These newly designed websites are aimed to give a closer look to their themes and far more appealing. Both of the websites have “nature” as the theme but the working is different as the one is a travel website and the other one is a manufacturer.

web design - ranthambore national parkRanthamborenationalpark.com is a travel and tour and wildlife tourism themed website. Earlier the website had a dull look which couldn’t appeal much to the travel enthusiasts. TIS designers first of all decided to make the website more relevant with wildlife and travel loving people. Hand-sketching technique gave a great help while redesigning process. Table less designing method made it compatible with web 2.0 and After the designing the content is prominently visible and the overall layout truly paradigms the dense forests of India.

“I am really happy with the resultant website designs. The website really looks how I always wished for and imagined. It’s just great like seeing your imaginations getting real. I must say these people have done great job and really are the web designing masters”, says the delighted owner of ranthamborenationalpark.com.

solar infra - web designsSolarinfra.com is a manufacturing themed website and the client wanted to make it simple yet impressive. To keep the informative theme of the website, TIS designers used the best sober images. Also, the name of the website that is solarinfra is well defined through the banner content and intro. After designing, the website is very impressive and still stays away from senseless show offs! The website really looks as it was conceived by the client.

We needed unique approach for both the websites keeping the website theme sensible, appealing and modern in looks. We used the most advanced technologies to reinvent these websites like hand-sketched designing, table less designing, web 2.0 compatibility and lots more. The best thing is that clients have been very satisfied with the optimal quality and the most innovative work in the industry,’’ says the designing head at TIS India.

The entire team of TIS India is delighted to see the overwhelming response and feedback on these new designs too like our other design works. These new designs have been globally acclaimed by the experts, webmasters, clients, internet users and so on.

View more web designs.

Browse our Web Designing Services for web 2.0 based, W3C validated, innovative, table less and e-commerce web designs.


18
Sep

Upload files through ftp

Here we will see how we can upload the files from localhost to any server.

Before that we need the following details to upload the files through ftp.

a) Address of ftp server like myserver.com or ipaddress like 202.70.170.158

b) Username of ftp.

c) Password of ftp.

Now see each step to upload the files.

Example:

$file = //Filename which will be uploaded.

$myFileName = $_FILES[’Filedata’][’name’]; //Retrieve file path and file name

$myfile = $_FILES[’Filedata’][’name’]; //extract file name from path

$destination_file = "/".$myfile; //where you want to throw the file on the webserver

// connection settings

$ftp_server = " "; //address of ftp server (leave out ftp://)

$ftp_user_name = ""; // Username

$ftp_user_pass = ""; // Password

/*$ftp_server = ""; //address of ftp server (leave out ftp://)

$ftp_user_name = ""; // Username

$ftp_user_pass = ""; // Password*/

$conn_id = ftp_connect ($ftp_server); // set up basic connection

// login with username and password, or give invalid user message

$login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass) or die("<h1>You do not have access to this ftp server!</h1>");

$upload = ftp_put($conn_id, $destination_file, $file, FTP_BINARY); // upload the file

if (!$upload) { // check upload status

echo "<h2>FTP upload of $myFileName has failed!</h2> <br />";

}

else

{

echo “Uploaded successfully”

}

ftp_close($conn_id); // close the FTP stream

If you have any related query, please submit it in our FAQ section, we will try our best to get it solved by our expert Web Developers.

For specialized Web Development Services, visit TIS India, Web Development Company.


08
Sep

TIS India, Web Design Company relocates to a new hi-tech IT city

TIS India, one of the leading website designing, web development and SEO company relocates itself to the prominent corporate venue in the national capital region of India. This has been another reason of celebration after the success in Alexa rankings to be listed amidst top 100,000 websites.

The shifting is made to accommodate the expanding staffing and modernizing infrastructure to meet the drastically increasing client needs and international standards.

TIS is growing and to keep fueling this success rate, we needed better and modern place to work in. The new office fully equipped with modern infrastructure will provide us the new boost to work better and serve higher quality and that also at greater speed. We are looking forward to create a new history of success under a new roof, says Business Manager, TIS India.

New TIS India office is fully equipped with modern equipments and has a world-class interior. Apart from the looks, TIS India staffs will now work with high quality systems along with the speediest inter-connections. In addition, staffs are now provided with all the basic facilities to lessen their work pressure and make work fun.

TIS management along with shifting has decided to work with newer and modernist strategies. This step is to append TIS India’s value in the market and brand image amidst clients!

The entire team TIS is looking forward to begin a new era of success! The team is pretty enthusiastic and has pledged to carry on their high performance and serve its clients best.

Visit TIS India for Web Designing, Web Development and SEO Services.

03
Sep

Google Chrome Browser

Google Launched its Latest Browser called Chrome (BETA) for windows, which claims to have features like lightning speed, thumbnails and desktop shortcuts for web applications. In this world of internet where we do spend a lot of our time in browsing, chatting and emailing has much to do with such Browsers and when these things are offered by a company like Google then people can resist to talk or download about such things. Presently Mozilla Firefox, internet Explorer and other Browser like Opera are sharing the major part in Browsers available as Free Open Source.

Google Chrome was in News much before its Launch and we were waiting too to Test and Compare it with other Browsers. So, here’s the Test and its result :

We installed Chrome on a PC with 3Ghz Pentium Dual Core Processor CPU with 1 GB of RAM , 250 GB SATA Hard Disk and XP SP 3 running on it. We surfed few flash and Java Script based websites and found that Firefox 3 was relatively slow and with Internet Explorer page download was even more slow but surfing with Chrome was "Great"!. Instead of sites appearing in break up like text appearing before images and all that, these sites appeared in a quick flash in Chrome. A java script benchmark revealed that it was not just our perception as test showed that IE 7 took somewhere around 56,161 milliseconds, Firefox 3 too 13,453 milliseconds and Chrome took just 3,878 milliseconds. We will add this that this Test was done on an old PC and newer one could even serve better results. Now talking about Gmail, most used web based email client, we tested this too in this Browser and found that Gamil was running Twice as fast on Chrome as compared with Gmail on Firefox. With this kind of speed and better surfing experience, you must be thinking to try this so, Download this Google Chrome Browser here: Download

03
Sep

Google Suggest became part of Google.com

Google has rolled out Google Suggest as a default feature of Google Home Page. For example if you type internet into the query text box then Google will automatically show up its related suggestions like Internat explorer, internet speed,internet radio and other such results sorted according to the most searched ones. 

Google Suggest which was started in the year 2004 has auto compelete feature to provide related suggestions.Google Suggest has the following features like

 1) It  helps formulate queries, 2) It reduces spelling errors, and 3) It saves keystrokes.   

Hope these feature will be useful and will not be annoying in the long run during daily usage.