Search:

Type: Posts; User: Brunon

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    22,013

    Re: Mobile friend theme or plugins for Wordpress

    I do not think a plugin can help you much here. Compare to that mobile friend sites are more better. In many themes you can get this feature for free. I am using SuperNova. Just recently I added this...
  2. Replies
    6
    Views
    763

    Re: Best resources for learning Drupal

    Just don’t depend on books if you want to get best site out of Drupal, here are some blogs names where you can find informative video tutorial regarding Drupal.
    Rundrupal
    Drupalcoder
    Socialseo...
  3. Re: What qualities should a software development kit must have?

    If you do some research on software development kits then you will find that many of them provide feature for automatic testing of code every time you add some new content to it. They will provide...
  4. Replies
    9
    Views
    941

    Poll: Re: CakePHP vs. Ruby on Rails

    Another problem that Ruby on Rails faces is the deployment of the website along with the Apache servers. This feature is properly developed and easy to use in CakePHP. Many people still depend on the...
  5. Poll: Re: Unity 3d vs. Unreal Development Kit vs. CryEngine 3

    I think that Unreal Development Kit provides better features needed to make a game. As we saw in Bordelands and in Borderlands 2, how the graphics have been converted into comic like figures. The...
  6. Re: Getting error when opening excel file using a VB script

    As far as I can understand I do not see any mistake or error in your vb script code. For opening the excel file the code is proper and fine. It would be much better if you let me know how exactly you...
  7. Replies
    9
    Views
    663

    Re: What is a lifecycle of a computer?

    After all the planning is done, the software developers have developed a structure for a software the software developers plan how to execute the planned software. Here planning is done for the...
  8. Replies
    2
    Views
    1,100

    Re: Frequently Asked Question about IIS Server

    I have some information about Web Service Extensions and I would like to share here. The Web Service Extensions is a lockdown feature of ISS 6.0 and The Web Service Extensions folder is an user...
  9. Re: Mac OS X 10.2.8 running on old Apple PowerBook G4

    A very important before and after upgrading to 10.2.8 should do an fsck and repair permissions to prevent a disaster. To make the fsck must do the following: boot your computer and when you hear the...
  10. Replies
    6
    Views
    1,235

    Re: Need help for corrupted online MSDN Library

    Very first thing that you need to do is to clear the hisry of the browser and cache. Along with this, you can also clear the cookies, active logins as well as site preferences. Once this is done then...
  11. Re: How to check all the checkboxes by using JavaScript?

    There is no need of having 2 functions rather than that of single function need to check or uncheck all the checkboxes of yours.


    <body>
    <input type="checkbox" name="chk1"...
  12. Poll: Re: Which is the best technology for web development

    the basic html is essential then the use of CSS, then for the building the site the php, flash, javascript, java, asp for more use. Php, javascript ... rely on concepts of programming. For this,...
  13. Re: How to modify scan code of WDM keyboard filter driver

    As I know that the scan codes are reported like single bytes inside the EYBOARD_INPUT_DATA array. This array is passed to the service callback routine (I am assuming that the filter below kbdclass). ...
  14. Replies
    7
    Views
    1,684

    Re: Will using iFrames hurts SEO

    In terms of SEO, the use of frames is undesirable. Frames do not work with links. At the same time, if the link is from one frame to another, it can be a serious problem for the search spiders. In...
  15. re: Is there a way to protect auto bloggers and articles Copying?

    There are online tools that allow us to locate where it appears our web content, such is the case of Copyscape , which works as a search engine in which the url from the original content, provides...
  16. Replies
    6
    Views
    1,642

    Re: Which type of content is easiest to crawl?

    As far as I know about this there is no certain condition for the content to be crawled or that type of content will not be crawled. That important is that the content should be fresh . it should be ...
  17. Replies
    2
    Views
    1,503

    Re: Object oriented programming with java

    Array is mainly significant thing in any programming language. Array is a fixed memory allocation and this will assign the memory for same data type sequence. Array contains multiple values of same...
  18. Thread: Error in Excel

    by Brunon
    Replies
    2
    Views
    773

    Re: Error in Excel

    Bala,
    Did you resolve your DClick problem at all? I ask because I am getting the same error when I publish a document to Sharepoint Team Services - doesn't happen under any other circumstances:...
  19. Re: is there any possible way to create a Hover Button on Joomla

    first of all i would like to say some related information about your topic. you may be knowing this but it will prove very helpful to others . As Joomla allow s user-edited hypertext markup language...
  20. Re: How do you create a computer virus for windows 7

    Actually doing this is not right because it annoys the person very much. But as your friend does it with you than you must have some trick to do that too. I have also seen the many videos about how...
  21. Replies
    6
    Views
    1,331

    Re: Are HTML Tags available in Hindi

    You are taking the same from wrong side. HTML tags are not in Hindi. They are universal codes which are used to develop a site and it does not matter what language you know. You can develop website...
  22. Replies
    6
    Views
    1,833

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

    You can use fseek to move the file.


    int fseek (FILE * stream, long offset, int whence);
  23. Replies
    10
    Views
    1,886

    Re: How to generate a WAR file ?

    I have two suggestion for you

    Either you create your build.xml Ant pout generate a war but not dynamic way.
    Either you join the Ant API to dynamically generate a war in your program. But...
  24. Replies
    4
    Views
    1,991

    Re: Why we use \n in "C" language?

    Welcome to IT. Its a small mistake that you did. You have placed the \n in the end and because of that the pointer of goes to next line after printing the entire output. If you want break after each...
  25. Re: How to manage and organize the web application in appropriate way

    If you ask me, I myself working on the project and use nearly about hundred of PHP files which I think will reach about thousands of file at the end of the works and this all time I just...
  26. Replies
    8
    Views
    1,903

    Re: Why use PHP to build a Website

    According to my information, this is the good to create the Website using the PHP because there are many of the good features available with this language.

    The first thing is that it Works Great...
  27. Replies
    4
    Views
    1,959

    Re: How to translate VLC into Hindi language

    As far as I know about this the vlc media player is available in many languages but as you are looking for the hindi language then I would tell you that vlc media player is not available in the hindi...
  28. Replies
    10
    Views
    1,482

    Re: Where to start in web design?

    CSS can be built-in in the HTML files if you desire, otherwise they can be prepared in apart files. bigger sites will stumble on that using separate files is extra practical as altering the CSS in...
  29. Replies
    5
    Views
    2,027

    Re: How to run Perl script on Mozilla Firefox?

    Looking at the matter I wanted to know following details to so that I can help you out.
    What is the content of the pop message? Is the message is coming from the Firefox?
    Are you trying to run...
  30. Re: what is keyword stuffing and what is the benefit of it?

    I will like to inform you that it comes under the black hat seo and keyword stuffing is basically creating a number of same keywords and then using them in a single statement and it is also...
  31. Replies
    3
    Views
    1,011

    Re: Is Nokia Lumia 800 better than Nokia 710

    It is possible for an individual to find all the information on the nokia sites, because the Lumia 800 is marked over the starting page of each main Nokia website. It must be possible that several...
  32. Replies
    3
    Views
    5,473

    Email button in Internet explorer 9

    I had recently downloaded the Internet Explorer9 on my laptop. Internet explorer is having much additional features than all other explorers. Internet Explorer9 supports CSS properties, well improved...
  33. Screen Resolution on my monitor not proper with Sandy bridge i3

    My laptop consist of Gigabyte motherboard with nVidia GT graphic card. Recently, I am using the Digital Video Interface which is a very popular interface for video interface. I had built a Sandy...
  34. Replies
    4
    Views
    1,151

    No video out in ATI radeon x1900 gt mac

    I am using a computer which consists of the MAC g5 which was installed quite earlier.In the beginning counterstrike game was running with 60 frames/sec.After that I updated the ATI Radeon driver. I...
  35. Replies
    4
    Views
    1,680

    Core Questions for Mechanical Engineering

    Hello, I had gone for an interview at J.B Steel company. At first there was an aptitude test, which was cleared. After that there was a GD round which was also cleared. And at the last there was a HR...
  36. Re: MSI Wind U100 with UNR Not Working Properly With Realtek RTL8187SE driver

    Hey thank you for the information that you have just given to me. I have just made the use of the Synaptic Package and it has been working out for the connection of the wireless network in the...
  37. Replies
    5
    Views
    1,403

    Re: Unable To save Game In Dragon Age II

    Hey thank you for the information that you have just given to me, I have not been able to save the files properly in it because of the only reason is that, I have saved the game in the drive of C and...
  38. Replies
    5
    Views
    1,020

    Mermaid collection In treasure Isle

    I have been playing the game of Treasure Isle, and there are no option of the mermaid outpost and it rarely come up. I've played the island twice already and am still missing one. I give up; the gold...
  39. Replies
    5
    Views
    1,999

    Setting Up APC Smart UPS 1000 In Windows 7

    I have been using the Windows 7 operating system and also I have got the device of APC Smart UPS 1000 for the power supply of the system that I am using. I just wanted to do the set up of the UPS in...
  40. Replies
    5
    Views
    1,323

    Video updates For Nokia E7

    I have just got the new phone of the Nokia E7 and it seems that Nokia E7 is not supporting the subtitles or the files which are of the format of the .MKV files like N8 is having. I have no idea that...
  41. Firefox 4 RC version to be Launched by March 9

    I have been using the Firefox of lately and have been using it for the purpose of browsing and also for the getting all the information that I wanted from the net. I have been using it and now just a...
  42. Does Anyone know about Lava B8 Business Phones

    I have been using the phone of Lava recently. And I have got myself the phone of Lava that is called the B8 business phones. And also it is that I have been using the business phone but the thing is...
  43. Replies
    4
    Views
    579

    Leaking of the Source Code In Kaspersky

    The trendy suite that is being used for the Antivirus Kaspersky seems to have had its source code leaked online in the site of the torrents and file sharing sites. And also according to the...
  44. Replies
    4
    Views
    804

    WD5000AAKS HDD Keeps on Restarting

    I have got the system of Windows 7 along with me and having the HDD that is of Western Digital WD5000AAKS HDD that is of 500 GB. Also I am using the option of the graphic card along with it that is...
  45. Does Any One Know About Crysis 2 Launch Date

    The game of the Crysis is one of the best games and I have loved playing this game in the computer system that I am currently using. I have the configuration of 1TB hard-disk, along with the graphic...
  46. Replies
    4
    Views
    708

    Is iPhone 5 Going to feature A5 processor

    I have been using the iPhone since 3 yrs and have got some of the better experiences of using this phone. I have never used any other phone other than that of the iPhone, but the main problem is that...
  47. Using S/PIF Header For Gigabyte GA-MA74 On Ubuntu 10.04

    I have just got the Gigabyte GA-MA74 on the system of the Ubuntu and also it is that I have been making the use of the DIY Coaxial S/PIF for the header outputs that is being given out through it...
  48. Want an application to track the score of basketball in iphone

    I have got an Iphone with me, I had bought it from the showroom, I had bought it after my cousin had purchased the same , his was working fine , but mine is not ,even if he had purchased it 4 months...
  49. New Launch Of Airplane SBSettings Toggle For Cydia

    I have an iPhone 3GS JB that works very well and has got one of the best operating systems that are being used in it. Also I have the unlocked version of the Ultrasnow in it. I have been noticing out...
  50. Replies
    5
    Views
    469

    Relentless virus on my laptop

    My laptop had a virus from many days at first a popup will appear on the right side of my screen showing a message of hard disk full and afterward its started showing me antivirus security popups and...
Results 1 to 50 of 73
Page 1 of 2 1 2
Page generated in 1,711,613,276.23609 seconds with 19 queries