Re: web browsing short cut

2011-07-07 Thread Cousin Stanley
Chris Angelico wrote: > > > http://blah/blah";> > http://another/blah";> > > > http://third/blah";> > http://final/blah";> > > > > That should divide your screen four ways > ( if I haven't botched my HTML > - ages since I've used frames ). html !botched :-

Re: web browsing short cut

2011-07-06 Thread Dustin Cheung
Okay thanks for the help guys, ill keep you guys posted. On Wed, Jul 6, 2011 at 1:19 PM, Ian wrote: > On 03/07/2011 02:21, Dustin Cheung wrote: > >> Hey guys, >> >> I am new to python. I want to make a shortcut that opens my websites and >> re-sizes them to display on different areas on the scr

Re: web browsing short cut

2011-07-06 Thread Ian
On 03/07/2011 02:21, Dustin Cheung wrote: Hey guys, I am new to python. I want to make a shortcut that opens my websites and re-sizes them to display on different areas on the screen. I looked around but i had no luck. Is that possible with python? if so can someone point to to the right dir

Re: web browsing short cut

2011-07-06 Thread Chris Angelico
On Wed, Jul 6, 2011 at 11:30 AM, Dustin Cheung wrote: > Hey, > I am looking into Tkinter. But i am not sure if it will actually work. This > maybe a crazy idea but i was wondering if i can put a web browser in the > frame. I have tried to use Tkinter to resize and place the windows to > certain ar

Re: web browsing short cut

2011-07-06 Thread Thomas Jollans
On 07/06/2011 03:30 AM, Dustin Cheung wrote: > I am looking into Tkinter. But i am not sure if it will actually work. > This maybe a crazy idea but i was wondering if i can put a web browser > in the frame. I have tried to use Tkinter to resize and place the > windows to certain areas of the screen

Re: web browsing short cut

2011-07-05 Thread Dustin Cheung
Hey, I am looking into Tkinter. But i am not sure if it will actually work. This maybe a crazy idea but i was wondering if i can put a web browser in the frame. I have tried to use Tkinter to resize and place the windows to certain areas of the screen but that's not working or the way im approachi

Re: web browsing short cut

2011-07-02 Thread Chris Rebert
> On Sat, Jul 2, 2011 at 7:10 PM, Chris Rebert wrote: >> On Sat, Jul 2, 2011 at 6:21 PM, Dustin Cheung wrote: >> > Hey guys, >> > I am new to python. I want to make a shortcut that opens my websites >> > and re-sizes them to >> > point to to the right direction? Here is what I came up with so far

Re: web browsing short cut

2011-07-02 Thread Chris Rebert
On Sat, Jul 2, 2011 at 6:21 PM, Dustin Cheung wrote: > Hey guys, > I am new to python. I want to make a shortcut that opens my websites > and re-sizes them to  display on different areas on the screen. I looked > around but i had no luck. Is that possible with python? if so can someone > point to

web browsing short cut

2011-07-02 Thread Dustin Cheung
Hey guys, I am new to python. I want to make a shortcut that opens my websites and re-sizes them to display on different areas on the screen. I looked around but i had no luck. Is that possible with python? if so can someone point to to the right direction? Here is what I came up with so far.. T