What are you working on? V4 (HTML ISN'T PROGRAMMING)
2,003 replies, posted
[QUOTE=PoliticalM;17875829]Also, search on [url]http://welovebrew.kerplunc.com/[/url] now works in Safari, Opera and FF on mac. Will test winfail later.[/QUOTE]
:D Works fine on Firefox, Chrome, Opera but IE7 it's at the right (should be easy fix), then there's IE 6 which doesn't support [type=text] etc so maybe you should add id's to them.
[QUOTE=omarrodriguez;17876072]You have 43 posts, he has 1,193. He has also actually contributed to the thread and didn't call people idiots. So how about you leave.[/QUOTE]
Hey vlad is it really necessary to start talking about postcounts?
<--
[QUOTE=Denzo;17876455]Hey vlad is it really necessary to start talking about postcounts?
<--[/QUOTE]
No, I was just referring to the fact that Jazzy was a much newer member.
[QUOTE=jaybuz;17876420]:D Works fine on Firefox, Chrome, Opera but IE7 it's at the right (should be easy fix), then there's IE 6 which doesn't support [type=text] etc so maybe you should add id's to them.[/QUOTE]
I refuse to support IE6, and I doubt I'll bother with 7. If people can't be fucked to upgrade to 8, too bad. There is no reason for web devs to constantly spend hours fixing bugs in out of data browsers, which should auto update. Thanks Microsoft.
[QUOTE=omarrodriguez;17876467]No, I was just referring to the fact that Jazzy was a much newer member.[/QUOTE]
Let's just drop it guys.
Anyway, that mouse tracker is epic!
[IMG]http://i733.photobucket.com/albums/ww334/jasperhope/mouseTrack.gif[/IMG]
After about 30 mins :D
Ok Guys, I know before That I posted a game Working on XNA before. I regretted to say before That I was using a tutorial and said that the model used was obtained from somewhere other than the tutorials site. I lied. The Tutorial is from Riemers.net.
I'm only using it for the base. A lot of the code is mine and a lot is riemers it's more 50/50. Once it is complete, I will analyse the code and try to optimize it as much as I can. Such as the movement system, there is no stopping function and when you rotate you follow the edge of a circle. What I plan to do is add a speed system, a hud and change the rotation so you will at-least follow the edge of a much smaller circle.
Once all this is done, work on the graphics, of course using some of the graphical code from "Racing game" Starter kit (Hey, when they made it as a starter kit they would have expected this) and then re-run through my code fixing any bugs, glitches or anything of such. Once all bug free (well that I can find) I will get and possibly make textures and re-work all the building textures and try to make a bigger world and of course make a new skybox. (terragen, I love you!). This Is my Road-map. This is the complete truth, I swear to god (If there is one). I was a bit of a dick before. Anyway:
Current Development Pics
[img]http://filesmelt.com/downloader/Simulator_Test_ShadeCam.png[/img]
I'll add more later. Trust me as long as I keep posting in this thread series You will see changed, the ones I plan to do unless, of course, I abandon the project. Anyway.
Here's a list of [b]POSSIBLE[/b] Changes
New Model, Goodbye X-Wing model, I might look for a (or if all else fails, make)SR-71 Blackbird Model.
Menu System.
Storyline.
If storyline then Upgrade system.
Thats all for now :-)
[editline]12:19AM[/editline]
Woah, Wall of text, Sorry XD
Working on porting Robot9000 to PHP, so it can be used from other languages over HTTP.
Working on a game based around being a trucker and selling things. Currently working on basic Game Mechanics then venturing into the world of GUI.
[QUOTE=iPope;17877118]Working on a game based around being a trucker and selling things.[/QUOTE]
Haha nice
SQL issues (well, sorta):
[code]
SELECT brews.name AS brewname, companies.name, categories.name AS companyname
FROM brews
LEFT JOIN companies ON brews.companyid = companies.id
LEFT JOIN categories ON brews.categoryid = categories.id
WHERE brews.active =1
AND (
brews.name LIKE '%Tea%'
OR companies.name LIKE '%afgan%'
OR categories.name LIKE '%test%'
)
[/code]
Works fine, does the search etc, but the problem is, how can I order them by relevancy? Like, can I count each LIKE hit, and if all 3 match, make it first, etc?
Of course, the final query will have 3 LIKES per thing searched for, so "test lol" would give:
[code]
brews.name LIKE '%test%' OR
companies.name LIKE '%test%' OR
categories.name LIKE '%test%' OR
brews.name LIKE '%lol%' OR
companies.name LIKE '%lol%' OR
categories.name LIKE '%lol%'
[/code]
etc.
[QUOTE=PoliticalM;17876057]Websites require programming too, you moron. (and no, I mean php/etc, not html/css which is markup). That flash site would have required programming in actionscript, therefor it fits.
And we haven't scared everyone off, maybe we develop faster on the web or something, who knows.[/QUOTE]
The thing is, people are just posting their websites here to show it off and get comments on the design.
[B]Instead of posting designs[/B], show us some of your [B]code[/B] and tell us how you [B]solve different coding problems.[/B] If it is how to resize your vertex buffer to how you cleverly use css to make everything look the same in all browsers, it's fine, as long as you don't post in the [B]Programming[/B] forum only to show off designs.
I admit web developing [U]is[/U] programming, but a major part is also design. Please, just keep the design out of the programming forum.
That's my two cents.
[QUOTE=Sippeangelo;17877340]The thing is, people are just posting their websites here to show it off and get comments on the design. +the rest[/QUOTE]
Fair enough :)
Also, who the fuck gave me boxes, I need help, not stupidity!
PoliticalM you could remove the 2 padding on the button and just add text-align: center then the "loading..." will be centered to.
"Finding Brews" would look cool instead "loading..." :v:
Here's the PSD in case you need it in the future.
[url]http://dl.getdropbox.com/u/386727/Web%20%26%20Graphics/search-bar.psd[/url]
[QUOTE=jaybuz;17877463]PoliticalM you could remove the 2 padding on the button and just add text-align: center then the "loading..." will be centered to.[/QUOTE]
I tried, I prefer the loading... to sit on the left, dunno why, looks stupid in the middle.
Guys, where can i get a sound effect of an American going "Damn! Were outa gas!" when you run out of fuel?
I added a note in the OP for people who are posting web designs.
[QUOTE=iPope;17877505]Guys, where can i get a sound effect of an American going "Damn! Were outa gas!" when you run out of fuel?
I added a note in the OP for people who are posting web designs.[/QUOTE]
Could try [url]http://www.sounddogs.com/[/url] or [url]http://www.flashkit.com/soundfx/[/url]
Also, I finally got something working, and MySQL is ordering it by relevancy for me! Turns out, fulltext is some epic shit:
[code]
SELECT brews.name AS brewname, companies.name AS companyname,
MATCH (
brews.name
)
AGAINST (
'%test%'
) +
MATCH (
companies.name
)
AGAINST (
'%test%'
) AS score2
FROM brews
LEFT JOIN companies ON brews.companyid = companies.id
WHERE (
MATCH (
brews.name
)
AGAINST (
'%test%'
)
OR MATCH (
companies.name
)
AGAINST (
'%test%'
)
)[/code]
The awesome thing is I can now have it search not only name, but anything so long as it's full text. Fuck yeah!
New version of my mouse tracker with most of the requested features:
[release][B]Changelog:[/B][list]
[*]Moved from window to trayicon
[*]Added configuration menu
[*]Optionally makes orange dots instead of non-transparent white dots if you don't move your mouse
[*]It's possible to set where it saves the resulting image, when and if and how often it checks mouse movement
[*]Can save as transparent PNG too[/list]
[B]Screenshot:[/B]
[IMG]http://i33.tinypic.com/2emeczo.png[/IMG]
[IMG_thumb]http://i33.tinypic.com/wt7l2a.png[/IMG_thumb] That's just 4 minutes of usage, it gets more awesome after 30+ minutes.
[B][url=http://dl.getdropbox.com/u/1106779/MouseTracker3.1.jar]Download[/url][/B]
[highlight]If you downloaded it before you I added this always save as .png, I forgot to add that to the filechooser dialog.[/highlight][/release]
If I forgot to add a feature you requested or you found a bug please tell me. About multimonitor support, I tried to add that, but I couldn't find a way to get the any information about the second monitor including it's resolution or if it even exists. If someone with could tell me how to do that in Java, it would be very helpful.
[QUOTE=iPope;17877118]Working on a game based around being a trucker and selling things. Currently working on basic Game Mechanics then venturing into the world of GUI.[/QUOTE]
I hope you base it on Hard Truck. That game was awesome.
[QUOTE=Robber;17877794]
If I forgot to add a feature you requested or you found a bug please tell me. About multimonitor support, I tried to add that, but I couldn't find a way to get the any information about the second monitor including it's resolution or if it even exists. If someone with could tell me how to do that in Java, it would be very helpful.[/QUOTE]
Needs mac support!
[QUOTE=PoliticalM;17878136]Needs mac support![/QUOTE]
I didn't try it on a Mac, but Java is portable, it should work on Mac OS X too.
[QUOTE=Robber;17877794]About multimonitor support, I tried to add that, but I couldn't find a way to get the any information about the second monitor including it's resolution or if it even exists. If someone with could tell me how to do that in Java, it would be very helpful.[/QUOTE]
Simply add the main screen resolution to the left and right. If the monitors are of different sizes, it doesn't matter anyway. Keep in mind that coordinate 0,0 is in the top left of the [B]left most monitor.[/B]
For me it's working on my MacBook with 10.6.1 without any problems, it is even in the "taskbar" on the top.
It would be nice if you could post some of the code ( i'm interested how you track the mouse when the programm isn't focused and how you made it as a trayicon ).
[QUOTE=Sippeangelo;17878199] Keep in mind that coordinate 0,0 is in the top left of the [B]left most monitor.[/B][/QUOTE]
No, it would be the most top-left of the overall bounding square of all monitors.
e.g:
[img]http://screensnapr.com/u/cuho4l.png[/img]
[QUOTE=Robber;17877794]win release[/QUOTE]
Very nice.
[QUOTE=Sippeangelo;17878199]Simply add the main screen resolution to the left and right. If the monitors are of different sizes, it doesn't matter anyway. Keep in mind that coordinate 0,0 is in the top left of the [B]left most monitor.[/B][/QUOTE]
So if I had a 1680x1050 monitor that I track 5040*1050? That doesn't sound very practical, because everyone would have those huge images, not just those with multiple monitors and what if the second monitor is on top of the primary monitor?
[QUOTE=FireSMILIE;17878200]For me it's working on my MacBook with 10.6.1 without any problems, it is even in the "taskbar" on the top.
It would be nice if you could post some of the code ( i'm interested how you track the mouse when the programm isn't focused and how you made it as a trayicon ).[/QUOTE]
That's how I get the mouse's coordinates:
[cpp]Point2D mouseLocation = MouseInfo.getPointerInfo().getLocation();[/cpp]
and that's how I create the trayicon:
[cpp]TrayIcon trayIcon = new TrayIcon(getIcon(), "Mousetracker"); //getIcon() returns a 16x16 BufferedImage
trayIcon.setPopupMenu(getPopUpMenu()); //getPopUpMenu() returns a java.awt.PopupMenu.
SystemTray.getSystemTray().add(trayIcon);[/cpp]
[QUOTE=Robber;17878297]So if I had a 1680x1050 monitor that I track 5040*1050? That doesn't sound very practical, because everyone would have those huge images, not just those with multiple monitors and what if the second monitor is on top of the primary monitor?
[/QUOTE]
I suggest making a GUI that allows users to arrange their monitors to be monitored how they wish. Make it similar to the Windows one.
You could also make an option to have the messages 'Move your mouse to the highest point', 'Move your mouse to the lowest point', 'Move your mouse to the most right point' and 'Move your mouse to the most left point' appear, and then monitor everything within the created box.
[QUOTE=Deco Da Man;17878260]No, it would be the most top-left of the overall bounding square of all monitors.
e.g:
[img]http://screensnapr.com/u/cuho4l.png[/img]
[/QUOTE]
Not counting monitors above and below. Notice how I said left and right?
[QUOTE=Robber;17878297]So if I had a 1680x1050 monitor that I track 5040*1050? That doesn't sound very practical, because everyone would have those huge images, not just those with multiple monitors and what if the second monitor is on top of the primary monitor?[/quote]
Extend the image if the mouse goes out of the bounds of one monitor.
If the mouse is at x=1700 there's obviously another monitor. Same for y.
[editline]03:48PM[/editline]
Though, If the other screens have a different resolution that would create a problem.
[QUOTE=Deco Da Man;17878368]I suggest making a GUI that allows users to arrange their monitors to be monitored how they wish. Make it similar to the Windows one.
You could also make an option to have the messages 'Move your mouse to the highest point', 'Move your mouse to the lowest point', 'Move your mouse to the most right point' and 'Move your mouse to the most left point' appear, and then monitor everything within the created box.[/QUOTE]
That sounds like the most practical approach. I will look into it... later.
[B]Edit:[/B]
[IMG_thumb]http://i33.tinypic.com/2da0mis.png[/IMG_thumb]
Made using the transparent option.
I've made a BMI(Body Mass Index) thing in html using JS with some help of Semas-LTU.
[url]http://kweb.xz.lt/beta/bmi.html[/url]
[QUOTE=FireSMILIE;17878200]For me it's working on my MacBook with 10.6.1 without any problems, it is even in the "taskbar" on the top.
It would be nice if you could post some of the code ( i'm interested how you track the mouse when the programm isn't focused and how you made it as a trayicon ).[/QUOTE]
Strange, error'd for me :(
[QUOTE=PoliticalM;17878702]Strange, error'd for me :([/QUOTE]
What error did you get?
Sorry, you need to Log In to post a reply to this thread.