Search:

Type: Posts; User: Gowri

Page 1 of 3 1 2 3

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    21,722

    Re: Mobile friend theme or plugins for Wordpress

    Wordpress has lots of plugins for that. But WPTouch is quiet nice. I am using this on a client site. He has a static site that is based on his company profile. He never updates any content on that....
  2. Replies
    5
    Views
    2,293

    Re: How to dump stock rom of any android phone

    The most simple and fastest way of doing this is by rooting and using a cust0m boot loader to pull the stock rom. Like TWRP. But you will loose the device warranty. This will help you to backup your...
  3. Re: How to use Microsoft Webmatrix for making website

    The good part of using WebMatrix is that it is a free tool. You dont have to pay anything for the same. It is lightweight and comes with cloud integration. That means you can access your code from...
  4. Replies
    3
    Views
    927

    Re: Need a bit information on Javascript Object

    The best thing I can recommend you is to start with a java guide. You can get a ebook that has all information which is required to learn about the same. Download a good ebook that has starter...
  5. Replies
    8
    Views
    1,620

    Re: What is JAVA BufferStrategy and how it works

    Bufferstrategy here take care about the video memory usage. It allows the hardware to take complete advantage of double buffering or page flipping. Some kind of animated effect on the web. The class...
  6. Replies
    4
    Views
    803

    Re: Best book for learning Ruby on Rails

    I think you can find those books on Google Ebook Search. I think there are ample of books available that can help you in learning Ruby. It is a bit complicated framework to understand it deeply but...
  7. Re: What qualities should a software development kit must have?

    A software development kit should provide a good control over the management of the versions of the supporting softwares. Now that you are developing software, you should be aware what operating...
  8. Poll: Re: Unity 3d vs. Unreal Development Kit vs. CryEngine 3

    I have never seen CryEngine’s any version being used to develop fantasy or out of the world graphics. All I have seen is the realistic graphics and some industrial type of graphics. Using the...
  9. Re: How to get a Java Program output in Tabular format

    If you have been able to code the entire program successfully then I don’t think you should face any problem while preparing the format and coding for the resulting output. Obviously if you try to...
  10. Re: Good Bug Tracking system for Software Development

    I will suggest you to go for The Bug Genie, you can get their latest version which is 3.2 I guess. It provides the below features for Project management and Issue tracking:

    Project management – ...
  11. Replies
    9
    Views
    1,111

    Re: Good Resources for Android Development

    Once you start developing you will encounter many problems which will stop your work. Some of these problems might be the common ones; some might be one which no one had ever encountered. So you must...
  12. Re: Unable to copy from Photoshop and past into Dreamweaver

    I dont know what could be the reason behind this problem but but you must know that the option of the Copying and pasting images from the Photoshop is only available in the Dreamweaver CS4, it...
  13. Re: Exporting or importing global variables from a DLL to an EXE

    Well I think you are correct. It is normal practice, to create a function and passing appropriate value so that function which you had declared and defined could give , proper results. If you are not...
  14. Re: How can I use simple URL picker in SharePoint 2010

    There is a Plug in called "jQuery tree view" that will help you for sure. But that alone will not work in this case. You will need to use the Sharepoint client object model as well. It makes it...
  15. Re: Media Center removed in Windows 8 and available in Windows 8 Pro

    Well to be frank the Windows 8 and Windows 8 Pro good move there easy and clean. However Windows RT? How does one even market that? Oh, and thank goodness those awful logos are not on this...
  16. Replies
    6
    Views
    1,234

    Re: Need help for corrupted online MSDN Library

    Here are several ways to circumvent the problem.

    Update the driver: Contact the manufacturer of DVD-ROM to see if an updated driver is available. Contact your hardware manufacturer before...
  17. Re: How to check all the checkboxes by using JavaScript?

    In general situation when you are supposed to output data from the database row and adding the same into the checkboxes at the end of every single row is selected or deselected. According to me...
  18. Replies
    5
    Views
    1,439

    Re: Need information on Active Directory

    You can try this and I hope this will help you to solve your issue:


    private static Collection<string> GetDirectReportsInternal(string ldapBase, string userDN, out long elapsedTime)
    {
    ...
  19. Replies
    6
    Views
    1,373

    Re: Windows Movie Maker or iMovie

    Two necessary factors are the high value of software and interface software newbie confusion. employing a additional graphical interface, developers have moved removed from programs additional...
  20. Replies
    8
    Views
    1,106

    Re: Suggestions for making good Photobooks

    I suggest MixBook it is an application to create photo albums in a special maner, as it boasts many designs, so your album will be great. With MixBook create your photo album is very easy since you...
  21. Re: Need help on making the main class use the module for Theatre reservation program

    Well I saw the code and there is a basic mistake that on the if statement, it must read 'PrintSeats();', not 'printSeats();'. Java is case sensitive. Do that abs see if that help you...
  22. Re: Need help on making the main class use the module for Theatre reservation program

    I like to tell you that change the line if (seatAvail[crownum-1][cseatnum-1]=="Open"); with the if (seatAvail[crownum-1][cseatnum-1].equals("Open"))
    And also you should put all the need...
  23. Poll: Re: Which is the best technology for web development

    The markup language XML can also be the basis for a web page. The XML file will contain the contents of the webpage. This file will be linked to an XSL (XML Stylesheets) that will format the data in...
  24. Re: getting red underline under "if (IsAuthenticated)" Error on Line 19 in asp.net program.

    I made some changes and it was solved in my case. I made some changes in the

    public bool IsAuthenticated(String domain, String username, String pwd)

    TO

    public bool...
  25. Replies
    5
    Views
    1,570

    Re: How to get free unique content for the website

    For your content, several possibilities either you pay a copywriter, you either write yourself. In two cases it takes time and it can be expensive depending on the volume, but here's a little trick...
  26. Replies
    6
    Views
    1,640

    Re: Which type of content is easiest to crawl?

    The content that is new , unique as well as original. If that what you want to know , or if you consider that content with the text, images, videos in addition to other things then textual content...
  27. Replies
    4
    Views
    1,699

    Re: Windows media player error on sample music

    I was also having this similar kind of issue with Windows Media Player and found out that the problem was caused due to some nero plugin in the media player. So I uninstalled the same plugin from the...
  28. Re: How to install pending system files of windows 2000

    I have completed no decision to upgrading to no matter what. The CD is not bootable. On the other hand, the product key is printed on the CD. Why might I not have encompassed it. The Windows XP...
  29. Replies
    9
    Views
    2,637

    Re: Windows vista system restore is not working

    I too have a problem restoring my computer on I understood what to do but I do not know where the file system tools menu. And then what should we do?
  30. Replies
    3
    Views
    3,092

    Re: How to run java applet program using cmd

    To run any of the Applet program, you have to follow this simple steps:

    The first thing you have to do is to save the applet file and the html file in the same folder.
    Then you have to compile...
  31. Replies
    4
    Views
    1,140

    Re: Need help to run java compiler on windows

    Follow below process for setting java compiler file as a global variable.
    Go to property window of my computer.
    Then hit the advanced tab and click on Enviornment variables button.
    After that...
  32. Re: is there any possible way to create a Hover Button on Joomla

    according to me i suppose that you are making use of Tiny MCE Editor. Open the plugin Editor - TinyMCE for edit in the Plugin Manager and there you should have a set for the parameter Functionality...
  33. Replies
    6
    Views
    1,833

    Re: Read one line at a time using fgets in C

    here i have some example for this, so just check this:
    Example 1


    <Php
    $ Line = fgets ($ filehandle, 4096);
    ?>

    Result:
  34. Replies
    6
    Views
    1,329

    Re: Are HTML Tags available in Hindi

    In html you will need to write every code and pages. Use wordpress and add a hindi language support. I had seen many people using multilingual websites on wordpress. It is much easier on wordpress....
  35. Replies
    9
    Views
    1,103

    Re: Need help with spring mvc project

    If you can understand the form of a web application then this is a bit easier job for you. You might be using JAVA surely and you will need a application server like Tomcat with it. I will at start...
  36. Replies
    6
    Views
    1,833

    Re: Read one line at a time using fgets in C

    The fgets function reads a line of data from the file pointed to by the file handle of the file pointer. The filehandle must previously fopen have been created (see Example 2). The readout of the...
  37. Replies
    10
    Views
    1,886

    Re: How to generate a WAR file ?

    war is also known as web archive, it's the same principle as WinZip we group files by compressing and making a record, I think the war will be accepted only for deployment on web servers, so ...
  38. Replies
    10
    Views
    2,093

    Re: How to make a simple Android game

    I advise you Unity3D.In its Pro version you can export to Android, iPhone and many more. Otherwise, your best bet is to dive into the Android SDK which is apparently quite difficult , and OpenGL ES...
  39. Replies
    6
    Views
    1,529

    Re: What are the benefits of using Meta Tag?

    According to my experience, the Website most important tag is the TITLE Tag and the META Tag, because these only determine the main information about your Website to the search engine, which make the...
  40. re: Windows 7 not working in the Gateway C-140XL tablet

    Before I suggest you with the issue of yours I would like to know from when you are facing this issue and what have you tried doing with.
  41. Replies
    2
    Views
    1,342

    Re: database variables calculation in ruby

    I found a help guide on ruby that can help you for this. The programming guide linked below has in detail information about ruby programming and its Classes, Objects, and Variables. I will recommend...
  42. Replies
    10
    Views
    1,478

    Re: Where to start in web design?

    I started like you with an academic background in graphic arts, and some understanding of HTML. Now I'm a freelance web designer and graphic artist, and I have to say the money on the website is...
  43. Replies
    2
    Views
    1,286

    Re: Basic Java question

    I am not getting what incorrect you have done but still i would like to recommend you that you should try to execute this program as i have tried it and worked well. :P


    public class...
  44. Replies
    5
    Views
    1,226

    Re: Nokia not supporting adobe flash 10.x

    Nokia preinstalls the majority of the phones as Adobe has twisted the Flash Lite players for Symbian. the Flash player is not the full version, suitable for PCs .i also don’t know the why they...
  45. Re: Noob question - phpadmin search and replace sql query - Please HELP

    Don know if i am correct over here i would advise you to check the following code



    UPDATE wp_posts1 SET post_content1 = REPLACE (post_content1, 'old link', 'new link');
  46. Replies
    1
    Views
    1,039

    Re: C/C++ code for this condition.

    For this, I will recommend you to use some guide of software that works on gui mode and can help you to create the program easily. Writing code for the same will consume time. There are very rare...
  47. I am looking for motherboard drivers for asus p5sd2-fm/s

    I want some help to locate drivers for asus p5sd2-fm/s. This is a quiet old board. The pc is in my office. It runs a basic accounting software to manage petty cash. I want some help here to find the...
  48. How to reformat the dvr hard drive and use it in pc

    I have a DVR which has stopped working. It is not reparable. Now it has a hard drive in it. I want some help to use it in my pc. This would help me to extend the space. The entire unit is not working...
  49. Which is better gorilla glass or multitouch on Lenovo ThinkPad x220t

    What will be a good choice for Lenovo ThinkPad X220T screen. Will be good to go for a multi-touch or should I stick with Gorilla Glass. I am unable to get a bit clear information on the same. I am...
  50. Replies
    5
    Views
    1,055

    I am not able to use z4root on droid 2

    Several idea how long the procedure takes. I had acquire a brand innovative x yesterday with the most recent software. I downloaded and have comprised z4root working with on the phone at present and...
Results 1 to 50 of 105
Page 1 of 3 1 2 3
Page generated in 1,710,847,033.02413 seconds with 23 queries