Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 433
Search took 0.92 seconds.
Search: Posts Made By: alaios
Forum: Graphics and Multimedia discussions 10-20-2012, 12:16 AM
Replies: 4
Views: 3,724
Posted By alaios
Two Simple Photoshop questions for Poster

Dear all,
two simple questions for Photoshop.

I am making a banner and I want

a. to design a line around the borders so to have sort of frame. Some guides on doing that or how to draw...
Forum: Graphics and Multimedia discussions 07-29-2012, 08:12 PM
Replies: 3
Views: 1,348
Posted By alaios
Designing a Large Poster (Photoshop or Illustrator)

Hello everyone,
I was using quite a lot photoschop cs 2 few years ago. I have not used it too much but still I think I would be able to do some work on it.

These days I wanted to make a really...
Forum: Computer Programming 05-01-2012, 12:59 PM
Replies: 0
Views: 304
Posted By alaios
How preprocessor at c work?

Dear all,
I am trying to understand how c preprocessor works in c

I have built that simple environment



#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Forum: JavaScript programming 04-24-2012, 12:49 PM
Replies: 1
Views: 247
Posted By alaios
Print random a string

Dear all,
I would like to use javascript that prints randomly one string to the string, from an array of predefined string.

How do you think I should start thinking that?

Alex
Forum: Computer Programming 04-17-2012, 01:15 PM
Replies: 0
Views: 242
Posted By alaios
Coming back to C. Primitive Questions

Dear all,
I am coming back to c after long time. please find below some questions I have.
Could you please spend some time helping me?


1) I found that one can get information about basic c...
Forum: Computer Programming 04-17-2012, 12:54 PM
Replies: 3
Views: 537
Posted By alaios
Thanks for the answer (I am sorry I have not...

Thanks for the answer (I am sorry I have not replied so long)...
you said about the end of the file.. Which file? I can only see an application running on a terminal.... which reads characters until...
Forum: Computer Programming 03-09-2012, 10:06 AM
Replies: 3
Views: 537
Posted By alaios
C: Line counting

Dear all,
the code below is from the Kernighan and Ritchie's book.
According to the authors this program countes the number lines. I understand that this part but I fail to see when this program...
Forum: General web building 12-18-2011, 09:41 PM
Replies: 1
Views: 1,104
Posted By alaios
Simple CMS for every day note taking and progress tracking

Dear all,
I am looking for a simple CMS System that can do something simple:

I want to use it mainly for note taking.
I want to have on the left side a few links for the categories I am...
Forum: PHP 06-11-2010, 04:12 PM
Replies: 6
Views: 1,188
Posted By alaios
I would like to thank you for your reply. I...

I would like to thank you for your reply.
I finally made it work. I just added one entry using visudo.
What I would like to do know is to grab the command's output

...
Forum: PHP 06-11-2010, 09:46 AM
Replies: 6
Views: 1,188
Posted By alaios
I would like to thank you for your reply! I do...

I would like to thank you for your reply!
I do not want to execute a bash script buy an executable file (like .exe in windows).

Best Regards
Alex
Forum: PHP 06-10-2010, 03:29 PM
Replies: 6
Views: 1,188
Posted By alaios
Problem with executing external programs

Hello,
I am running linux apache and php.
I have an external programme called sfse and I would like to execute it remotely. The command I would like to execute is the following

/bin/sfse 12 13...
Forum: PHP 05-27-2010, 03:16 PM
Replies: 1
Views: 417
Posted By alaios
Using Exec

Hello :)
I am really happy that I post back again after my last post which was a few years ago :) :)

I would like to use exec to execute the following command

myprog.exe localhost 2032 yes 20...
Forum: General web building 02-26-2007, 04:21 PM
Replies: 4
Views: 1,042
Posted By alaios
Thx where should i put that line?

Thx where should i put that line?
Forum: General web building 02-26-2007, 06:08 AM
Replies: 4
Views: 1,042
Posted By alaios
any suggestions plz?

any suggestions plz?
Forum: HTML & CSS 02-25-2007, 08:19 PM
Replies: 3
Views: 775
Posted By alaios
do u mean margin right?

do u mean margin right?
Forum: HTML & CSS 02-25-2007, 02:24 PM
Replies: 3
Views: 775
Posted By alaios
indent text only from right

Hi i want to indent my text only from ride side so it does not collide with the right columnd.. i know about text-indent in my css but i want only to indent right side of my text. Any suggestion plz?
Forum: General web building 02-25-2007, 01:33 PM
Replies: 4
Views: 1,042
Posted By alaios
firefox and wrong encoding

Hi to all i have the following problem.. I am trying to make firefox to automatically select the correct encoding when correctly loads my web pages.
The following lines
</xml version="1.0"...
Forum: General web building 11-03-2006, 10:22 AM
Replies: 4
Views: 1,273
Posted By alaios
I cant find anything specific there? Do u jhave...

I cant find anything specific there? Do u jhave anything else in mind?
Forum: General web building 10-19-2006, 08:56 PM
Replies: 4
Views: 1,273
Posted By alaios
help me create tabs

Hi i want to create some tab buttons for my web page. How should i start designing them
Forum: JavaScript programming 10-12-2006, 08:56 PM
Replies: 1
Views: 742
Posted By alaios
find window dimensions

Hi i want to know how i can find the dimensions of a window. I want to know his curent width and height
Forum: PHP 10-12-2006, 08:41 PM
Replies: 2
Views: 775
Posted By alaios
thx for reply

thx for reply
Forum: PHP 10-12-2006, 07:21 PM
Replies: 2
Views: 775
Posted By alaios
pass variable

Pass variable
Hi i want to pass just a simple variable from one window to another. I send the variable using into link something like
basic.html?a=2

how can i print it from the other window?
Forum: JavaScript programming 10-12-2006, 07:18 PM
Replies: 5
Views: 3,232
Posted By alaios
Open pop-up with dreamweaver

function popUpWindow(URLStr, left, top, width, height)
{
if(popUpWin)
{
if(!popUpWin.closed) popUpWin.close();
}
popUpWin = open(URLStr, 'popUpWin',...
Forum: General web building 06-26-2006, 05:19 PM
Replies: 4
Views: 831
Posted By alaios
Thx a lot :) Free pizza for u my friend :)

Thx a lot :) Free pizza for u my friend :)
Forum: General web building 06-26-2006, 01:26 PM
Replies: 4
Views: 831
Posted By alaios
web browsers compatability

Hi do u know any synoptic table that i can see what internet explorer/firefox/and opera support? I want to use it as a guide when i develop web sites.
Also do u have any statistics about whichweb...
Showing results 1 to 25 of 433

 
Forum Jump

All times are GMT +1. The time now is 02:02 AM.