thesis

Need help to compile latex document using a private compiler with LaTeX Lab

I'm using latex and recently an online latex interface to Google docs was released: http://docs.latexlab.org/docs For the most part this online latex compiler is great and I can get a document such as this to compile: \documentclass[12pt]{article} \usepackage[utf8]{inputenc} \usepackage{amsmath} \title{\LaTeX without extra usepack...

Thesis theme adding a div

How do I add a div between the header area and content area of a thesis theme. What is the code I need to write in custom_functions.php file to do this? If that's not the place, where do I need to make changes to get this done? ...

Is there already a known algorithm that does the same as mine? Geolocation/people proximities

I am writing my Bachelor thesis about a Dynamic Carpooling service. It uses air-to-air distances, as I could not find resources to have a system using maps and routings. I am interested to know if there already exists an algorithm that does the same as mine. I know that my algorithm is very simple. I just would like to know if I have re...

Add php element to custom page in Wordpress

I'm trying to customize a wordpress page to include an iframe which give the users a link to there download. We're using wordpress 2.9.2 with the Thesis theme 1.51. I've been trying to use thesis hooks but appears that the php is stripped from the output. Help? Suggested alternatives? Code from custom_functions.php: function add_ej...

Searching for an interesting Topic for my Bachelor Thesis .NET

Hi I am currently searching for good topics for my Bachelor Thesis. I definately want to do something with .NET and maybe WPF. So far I have no idea what to write about :( Maybe anyone of you guys have a good idea ? It mustn't be WPF related but it should have to do with .NET and C# At first I thought I could write about WPF in combin...

please help me about my project in image processing

the project is a simple generic application, this is one of my last year requirements. ...

Literature about Database performance

Good morning, I am at the moment writing my master thesis and hence I have to justify each an every general assessment I make. I have a flat database in MySQL which was originally composed of the following fields Date (DATETIME) Name (VARCHAR(50)) Value (DOUBLE) The PK of the table was a composite of the columns 1 and 2. The thing...

Computer Networks Thesis Idea?

I am trying to find a topic for my thesis research! Is there anyone that can give me an idea for a good topic? My major is about computer networks. I am getting a masters degree. ...

Is a Protocol based on an existing Protocol still a Protocol?

I am developing an open "protocol" for dynamic ridesharing services using mobile phones. It is based on XML-RPC and uses marshalled objects as parameters (quite like Soap). Every entity and operation will be heavily documented in the draft. As example, look at this first skeleton of a documented Prefs object to be used in the Protocol....

hey guys plz help me with choosing my master research THESIS !!!

hi guys i am a master student in computer networks course .... still i have no idea about my research topic. i am really tired to searching !!! plz kindly help me and give me any idea regarding NETWORK and INTERNET . thanks ...

Widgets doubling up in Wordpress Thesis Theme

Hi, Whenever I add a widget to the sidebar in Thesis v1.6, it seems to double up. For example, I will add a picture to the sidebar or text and they will appear twice one above the other. This happens for any widget on the sidebar. Cheers ...

Cloud computing thesis topic suggestion needed

I am trying to write a thesis on cloud computing. I read a lot about it but I do not know on which area to focus. However I have experience mainly in database, system analysis and mobile programming, mainly iphone. Can you kindly suggest me specific area in cloud computing so that I can focus on. Can u kindly help me? Many thanks and...

Is software testing actually done on professional projects?

I have a few questions about software testing in professional development environment on real-client projects. Projects developed by professional software companies that are actually going to be sold. Over the years of my professional career I've seen very little systematic testing done on real life projects. Especially bespoke projects...

Remove "Get smart with the Thesis Wordpress Theme" on wordpress footer.

Hello guys, Been spending a couple of hours trying to remove this texts on the footer "Get smart with the Thesis" on my wordpress site. I used thesis theme. I've tried looking for the footer file containing the texts but no luck. I also tried removing it from the hooks. "custom_functions.php" but still doesn't work. Any help would great...

PhD thesis theme, help please

Hi everyone! I would like to attend graduate courses for PhD degree, but still don't have an idea about my future thesis topic. Could you help me please, maybe any ideas? I'm in despair! I'm an application programmer, have quitly big experience of practical programming on Java and less but also good knowledges of Python. In Java I know S...

help with my wordpress

see this post - http://goo.gl/biE5 1)in that you see a image falling over _ how to seperate them 2) in home page http://goo.gl/ldWY you see that post image falls over to right end and gets stick with sidebar. how to seperate them? Please help me with these issues ...

What is in the future for JADE?

I'm starting my thesis on Agents and Smart Objects interaction and I'd like to know what's in the future for JADE, the Java Agent framework. I find the whole concept of agents, programmable behaviors, federations and their help in solving Artificial Intelligence problems very interesting but will it always be an academic field, like Hask...

PHP image grab when allow_url_fopen=off

I am using thesis theme on my wordpress blog. I am hosting my blog at byethost which has allow_url_fopen=Off and allow_url_include=Off In one of the function, code is trying to read an image url path. From what I understand, if fopen is ON, it will execute "if" case otherwise "else" case if ($thesis_design->image['fopen']) $imag...