Sponsored Content
The Lounge What is on Your Mind? New Member Profile Pages (Proposal) Post 303021104 by Neo on Saturday 4th of August 2018 06:53:46 AM
Old 08-04-2018
New Member Profile Pages (Proposal)

Hey,

I am thinking to get rid of the old and clunky member profile pages and replace with a prototype from Brad at Traversy Media.

Here is the prototype:

Welcome To My Portfolio

Basically, I will take the links in the user profile page and put them into the new format when I have time.

So, if you see any quirks on the current user profile page, the reason I have not fixed them all, is I plan on completely changing those pages to be like the prototype above.

Cheers.
This User Gave Thanks to Neo For This Post:
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

research proposal for PG

hi friends i have just completed my graduation and applied for Post graduation i have to submit a research proposal of OS in the interview i m a beginner & only read galvin & silbershcatz book on operating systems can anyone help me in that ... thanks in advance (3 Replies)
Discussion started by: iet.manish
3 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Registration proposal

Hello. I've been reading the feed via twitter for a long time, but though i'm willing to help, i can't post and register (russia's banned). IP is dynamic, it's (<ip address>) for now. DevOps, RH, python and unix shell scripting. (5 Replies)
Discussion started by: spider_fingers
5 Replies

3. What is on Your Mind?

Quick Changes to Member Profile Page

Hey, There are still some "right margin" bugs in the CSS on the members profile page, but I did make some changes today: https://www.unix.com/members/1-albums215-picture900.png https://www.unix.com/members/1-albums215-picture901.png ... (0 Replies)
Discussion started by: Neo
0 Replies

4. What is on Your Mind?

Idea for New User Profile Pages

The legacy forum user pages are a mess.... the HTML and PHP is based on 10 year+ old code which was poorly written to support the nutty idea of "custom user CSS"... which maybe was a cute idea a decade ago but now it is just bad code. So, my idea is to basically change the user profile page to... (4 Replies)
Discussion started by: Neo
4 Replies
profile(7D)							      Devices							       profile(7D)

NAME
profile - DTrace profile interrupt provider DESCRIPTION
The profile driver is a DTrace dynamic tracing provider that adds time-based interrupt event sources that can be used as DTrace probes. Each profile event source is a time-based interrupt firing every fixed, specified time interval. You can use these probes to sample some aspect of system state every unit time and the samples can then be used to infer system behavior. If the sampling rate is high, or the sam- pling time is long, an accurate inference is possible. By using the DTrace facility to bind arbitrary actions to probes, you can use the profile provider to sample practically anything in the system. For example, you could sample the state of the current thread, the CPU state, or the current machine instruction each time a probe fires. The profile driver is not a public interface and you access the instrumentation offered by this provider through DTrace. Refer to the Solaris Dynamic Tracing Guide for a description of the public documented interfaces available for the DTrace facility and the probes offered by the profile provider. ATTRIBUTES
See attributes(5) for a description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWdtrp | +-----------------------------+-----------------------------+ |Interface Stability |Private | +-----------------------------+-----------------------------+ SEE ALSO
dtrace(1M), attributes(5), dtrace(7D) Solaris Dynamic Tracing Guide SunOS 5.11 4 Sep 2003 profile(7D)
All times are GMT -4. The time now is 08:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy